From bb7674ae832876c2e247fe6658b32456515ef827 Mon Sep 17 00:00:00 2001
From: chenhaozhe <gaozhechen26@gmail.com>
Date: 星期一, 04 八月 2025 22:11:11 +0800
Subject: [PATCH] 恢复误修改的文件
---
WebAPI/Models/M_StationBillMail.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Models/M_StationBillMail.cs b/WebAPI/Models/M_StationBillMail.cs
index eab8a75..4772f14 100644
--- a/WebAPI/Models/M_StationBillMail.cs
+++ b/WebAPI/Models/M_StationBillMail.cs
@@ -14,5 +14,6 @@
public string HICMOBillNo { get; set; }
public int HEmpID { get; set; }
public int HProcID { get; set; }
+ public M_Department GetDepartment { get; set; }
}
}
\ No newline at end of file
--
Gitblit v1.9.1