From 59dc2aa6e3fe7f699c4f2d03b774763142c5698d Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期六, 05 七月 2025 17:31:54 +0800 Subject: [PATCH] 添加货位容器关系表锁、调整货架行号和记录表同步逻辑 --- api/ApiModel.cs | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index bc034a5..b77c8bb 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -40,7 +40,7 @@ } public class SafetyInteractionInfo { - public int station_id { get; set; } + //public int station_id { get; set; } /// <summary> /// 璇锋眰涓婄嚎/涓嬬嚎鐨勭殑绔欏彴搴撲綅鍚嶇О锛屼緥濡倃ork6銆亀ork8 @@ -51,7 +51,7 @@ /// 璇锋眰鐮� /// </summary> public string apply_code { get; set; } - public string task_no { set; get; } + //public string task_no { set; get; } } public class orderStatusReportParme { @@ -108,6 +108,16 @@ /// 棰濆淇℃伅2 /// </summary> public string extraInfo2 { get; set; } + + /// <summary> + /// 鍒涘缓鐢ㄦ埛 + /// </summary> + public string createUser { get; set; } + + /// <summary> + /// 鐘舵�鏇存敼鏃堕棿 + /// </summary> + public string statusChangeTime { get; set; } } /// <summary> @@ -118,6 +128,11 @@ public string ResultMsg { get; set; } } + public class gzResult { + public int code { get; set; } = 0; + public string msg { get; set; } = "success"; + } + /// <summary> /// 杩斿洖缁橤Z /// </summary> -- Gitblit v1.9.1