From a667d4159bb3f1ba909b94d5b5dd7c6eb28e7197 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 07 四月 2023 09:48:30 +0800
Subject: [PATCH] 1.添加质检方案基础资料 2.采购到货接口调整 3.入厂检验扫描标签添加标签判断 4.ERP订单下达生成工单接口修改 5.编码规则接口修改 6.采购退货查询采购订单接口开发、订单查找物料接口开发
---
VueWebApi/Models/AppLabCode.cs | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/VueWebApi/Models/AppLabCode.cs b/VueWebApi/Models/AppLabCode.cs
index dc9fd8a..a1ae747 100644
--- a/VueWebApi/Models/AppLabCode.cs
+++ b/VueWebApi/Models/AppLabCode.cs
@@ -7,9 +7,21 @@
{
public class AppLabCode
{
+ /// <summary>
+ /// 鍔熻兘缂栫爜
+ /// </summary>
public string rightcode { get; set; }
+ /// <summary>
+ /// 鏍囩鏉$爜
+ /// </summary>
public string labcode { get; set; }
+ /// <summary>
+ /// 鏍囩鏁伴噺
+ /// </summary>
public string labqty { get; set; }
+ /// <summary>
+ /// 鐗╂枡缂栫爜
+ /// </summary>
public string partnumber { get; set; }
}
}
\ No newline at end of file
--
Gitblit v1.9.3