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

@@ -29,5 +29,7 @@ namespace JobReportMailService
public string remark2 { get; set; }
public string wuid { get; set; }
public System.DateTime wdate { get; set; }
public string gcode { get; set; }
public Nullable<int> no { get; set; }
}
}