From 21cce90e8d660954f0b89bfe25b9f5218dcbaacd Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期一, 12 五月 2025 00:32:34 +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