From 383548796fc909758ff107382134fa96b8b11366 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 09 一月 2025 17:19:29 +0800 Subject: [PATCH] 更新U9实体 --- Tiger.Model.Net/Entitys/SYS/USER.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Tiger.Model.Net/Entitys/SYS/USER.cs b/Tiger.Model.Net/Entitys/SYS/USER.cs index 47710e1..e26c449 100644 --- a/Tiger.Model.Net/Entitys/SYS/USER.cs +++ b/Tiger.Model.Net/Entitys/SYS/USER.cs @@ -21,7 +21,7 @@ } public string ORG_CODE { get; set; } - + public string POST_CODE { get; set; } public string FTY_CODE { get; set; } public string PROD_CODE { get; set; } public string Token { get; set; } -- Gitblit v1.9.3