生产工单查询优化
This commit is contained in:
@@ -146,4 +146,21 @@ namespace ZR.Model.DTO.MES.pro
|
||||
/// </summary>
|
||||
public DateTime UpdatedTime { get; set; }
|
||||
}
|
||||
|
||||
public class ProWorkorderV2Dto_stateCount
|
||||
{
|
||||
public int total { get; set; } = 0;
|
||||
//正常
|
||||
public int state0 { get; set; }
|
||||
//物料不存在
|
||||
public int state1 { get; set; }
|
||||
//毛坯号异常
|
||||
public int state2 { get; set; }
|
||||
//颜色异常
|
||||
public int state3 { get; set; }
|
||||
//规格异常
|
||||
public int state4 { get; set; }
|
||||
//物料不包含此描述
|
||||
public int state5 { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user