模具保养执行代码提交

This commit is contained in:
DEVICE8\12494
2023-05-30 08:34:44 +08:00
parent 9237c0e876
commit 919911d61d
7 changed files with 122 additions and 37 deletions

View File

@@ -23,5 +23,9 @@ namespace Tnb.EquipMgr.Entities.Dto
/// 保养项状态 0未完成 1已完成
/// </summary>
public int? status { get; set; }
/// <summary>
/// 模具id
/// </summary>
public string mold_id { get; set; }
}
}