扫码工单从表

This commit is contained in:
quowingwang 2025-11-26 10:27:23 +08:00
parent cb4439fa58
commit c6448ba264
3 changed files with 9 additions and 2 deletions

View File

@ -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; }

View File

@ -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; }
}

View File

@ -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",