毛坯,抛光,一次合格仓库添加总零件计数,工单排程修改编号为字符串,仓库看板统计优化,产线数量除3计算

This commit is contained in:
2024-08-22 10:43:05 +08:00
parent 9084aca672
commit 0801e5e9ef
12 changed files with 91 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
/// <summary>
/// 编码号
/// </summary>
public int CodeNumber { get; set; }
public string CodeNumber { get; set; }
/// <summary>
/// 车数

View File

@@ -55,7 +55,7 @@ namespace ZR.Model.MES.pro
/// </summary>
[SugarColumn(ColumnName = "code_number")]
[ExcelColumn(Name = "编码号", IndexName = "F")]
public int CodeNumber { get; set; }
public string CodeNumber { get; set; }
/// <summary>
/// 车数