数字翻牌器修改

This commit is contained in:
qianhao.xu
2024-12-27 09:21:26 +08:00
parent 9d22ec83eb
commit 2944e38bb1
2 changed files with 29 additions and 21 deletions

View File

@@ -19,12 +19,15 @@ namespace DOAN.Model.MES.SmartScreen.Product
/// <summary>
/// 今日已经完成工单数
/// </summary>
public int FinishedWorkorderQuantity { get; set; }
//public int FinishedWorkorderQuantity { get; set; }
/// <summary>
/// 今日未完成工单数
/// 今日物料领用
/// </summary>
public int UnFinishedWorkorderQuantity { get; set; }
public int MaterialRequisitionQuantity { get; set; }
/// <summary>
/// 今日生产计划总数
@@ -32,12 +35,13 @@ namespace DOAN.Model.MES.SmartScreen.Product
public int ProductionPlanQuantity { get; set; }
/// <summary>
/// 今日生产完成总数
/// </summary>
public int ProductionFinishQuantity { get; set; }
///// <summary>
///// 今日生产完成总数
///// </summary>
//public int ProductionFinishQuantity { get; set; }
// 今日出货数量
public int ShipmentQuantity { get; set; }
/// <summary>
/// 今天动用组数
/// </summary>