工单主表Model修改
This commit is contained in:
parent
d275a39c0f
commit
95f963d256
@ -74,7 +74,7 @@ namespace RIZO.Model.Mes.WorkOrderInfo
|
||||
public string DefectReason { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 工单状态(0-待执行、1-执行中、2-已完成、3-已取消)
|
||||
/// 工单状态(0-待执行、1-执行中、2-已完成)
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "order_status")]
|
||||
public int OrderStatus { get; set; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user