2022-10-15 焊接修改

This commit is contained in:
2022-10-15 15:40:49 +08:00
parent 9183f74b55
commit 0ec0031e20
26 changed files with 1623 additions and 167 deletions
@@ -16,7 +16,11 @@ namespace Model
public string ContactPhone { get; set; }
public string StackingPosition { get; set; }
public int? State { get; set; }
public string ReceiveMan { get; set; }
public DateTime? ReceiveDate { get; set; }
}
public class PackagingPrepipeItem
{
@@ -16,6 +16,8 @@ namespace Model
public int? State { get; set; }
public DateTime? PlanStartDate { get; set; }
public string QRCode { get; set; }
public string ReceiveMan { get; set; }
public DateTime? ReceiveDate { get; set; }
}
public class PipelineComponentDetail
{
+3 -1
View File
@@ -12,7 +12,9 @@ namespace Model
/// 按钮类别
/// </summary>
public string ButtonType { get; set; }
/// <summary>
/// 主项名称
/// </summary>
public string ModelName { get; set; }
/// <summary>
/// 颜色模型
+1359 -87
View File
File diff suppressed because it is too large Load Diff