From 00b6105b34870f6f5a33551534d0088f3f741906 Mon Sep 17 00:00:00 2001 From: 海波 张 <2956280567@qq.com> Date: 星期一, 07 七月 2025 17:33:53 +0800 Subject: [PATCH] 退库修改 --- api/ApiModel.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index 4657b82..f278542 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -88,8 +88,7 @@ { public int state { get; set; } public string task_no { get; set; } - public string forklift_no { get; set; } - public string ext_data { get; set; } + public int forklift_no { get; set; } } /// <summary> -- Gitblit v1.9.1