From 58325c8fff4501ac288e593fa2659e400ca6d011 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期三, 13 十一月 2024 14:16:16 +0800
Subject: [PATCH] 批量驳回
---
WebAPI/Models/基础资料/Gy_Duty.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git "a/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Duty.cs" "b/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Duty.cs"
index 9988568..074e8e2 100644
--- "a/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Duty.cs"
+++ "b/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Duty.cs"
@@ -18,5 +18,6 @@
public string HHelpCode { get; set; }
public bool HStopflag;
public int HEndFlag;
+ public string HUserCode;
}
}
\ No newline at end of file
--
Gitblit v1.9.1