업무일지 등록시 메일 알림 기능 추가

This commit is contained in:
chi
2023-04-11 12:06:04 +09:00
parent b6f5351878
commit 90db05a366
22 changed files with 551 additions and 348 deletions

View File

@@ -25,5 +25,6 @@ namespace FPJ0000
public string memo { get; set; }
public Nullable<bool> isdel { get; set; }
public string status { get; set; }
public string champion { get; set; }
}
}