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

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

@@ -133,5 +133,9 @@ public partial class ToolMolds : BaseEntity<string>
/// 模具型号
/// </summary>
public string? mold_type_code { get; set; }
/// <summary>
/// 关联保养项信息
/// </summary>
public string item_json { get; set; }
}