1
This commit is contained in:
@@ -26,6 +26,9 @@ public partial class ToolMoldMaintainPlanRelation : BaseEntity<string>
|
||||
/// </summary>
|
||||
public string mold_id { get; set; } = string.Empty;
|
||||
|
||||
public string group_id { get; set; } = string.Empty;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -39,4 +39,6 @@ public partial class ToolMoldMaintainRunRecordD : BaseEntity<string>
|
||||
/// </summary>
|
||||
public string? check_item_name { get; set; }
|
||||
|
||||
public string? mainid { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user