This commit is contained in:
chi
2022-05-18 16:05:58 +09:00
parent 8d83d4a768
commit 5e67caad39
14 changed files with 830 additions and 78 deletions

View File

@@ -20,10 +20,11 @@ namespace JobReportMailService
public Nullable<int> no { get; set; }
public Nullable<int> seq { get; set; }
public string title { get; set; }
public Nullable<int> sw { get; set; }
public Nullable<int> ew { get; set; }
public Nullable<int> swa { get; set; }
public Nullable<int> ewa { get; set; }
public string cate { get; set; }
public string sw { get; set; }
public string ew { get; set; }
public string swa { get; set; }
public string ewa { get; set; }
public string uid { get; set; }
public string memo { get; set; }
public Nullable<int> appoval { get; set; }