20221009 001 修改焊接分析首页报错问题

This commit is contained in:
2022-10-09 15:37:06 +08:00
parent b1416ebf7e
commit fc8d0a684d
8 changed files with 894 additions and 218 deletions
+2 -2
View File
@@ -14,14 +14,14 @@ namespace Model
public string ContactName { get; set; }
public string ContactPhone { get; set; }
public string StackingPosition { get; set; }
public string PlanStartDate { get; set; }
public string UnitWorkName { get; set; }
}
public class PackagingPrepipeItem
{
public string PipelineComponentCode { get; set; }
public string PreUnit { get; set; }
public string UnitWorkName { get; set; }
public DateTime? PlanStartDate { get; set; }
}
public class PackagingManageItem