From c3d2666ddfe09fd79ccff9782e4cbba6cab35547 Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期二, 10 六月 2025 18:03:17 +0800 Subject: [PATCH] 库存管理的过期天数要改为过期小时、取消的任务不计入库存管理 --- api/ApiModel.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index 9c49c92..e05c371 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -460,7 +460,7 @@ { public string startLoc { get; set; }//璧风偣 public string endLoc { get; set; }//缁堢偣 - public int priority { get; set; }//浼樺厛绾�+ public int priority { get; set; } = 3;//浼樺厛绾� public string staff { get; set; } = "None";//鎿嶄綔浜� public string shift { get; set; } = "None";//鐝 } -- Gitblit v1.9.1