From 7b2a3e95296e04ca69900c46f852f1f078d3e5f6 Mon Sep 17 00:00:00 2001 From: black-goat-me <226547893@qq.com> Date: 星期一, 24 四月 2023 14:10:54 +0800 Subject: [PATCH] 其它入库单缓存列表:动态列实现 采购入库单缓存列表:动态列实现 委外入库单缓存列表:动态列实现 生产领料单缓存列表:动态列实现 生产入库单缓存列表:动态列实现 销售出库单缓存列表:动态列实现 --- WebAPI/Models/基础资料/Gy_Employee.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git "a/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Employee.cs" "b/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Employee.cs" index ffa45fb..e097a89 100644 --- "a/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Employee.cs" +++ "b/WebAPI/Models/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Employee.cs" @@ -64,7 +64,7 @@ public DateTime HContractEDate { get; set; } public string HInsuranceNo { get; set; } public DateTime HInsuranceDate { get; set; } - public string HInsuranceStatus { get; set; } + public bool HInsuranceStatus { get; set; } public DateTime HSignDate { get; set; } public bool HSignStatus { get; set; } public string HOldCompany { get; set; } @@ -104,5 +104,6 @@ public string HEmpRate { get; set; } public string HExamRate { get; set; } public DateTime HHealthCardEDate { get; set; } + public long HUSEORGID { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1