模具保养执行业务代码调整

This commit is contained in:
DEVICE8\12494
2023-05-31 10:34:59 +08:00
parent ea3a325ecb
commit 600cd6d900
8 changed files with 314 additions and 93 deletions

View File

@@ -66,6 +66,10 @@ public partial class ToolMoldMaintainItem : BaseEntity<string>
/// <summary>
/// 保养项完成状态 0未完成1,已完成
/// </summary>
public int? status { get; set; }
public int status { get; set; } = 0;
/// <summary>
/// 模具id
/// </summary>
public string mold_id { get; set; }
}