diff --git a/docs/demo/src/WTA.Application/Identity/Data/Config/BaseDataDbConfig.cs b/docs/demo/src/WTA.Application/Identity/Data/Config/BaseDataDbConfig.cs index 074832cb..e429265a 100644 --- a/docs/demo/src/WTA.Application/Identity/Data/Config/BaseDataDbConfig.cs +++ b/docs/demo/src/WTA.Application/Identity/Data/Config/BaseDataDbConfig.cs @@ -206,28 +206,41 @@ IEntityTypeConfiguration public void Configure(EntityTypeBuilder builder) { } + public void Configure(EntityTypeBuilder builder) { } + public void Configure(EntityTypeBuilder builder) { } + public void Configure(EntityTypeBuilder builder) { } + public void Configure(EntityTypeBuilder builder) { } + public void Configure(EntityTypeBuilder builder) { } + public void Configure(EntityTypeBuilder builder) { } + public void Configure(EntityTypeBuilder builder) { } + public void Configure(EntityTypeBuilder builder) { } + public void Configure(EntityTypeBuilder builder) { } + public void Configure(EntityTypeBuilder builder) { } + public void Configure(EntityTypeBuilder builder) { } + public void Configure(EntityTypeBuilder builder) { } + } diff --git a/docs/demo/src/WTA.Application/Identity/Data/IdentityDbSeed.cs b/docs/demo/src/WTA.Application/Identity/Data/IdentityDbSeed.cs index 1de5c05a..e065aec2 100644 --- a/docs/demo/src/WTA.Application/Identity/Data/IdentityDbSeed.cs +++ b/docs/demo/src/WTA.Application/Identity/Data/IdentityDbSeed.cs @@ -136,11 +136,11 @@ public class IdentityDbSeed : IDbSeed context.Set().Add(new BBAC_DN { Version = "测试数据", DNBillNum = "123", StockCount = "测试数据" }); context.Set().Add(new BBAC_DN_DETAIL { KeyCode = "测试数据", Version = "测试数据", BillNum = "123", LU = "测试数据", PN = "测试数据", Site = "测试数据", SettleDate = new DateTime(), State = "测试数据", INVGroupNum = "测试数据", GroupNum = "测试数据", DNBillNum = "测试数据" }); context.Set().Add(new JIT_DN { Version = "测试数据", DNBillNum = "123", StockCount = "测试数据" }); - context.Set().Add(new JIT_DN_DETAIL { KeyCode = "测试数据", Version = "测试数据", LU = "测试数据", PN = "测试数据", Site = "测试数据", SettleDate = new DateTime(), State = "测试数据", INVGroupNum = "测试数据", GroupNum = "测试数据", DNBillNum = "测试数据" }); + context.Set().Add(new JIT_DN_DETAIL { KeyCode = "测试数据", Version = "测试数据", LU = "测试数据", PN = "测试数据", Site = "测试数据", SettleDate = new DateTime(), State = "测试数据", INVGroupNum = "测试数据", GroupNum = "测试数据", DNBillNum = "123" }); context.Set().Add(new BJ_DN { Version = "测试数据", DNBillNum = "123", StockCount = "测试数据" }); - context.Set().Add(new BJ_DN_DETAIL { KeyCode = "测试数据", Version = "测试数据", LU = "测试数据", PN = "测试数据", Site = "测试数据", SettleDate = new DateTime(), State = "测试数据", INVGroupNum = "测试数据", GroupNum = "测试数据", DNBillNum = "测试数据" }); + context.Set().Add(new BJ_DN_DETAIL { KeyCode = "测试数据", Version = "测试数据", LU = "测试数据", PN = "测试数据", Site = "测试数据", SettleDate = new DateTime(), State = "测试数据", INVGroupNum = "测试数据", GroupNum = "测试数据", DNBillNum = "123" }); context.Set().Add(new IN_DN { Version = "测试数据", DNBillNum = "123", StockCount = "测试数据" }); - context.Set().Add(new IN_DN_DETAIL { KeyCode = "测试数据", Version = "测试数据", LU = "测试数据", PU = "测试数据", Site = "测试数据", SettleDate = new DateTime(), State = "测试数据", INVGroupNum = "测试数据", GroupNum = "测试数据", DNBillNum = "测试数据" }); + context.Set().Add(new IN_DN_DETAIL { KeyCode = "测试数据", Version = "测试数据", LU = "测试数据", PU = "测试数据", Site = "测试数据", SettleDate = new DateTime(), State = "测试数据", INVGroupNum = "测试数据", GroupNum = "测试数据", DNBillNum = "123" }); context.Set().Add(new INVOICE { RealnvBillNum = "测试数据", InvbillNum = "123", INVGroupNum = "测试数据", FileName = "测试数据", BusinessType = "测试数据" }); context.Set().Add(new INVOICE_DETAIL { LU = "测试数据", InvbillNum = "123" }); } diff --git a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/BBAC_DN.cs b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/BBAC_DN.cs index 25ce5865..7bd3a3eb 100644 --- a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/BBAC_DN.cs +++ b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/BBAC_DN.cs @@ -25,6 +25,7 @@ public class BBAC_DN : BaseEntity } [Display(Name = "BBAC出库单明细")] [ChuKuDanGroup] +[Hidden] public class BBAC_DN_DETAIL : BaseEntity { diff --git a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/BBAC_SA.cs b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/BBAC_SA.cs index 6bdfba68..0d6794e7 100644 --- a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/BBAC_SA.cs +++ b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/BBAC_SA.cs @@ -35,6 +35,7 @@ public class BBAC_SA : BaseEntity [Display(Name = "BBAC结算导入明细")] [JISDataInput] +[Hidden] public class BBAC_SA_DETAIL : BaseEntity { /// diff --git a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/BJ_DN.cs b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/BJ_DN.cs index 42fb5191..74b69e1f 100644 --- a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/BJ_DN.cs +++ b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/BJ_DN.cs @@ -28,6 +28,7 @@ public class BJ_DN : BaseEntity } [Display(Name = "备件出库单明细")] [ChuKuDanGroup] +[Hidden] public class BJ_DN_DETAIL : BaseEntity { [Display(Name = "LU+交付识别号")] diff --git a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/BJ_SA.cs b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/BJ_SA.cs index 9f08a01e..832174d7 100644 --- a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/BJ_SA.cs +++ b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/BJ_SA.cs @@ -33,6 +33,7 @@ public class BJ_SA : BaseEntity } [Display(Name = "备件结算导入明细")] [BeiJianDataInput] +[Hidden] public class BJ_SA_DETAIL : BaseEntity { /// diff --git a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/HBPO_DN.cs b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/HBPO_DN.cs index 7cce732a..75818f30 100644 --- a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/HBPO_DN.cs +++ b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/HBPO_DN.cs @@ -28,6 +28,7 @@ public class HBPO_DN : BaseEntity [Display(Name = "HBPO出库单明细")] [ChuKuDanGroup] +[Hidden] public class HBPO_DN_DETAIL : BaseEntity { [Display(Name = "LU+生产码")] diff --git a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/HBPO_SA.cs b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/HBPO_SA.cs index 7e315d34..cb1bf997 100644 --- a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/HBPO_SA.cs +++ b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/HBPO_SA.cs @@ -34,8 +34,10 @@ public class HBPO_SA : BaseEntity } [Display(Name = "HBPO结算导入明细")] [JISDataInput] +[Hidden] public class HBPO_SA_DETAIL : BaseEntity + { /// /// 对应字段(PartNumber+ProductioNumber) diff --git a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/INVOICE.cs b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/INVOICE.cs index 68cc8e5e..e5bcf554 100644 --- a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/INVOICE.cs +++ b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/INVOICE.cs @@ -37,6 +37,7 @@ public class INVOICE : BaseEntity } [ShangWuShenHeGroup] +[Hidden] [Display(Name = "财务管理审核明细")] public class INVOICE_DETAIL : BaseEntity { diff --git a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/IN_DN.cs b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/IN_DN.cs index ac31d49f..977dbeb5 100644 --- a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/IN_DN.cs +++ b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/IN_DN.cs @@ -27,6 +27,7 @@ public class IN_DN : BaseEntity } [ChuKuDanGroup] [Display(Name = "印度件出库单明细")] +[Hidden] public class IN_DN_DETAIL : BaseEntity { [Display(Name = "LU+交付识别号")] diff --git a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/IN_SA.cs b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/IN_SA.cs index 414d82a9..0a281f9e 100644 --- a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/IN_SA.cs +++ b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/IN_SA.cs @@ -29,6 +29,7 @@ public class IN_SA : BaseEntity [Display(Name = "印度件结算明细")] [MaiDanJianDataInput] +[Hidden] public class IN_SA_DETAIL : BaseEntity { /// diff --git a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/JIT_DN.cs b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/JIT_DN.cs index 04d8fc72..e402cd84 100644 --- a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/JIT_DN.cs +++ b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/JIT_DN.cs @@ -29,6 +29,7 @@ public class JIT_DN : BaseEntity [Display(Name = "JIT出库单明细")] [ChuKuDanGroup] +[Hidden] public class JIT_DN_DETAIL : BaseEntity { [Display(Name = "LU+ASN单号")] diff --git a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/JIT_SA.cs b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/JIT_SA.cs index d9ee6454..381e204c 100644 --- a/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/JIT_SA.cs +++ b/docs/demo/src/WTA.Application/Identity/Entities/SystemManagement/JIT_SA.cs @@ -35,6 +35,7 @@ public class JIT_SA : BaseEntity [Display(Name = "JIT结算导入明细")] [JITDataInput] +[Hidden] public class JIT_SA_DETAIL : BaseEntity { ///