模具维修

This commit is contained in:
qianjiawei
2023-11-30 16:30:52 +08:00
parent 325e1c8f07
commit defbe1243c
5 changed files with 48 additions and 3 deletions

View File

@@ -53,4 +53,12 @@ public partial class ToolMoldMaintainTask : BaseEntity<string>
/// </summary>
public string status { get; set; }
public string? name { get; set; }
public string? attachment { get; set; }
public string? describe { get; set; }
public int is_finish { get; set; }
public string? wxattachment { get; set; }
public string? wxdescribe { get; set; }
}