扫码工单从表
This commit is contained in:
parent
cb4439fa58
commit
c6448ba264
@ -12,9 +12,9 @@ namespace RIZO.Model.Mes.Dto.WorkOrderInfo
|
||||
// 示例:FLOW-20251121-0001(建议包含日期+序号,确保唯一)
|
||||
public string FlowCardNo { get; set; }
|
||||
public string LineCode { get; set; }
|
||||
|
||||
public string LineName { get; set; }
|
||||
|
||||
public string ProcessCode { get; set; }
|
||||
public string ProcessName { get; set; }
|
||||
public string MaterialCode { get; set; }
|
||||
public string MaterialName { get; set; }
|
||||
public int TotalQty { get; set; }
|
||||
|
||||
@ -17,6 +17,11 @@ namespace RIZO.Model.Mes.Dto.WorkOrderInfo
|
||||
//是否清洗
|
||||
public int IfClean { get; set; }
|
||||
|
||||
public string lineCode { get; set; }
|
||||
public string lineName { get; set; }
|
||||
|
||||
public string ProcessCode { get; set; }
|
||||
public string ProcessName { get; set; }
|
||||
public string UserId { get; set; }
|
||||
public string UserName { get; set; }
|
||||
}
|
||||
|
||||
@ -137,6 +137,8 @@ namespace RIZO.Service.Mes.WorkOrderInfo
|
||||
//假设扫码结果是json形式
|
||||
//{
|
||||
// "FlowCardNo": "0001",
|
||||
// "LineCode" : "001",
|
||||
// "LineName" : "001",
|
||||
// "MaterialCode": "GEAR-001",
|
||||
// "MaterialName": "齿轮(A型)",
|
||||
// "BatchNumber": "Batch-20251122-01",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user