From e2a05a6c91f1b94bef8ecea7de7bf149d7e77c89 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期五, 18 十月 2024 15:05:29 +0800 Subject: [PATCH] 1 --- /dev/null | 57 ---------------------------- 代码管理/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/ac0314e8-dd5d-4dc2-ad53-6a7b330ab131.vsidx | 0 代码管理/中和项目数据库字典-20241018.xlsx | 0 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_User.cs | 18 --------- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Program.cs | 2 代码管理/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/d84c9c90-463f-4bde-9ee7-1fb6977761ac.vsidx | 0 6 files changed, 1 insertions(+), 76 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/4215244d-fceb-4b07-8642-e232d4ce12b8.vsidx" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/ac0314e8-dd5d-4dc2-ad53-6a7b330ab131.vsidx" similarity index 71% rename from "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/4215244d-fceb-4b07-8642-e232d4ce12b8.vsidx" rename to "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/ac0314e8-dd5d-4dc2-ad53-6a7b330ab131.vsidx" index c01f25f..acd8a8e 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/4215244d-fceb-4b07-8642-e232d4ce12b8.vsidx" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/ac0314e8-dd5d-4dc2-ad53-6a7b330ab131.vsidx" Binary files differ diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/d84c9c90-463f-4bde-9ee7-1fb6977761ac.vsidx" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/d84c9c90-463f-4bde-9ee7-1fb6977761ac.vsidx" new file mode 100644 index 0000000..7e7b886 --- /dev/null +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/d84c9c90-463f-4bde-9ee7-1fb6977761ac.vsidx" Binary files differ diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/fee96c00-fe8b-45e8-a1bd-00afe43a7ad3.vsidx" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/fee96c00-fe8b-45e8-a1bd-00afe43a7ad3.vsidx" deleted file mode 100644 index fb1ec2e..0000000 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/fee96c00-fe8b-45e8-a1bd-00afe43a7ad3.vsidx" +++ /dev/null Binary files differ diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Department.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Department.cs" deleted file mode 100644 index 1ac637a..0000000 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Department.cs" +++ /dev/null @@ -1,57 +0,0 @@ -锘縰sing System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using SqlSugar; -using WIDESEA_Core.DB.Models; -using WIDESEA_Core.Tenants; - -namespace WIDESEA_Model.Models -{ - [SugarTable("Sys_Department", "缁勭粐鏋舵瀯"), MultiTenant] - public class Sys_Department : BaseEntity - { - /// <summary> - /// 缁勭粐ID - /// </summary> - [SugarColumn(IsIdentity = true, IsPrimaryKey = true, ColumnDescription = "缁勭粐ID")] - public int DepartmentId { get; set; } - - /// <summary> - /// 缁勭粐鍚嶇О - /// </summary> - [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "缁勭粐鍚嶇О")] - public string DepartmentName { get; set; } - - /// <summary> - /// 缁勭粐缂栧彿 - /// </summary> - [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "缁勭粐缂栧彿")] - public string DepartmentCode { get; set; } - - /// <summary> - /// 涓婄骇缁勭粐 - /// </summary> - [SugarColumn(IsNullable = false, ColumnDescription = "涓婄骇缁勭粐")] - public int ParentId { get; set; } - - /// <summary> - /// 閮ㄩ棬绫诲瀷 - /// </summary> - [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "閮ㄩ棬绫诲瀷")] - public string DepartmentType { get; set; } - - /// <summary> - /// 鏄惁鍙敤 - /// </summary> - [SugarColumn(IsNullable = false, ColumnDescription = "鏄惁鍙敤")] - public int Enable { get; set; } - - /// <summary> - /// 澶囨敞 - /// </summary> - [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "澶囨敞")] - public string Remark { get; set; } - } -} diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_User.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_User.cs" index 74d9b74..a38981a 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_User.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_User.cs" @@ -113,24 +113,6 @@ public string Address { get; set; } /// <summary> - /// 瀹℃牳鏃堕棿 - /// </summary> - [SugarColumn(IsNullable = true, ColumnDescription = "瀹℃牳鏃堕棿")] - public DateTime? AuditDate { get; set; } - - /// <summary> - /// 瀹℃牳鐘舵�� - /// </summary> - [SugarColumn(IsNullable = true, ColumnDescription = "瀹℃牳鐘舵��")] - public int? AuditStatus { get; set; } - - /// <summary> - /// 瀹℃牳浜� - /// </summary> - [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "瀹℃牳浜�")] - public string Auditor { get; set; } - - /// <summary> /// 浠ょ墝 /// </summary> [SugarColumn(Length = 500, IsNullable = true, ColumnDescription = "浠ょ墝")] diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Program.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Program.cs" index 80e6a5f..44530ed 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Program.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Program.cs" @@ -40,7 +40,7 @@ builder.Services.AddAllOptionRegister();//读取配置文件 builder.Services.AddMemoryCacheSetup();//缓存 builder.Services.AddSqlsugarSetup();//SqlSugar 启动服务 -//builder.Services.AddInitializationHostServiceSetup();//应用初始化服务注入 +builder.Services.AddInitializationHostServiceSetup();//应用初始化服务注入 builder.Services.AddDbSetup();//Db 启动服务 builder.Services.AddAutoMapperSetup(); diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\344\270\255\345\222\214\351\241\271\347\233\256\346\225\260\346\215\256\345\272\223\345\255\227\345\205\270-20241018.xlsx" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\344\270\255\345\222\214\351\241\271\347\233\256\346\225\260\346\215\256\345\272\223\345\255\227\345\205\270-20241018.xlsx" new file mode 100644 index 0000000..8099c95 --- /dev/null +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\344\270\255\345\222\214\351\241\271\347\233\256\346\225\260\346\215\256\345\272\223\345\255\227\345\205\270-20241018.xlsx" Binary files differ -- Gitblit v1.9.3