diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.AuthSiteCenter/src/WinIn.FasterZ.AuthSiteCenter.Web/appsettings.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.AuthSiteCenter/src/WinIn.FasterZ.AuthSiteCenter.Web/appsettings.json index 3c646f84b..52479f600 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.AuthSiteCenter/src/WinIn.FasterZ.AuthSiteCenter.Web/appsettings.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.AuthSiteCenter/src/WinIn.FasterZ.AuthSiteCenter.Web/appsettings.json @@ -1,9 +1,9 @@ { "App": { - "SelfUrl": "http://192.168.0.240:60100", - "ClientUrl": "http://localhost:60011,http://localhost:60012,http://localhost:60013,http://localhost:60021,http://localhost:60022,http://localhost:60022,http://localhost:10090", - "CorsOrigins": "http://localhost:60011,http://localhost:60012,http://localhost:60013,http://localhost:60021,http://localhost:60022,http://localhost:60022,http://localhost:10090", - "RedirectAllowedUrls": "http://localhost:60011,http://localhost:60012,http://localhost:60013,http://localhost:60021,http://localhost:60022,http://localhost:60022,http://localhost:10090" + "SelfUrl": "http://192.168.0.240:60080", + "ClientUrl": "http://dev.ccwin-in.com:60080,http://dev.ccwin-in.com:60081,http://dev.ccwin-in.com:60075,http://localhost:60080,http://localhost:60081,http://localhost:60075", + "CorsOrigins": "http://dev.ccwin-in.com:60080,http://dev.ccwin-in.com:60081,http://dev.ccwin-in.com:60075,http://localhost:60080,http://localhost:60081,http://localhost:60075", + "RedirectAllowedUrls": "http://dev.ccwin-in.com:60080,http://dev.ccwin-in.com:60081,http://dev.ccwin-in.com:60075,http://localhost:60080,http://localhost:60081,http://localhost:60075" }, "ConnectionStrings": { "Default": "Server=dev.ccwin-in.com,13319;Database=WMS_DongYang_Faster_AuthSiteCenter;uid=ccwin-in;pwd=Microsoft@2022;timeout=6000;Encrypt=False;" @@ -15,7 +15,7 @@ "Configuration": "127.0.0.1:6379" }, "AuthServer": { - "Authority": "http://192.168.0.240:60100" + "Authority": "http://192.168.0.240:60080" }, - "urls": "http://192.168.0.240:60100" + "urls": "http://192.168.0.240:60080" } \ No newline at end of file diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/AppBase/Filters/Condition.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/AppBase/Filters/Condition.cs index 559761089..80f4ded71 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/AppBase/Filters/Condition.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/AppBase/Filters/Condition.cs @@ -4,5 +4,5 @@ using System.Collections.Generic; public class Condition { - public ICollection Filters { get; set; } = new List(); + public List Filters { get; set; } = new List(); } \ No newline at end of file diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/AppBase/Filters/FilterExtensions.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/AppBase/Filters/FilterExtensions.cs index a52aecd8e..93b11472c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/AppBase/Filters/FilterExtensions.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/AppBase/Filters/FilterExtensions.cs @@ -28,7 +28,7 @@ public static class FilterExtensions return filterConditions.ToLambda(); } - public static Expression> ToLambda(this ICollection filterConditionList) + public static Expression> ToLambda(this List filterConditionList) { Expression> condition = null; try diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/WinIn.FasterZ.Wms.Application.Contracts.csproj b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/WinIn.FasterZ.Wms.Application.Contracts.csproj index 598f32a5c..68aa8f8bb 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/WinIn.FasterZ.Wms.Application.Contracts.csproj +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/WinIn.FasterZ.Wms.Application.Contracts.csproj @@ -21,6 +21,7 @@ + diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDict/Dtos/BasedataDictDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDict/Dtos/BasedataDictDto.cs index 877445148..c7a394433 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDict/Dtos/BasedataDictDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDict/Dtos/BasedataDictDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.BasedataDictItem.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.BasedataDict.Dtos; @@ -12,7 +14,7 @@ public class BasedataDictDto : AuditedEntityDto /// /// /// - public ICollection BasedataDictItems { get; set; } + public List BasedataDictItems { get; set; } /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDict/Dtos/CreateUpdateBasedataDictDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDict/Dtos/CreateUpdateBasedataDictDto.cs index d6917f73e..146287864 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDict/Dtos/CreateUpdateBasedataDictDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDict/Dtos/CreateUpdateBasedataDictDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.BasedataDictItem.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.BasedataDict.Dtos; @@ -10,7 +12,7 @@ public class CreateUpdateBasedataDictDto /// /// [DisplayName("BasedataDictBasedataDictItems")] - public ICollection BasedataDictItems { get; set; } + public List BasedataDictItems { get; set; } /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDictItem/Dtos/BasedataDictItemDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDictItem/Dtos/BasedataDictItemDto.cs index f1dc6d5dd..aad924084 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDictItem/Dtos/BasedataDictItemDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDictItem/Dtos/BasedataDictItemDto.cs @@ -27,7 +27,7 @@ public class BasedataDictItemDto : AuditedEntityDto /// /// /// - public BasedataDict Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDictItem/Dtos/CreateUpdateBasedataDictItemDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDictItem/Dtos/CreateUpdateBasedataDictItemDto.cs index 640e9a493..7d1e40dd4 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDictItem/Dtos/CreateUpdateBasedataDictItemDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDictItem/Dtos/CreateUpdateBasedataDictItemDto.cs @@ -23,13 +23,7 @@ public class CreateUpdateBasedataDictItemDto /// [DisplayName("BasedataDictItemEnabled")] public bool Enabled { get; set; } - - /// - /// - /// - [DisplayName("BasedataDictItemMaster")] - public BasedataDict Master { get; set; } - + /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainer/Dtos/CreateUpdateInventoryContainerDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainer/Dtos/CreateUpdateInventoryContainerDto.cs index ae0abd400..a927d4fc9 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainer/Dtos/CreateUpdateInventoryContainerDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainer/Dtos/CreateUpdateInventoryContainerDto.cs @@ -1,4 +1,6 @@ using System; +using System.Collections.Generic; +using WinIn.FasterZ.Wms.Z_Business.InventoryContainerDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.InventoryContainer.Dtos; @@ -23,7 +25,7 @@ public class CreateUpdateInventoryContainerDto /// /// /// - public ICollection InventoryContainerDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainer/Dtos/InventoryContainerDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainer/Dtos/InventoryContainerDto.cs index fcbb6b73c..a3dd5ce7c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainer/Dtos/InventoryContainerDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainer/Dtos/InventoryContainerDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.InventoryContainerDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.InventoryContainer.Dtos; @@ -27,7 +29,7 @@ public class InventoryContainerDto : AuditedEntityDto /// /// /// - public ICollection InventoryContainerDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainerDetail/Dtos/CreateUpdateInventoryContainerDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainerDetail/Dtos/CreateUpdateInventoryContainerDetailDto.cs index d9950bfb4..e6eb2684f 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainerDetail/Dtos/CreateUpdateInventoryContainerDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainerDetail/Dtos/CreateUpdateInventoryContainerDetailDto.cs @@ -48,7 +48,7 @@ public class CreateUpdateInventoryContainerDetailDto /// /// /// - public InventoryContainer Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainerDetail/Dtos/InventoryContainerDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainerDetail/Dtos/InventoryContainerDetailDto.cs index 77e702191..19dbc28b8 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainerDetail/Dtos/InventoryContainerDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainerDetail/Dtos/InventoryContainerDetailDto.cs @@ -52,7 +52,7 @@ public class InventoryContainerDetailDto : AuditedEntityDto /// /// /// - public InventoryContainer Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJob/Dtos/CreateUpdateJobCheckJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJob/Dtos/CreateUpdateJobCheckJobDto.cs index 60699e838..4c1dd0b93 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJob/Dtos/CreateUpdateJobCheckJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJob/Dtos/CreateUpdateJobCheckJobDto.cs @@ -1,4 +1,6 @@ using System; +using System.Collections.Generic; +using WinIn.FasterZ.Wms.Z_Business.JobCheckJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobCheckJob.Dtos; @@ -48,7 +50,7 @@ public class CreateUpdateJobCheckJobDto /// /// /// - public ICollection JobCheckJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJob/Dtos/JobCheckJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJob/Dtos/JobCheckJobDto.cs index e0bfb2c59..09be3ed1f 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJob/Dtos/JobCheckJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJob/Dtos/JobCheckJobDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.JobCheckJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobCheckJob.Dtos; @@ -52,7 +54,7 @@ public class JobCheckJobDto : AuditedEntityDto /// /// /// - public ICollection JobCheckJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJobDetail/Dtos/CreateUpdateJobCheckJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJobDetail/Dtos/CreateUpdateJobCheckJobDetailDto.cs index ae5d83cdc..313956a6d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJobDetail/Dtos/CreateUpdateJobCheckJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJobDetail/Dtos/CreateUpdateJobCheckJobDetailDto.cs @@ -73,7 +73,7 @@ public class CreateUpdateJobCheckJobDetailDto /// /// /// - public JobCheckJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJobDetail/Dtos/JobCheckJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJobDetail/Dtos/JobCheckJobDetailDto.cs index 8b15b8da2..df38cdfcc 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJobDetail/Dtos/JobCheckJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJobDetail/Dtos/JobCheckJobDetailDto.cs @@ -77,7 +77,7 @@ public class JobCheckJobDetailDto : AuditedEntityDto /// /// /// - public JobCheckJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJob/Dtos/CreateUpdateJobCountJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJob/Dtos/CreateUpdateJobCountJobDto.cs index 310597118..61b2b24db 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJob/Dtos/CreateUpdateJobCountJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJob/Dtos/CreateUpdateJobCountJobDto.cs @@ -1,4 +1,6 @@ using System; +using System.Collections.Generic; +using WinIn.FasterZ.Wms.Z_Business.JobCountJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobCountJob.Dtos; @@ -68,7 +70,7 @@ public class CreateUpdateJobCountJobDto /// /// /// - public ICollection JobCountJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJob/Dtos/JobCountJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJob/Dtos/JobCountJobDto.cs index 37e52f71f..50c35a8dd 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJob/Dtos/JobCountJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJob/Dtos/JobCountJobDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.JobCountJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobCountJob.Dtos; @@ -72,7 +74,7 @@ public class JobCountJobDto : AuditedEntityDto /// /// /// - public ICollection JobCountJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJobDetail/Dtos/CreateUpdateJobCountJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJobDetail/Dtos/CreateUpdateJobCountJobDetailDto.cs index 1e716eaac..e4edbc9cc 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJobDetail/Dtos/CreateUpdateJobCountJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJobDetail/Dtos/CreateUpdateJobCountJobDetailDto.cs @@ -103,7 +103,7 @@ public class CreateUpdateJobCountJobDetailDto /// /// /// - public JobCountJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJobDetail/Dtos/JobCountJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJobDetail/Dtos/JobCountJobDetailDto.cs index 3349875a6..a22cac199 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJobDetail/Dtos/JobCountJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJobDetail/Dtos/JobCountJobDetailDto.cs @@ -107,7 +107,7 @@ public class JobCountJobDetailDto : AuditedEntityDto /// /// /// - public JobCountJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJob/Dtos/CreateUpdateJobDeliverJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJob/Dtos/CreateUpdateJobDeliverJobDto.cs index 132d5286f..cd6c7e37b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJob/Dtos/CreateUpdateJobDeliverJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJob/Dtos/CreateUpdateJobDeliverJobDto.cs @@ -1,4 +1,6 @@ using System; +using System.Collections.Generic; +using WinIn.FasterZ.Wms.Z_Business.JobDeliverJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobDeliverJob.Dtos; @@ -68,7 +70,7 @@ public class CreateUpdateJobDeliverJobDto /// /// /// - public ICollection JobDeliverJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJob/Dtos/JobDeliverJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJob/Dtos/JobDeliverJobDto.cs index c76356e60..f87ef9d68 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJob/Dtos/JobDeliverJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJob/Dtos/JobDeliverJobDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.JobDeliverJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobDeliverJob.Dtos; @@ -72,7 +74,7 @@ public class JobDeliverJobDto : AuditedEntityDto /// /// /// - public ICollection JobDeliverJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJobDetail/Dtos/CreateUpdateJobDeliverJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJobDetail/Dtos/CreateUpdateJobDeliverJobDetailDto.cs index f74c61d42..46012f804 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJobDetail/Dtos/CreateUpdateJobDeliverJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJobDetail/Dtos/CreateUpdateJobDeliverJobDetailDto.cs @@ -93,7 +93,7 @@ public class CreateUpdateJobDeliverJobDetailDto /// /// /// - public JobDeliverJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJobDetail/Dtos/JobDeliverJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJobDetail/Dtos/JobDeliverJobDetailDto.cs index 489c722b0..ef63818cc 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJobDetail/Dtos/JobDeliverJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJobDetail/Dtos/JobDeliverJobDetailDto.cs @@ -97,7 +97,7 @@ public class JobDeliverJobDetailDto : AuditedEntityDto /// /// /// - public JobDeliverJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJob/Dtos/CreateUpdateJobInspectJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJob/Dtos/CreateUpdateJobInspectJobDto.cs index 81f5361ca..7f0c9a860 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJob/Dtos/CreateUpdateJobInspectJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJob/Dtos/CreateUpdateJobInspectJobDto.cs @@ -1,4 +1,7 @@ using System; +using System.Collections.Generic; +using WinIn.FasterZ.Wms.Z_Business.JobInspectJobDetail.Dtos; +using WinIn.FasterZ.Wms.Z_Business.JobInspectJobSummaryDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobInspectJob.Dtos; @@ -58,12 +61,7 @@ public class CreateUpdateJobInspectJobDto /// /// /// - public ICollection JobInspectJobDetails { get; set; } - - /// - /// - /// - public ICollection JobInspectJobSummaryDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJob/Dtos/JobInspectJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJob/Dtos/JobInspectJobDto.cs index 8985c55b5..ebe80e05f 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJob/Dtos/JobInspectJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJob/Dtos/JobInspectJobDto.cs @@ -1,5 +1,8 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.JobInspectJobDetail.Dtos; +using WinIn.FasterZ.Wms.Z_Business.JobInspectJobSummaryDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobInspectJob.Dtos; @@ -62,12 +65,7 @@ public class JobInspectJobDto : AuditedEntityDto /// /// /// - public ICollection JobInspectJobDetails { get; set; } - - /// - /// - /// - public ICollection JobInspectJobSummaryDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobDetail/Dtos/CreateUpdateJobInspectJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobDetail/Dtos/CreateUpdateJobInspectJobDetailDto.cs index f4a3e915b..6943533f1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobDetail/Dtos/CreateUpdateJobInspectJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobDetail/Dtos/CreateUpdateJobInspectJobDetailDto.cs @@ -118,7 +118,7 @@ public class CreateUpdateJobInspectJobDetailDto /// /// /// - public JobInspectJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobDetail/Dtos/JobInspectJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobDetail/Dtos/JobInspectJobDetailDto.cs index 260cad71c..553370d22 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobDetail/Dtos/JobInspectJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobDetail/Dtos/JobInspectJobDetailDto.cs @@ -122,7 +122,7 @@ public class JobInspectJobDetailDto : AuditedEntityDto /// /// /// - public JobInspectJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobSummaryDetail/Dtos/CreateUpdateJobInspectJobSummaryDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobSummaryDetail/Dtos/CreateUpdateJobInspectJobSummaryDetailDto.cs index 367fe5f89..3fdb044c8 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobSummaryDetail/Dtos/CreateUpdateJobInspectJobSummaryDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobSummaryDetail/Dtos/CreateUpdateJobInspectJobSummaryDetailDto.cs @@ -88,7 +88,7 @@ public class CreateUpdateJobInspectJobSummaryDetailDto /// /// /// - public JobInspectJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobSummaryDetail/Dtos/JobInspectJobSummaryDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobSummaryDetail/Dtos/JobInspectJobSummaryDetailDto.cs index dda3727be..2bf31de5e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobSummaryDetail/Dtos/JobInspectJobSummaryDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobSummaryDetail/Dtos/JobInspectJobSummaryDetailDto.cs @@ -92,7 +92,7 @@ public class JobInspectJobSummaryDetailDto : AuditedEntityDto /// /// /// - public JobInspectJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJob/Dtos/CreateUpdateJobIssueJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJob/Dtos/CreateUpdateJobIssueJobDto.cs index 691e6a3d9..3549b36c6 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJob/Dtos/CreateUpdateJobIssueJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJob/Dtos/CreateUpdateJobIssueJobDto.cs @@ -1,4 +1,6 @@ using System; +using System.Collections.Generic; +using WinIn.FasterZ.Wms.Z_Business.JobIssueJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobIssueJob.Dtos; @@ -48,7 +50,7 @@ public class CreateUpdateJobIssueJobDto /// /// /// - public ICollection JobIssueJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJob/Dtos/JobIssueJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJob/Dtos/JobIssueJobDto.cs index 1287960b2..e691e0808 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJob/Dtos/JobIssueJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJob/Dtos/JobIssueJobDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.JobIssueJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobIssueJob.Dtos; @@ -52,7 +54,7 @@ public class JobIssueJobDto : AuditedEntityDto /// /// /// - public ICollection JobIssueJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJobDetail/Dtos/CreateUpdateJobIssueJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJobDetail/Dtos/CreateUpdateJobIssueJobDetailDto.cs index 89c0a5a10..bc58462ea 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJobDetail/Dtos/CreateUpdateJobIssueJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJobDetail/Dtos/CreateUpdateJobIssueJobDetailDto.cs @@ -108,7 +108,7 @@ public class CreateUpdateJobIssueJobDetailDto /// /// /// - public JobIssueJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJobDetail/Dtos/JobIssueJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJobDetail/Dtos/JobIssueJobDetailDto.cs index a2ec2a4cc..01cf4bb7b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJobDetail/Dtos/JobIssueJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJobDetail/Dtos/JobIssueJobDetailDto.cs @@ -112,7 +112,7 @@ public class JobIssueJobDetailDto : AuditedEntityDto /// /// /// - public JobIssueJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJob/Dtos/CreateUpdateJobJisDeliverJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJob/Dtos/CreateUpdateJobJisDeliverJobDto.cs index e7f31b5ec..7c40538e8 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJob/Dtos/CreateUpdateJobJisDeliverJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJob/Dtos/CreateUpdateJobJisDeliverJobDto.cs @@ -1,4 +1,6 @@ using System; +using System.Collections.Generic; +using WinIn.FasterZ.Wms.Z_Business.JobJisDeliverJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobJisDeliverJob.Dtos; @@ -78,7 +80,7 @@ public class CreateUpdateJobJisDeliverJobDto /// /// /// - public ICollection JobJisDeliverJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJob/Dtos/JobJisDeliverJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJob/Dtos/JobJisDeliverJobDto.cs index 5cc60a1e1..18cf697c6 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJob/Dtos/JobJisDeliverJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJob/Dtos/JobJisDeliverJobDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.JobJisDeliverJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobJisDeliverJob.Dtos; @@ -82,7 +84,7 @@ public class JobJisDeliverJobDto : AuditedEntityDto /// /// /// - public ICollection JobJisDeliverJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJobDetail/Dtos/CreateUpdateJobJisDeliverJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJobDetail/Dtos/CreateUpdateJobJisDeliverJobDetailDto.cs index db351fc8a..f731de8bd 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJobDetail/Dtos/CreateUpdateJobJisDeliverJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJobDetail/Dtos/CreateUpdateJobJisDeliverJobDetailDto.cs @@ -53,7 +53,7 @@ public class CreateUpdateJobJisDeliverJobDetailDto /// /// /// - public JobJisDeliverJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJobDetail/Dtos/JobJisDeliverJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJobDetail/Dtos/JobJisDeliverJobDetailDto.cs index f61f10c1f..31e52e3d8 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJobDetail/Dtos/JobJisDeliverJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJobDetail/Dtos/JobJisDeliverJobDetailDto.cs @@ -57,7 +57,7 @@ public class JobJisDeliverJobDetailDto : AuditedEntityDto /// /// /// - public JobJisDeliverJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJob/Dtos/CreateUpdateJobProductReceiveJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJob/Dtos/CreateUpdateJobProductReceiveJobDto.cs index 92cb85447..58f3f8ad8 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJob/Dtos/CreateUpdateJobProductReceiveJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJob/Dtos/CreateUpdateJobProductReceiveJobDto.cs @@ -1,4 +1,6 @@ using System; +using System.Collections.Generic; +using WinIn.FasterZ.Wms.Z_Business.JobProductReceiveJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobProductReceiveJob.Dtos; @@ -48,7 +50,7 @@ public class CreateUpdateJobProductReceiveJobDto /// /// /// - public ICollection JobProductReceiveJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJob/Dtos/JobProductReceiveJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJob/Dtos/JobProductReceiveJobDto.cs index 3a1a1fe87..c686b3726 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJob/Dtos/JobProductReceiveJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJob/Dtos/JobProductReceiveJobDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.JobProductReceiveJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobProductReceiveJob.Dtos; @@ -52,7 +54,7 @@ public class JobProductReceiveJobDto : AuditedEntityDto /// /// /// - public ICollection JobProductReceiveJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJobDetail/Dtos/CreateUpdateJobProductReceiveJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJobDetail/Dtos/CreateUpdateJobProductReceiveJobDetailDto.cs index 1cbbbf0f7..32b5974e3 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJobDetail/Dtos/CreateUpdateJobProductReceiveJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJobDetail/Dtos/CreateUpdateJobProductReceiveJobDetailDto.cs @@ -93,7 +93,7 @@ public class CreateUpdateJobProductReceiveJobDetailDto /// /// /// - public JobProductReceiveJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJobDetail/Dtos/JobProductReceiveJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJobDetail/Dtos/JobProductReceiveJobDetailDto.cs index c9d804793..28f3ba353 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJobDetail/Dtos/JobProductReceiveJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJobDetail/Dtos/JobProductReceiveJobDetailDto.cs @@ -97,7 +97,7 @@ public class JobProductReceiveJobDetailDto : AuditedEntityDto /// /// /// - public JobProductReceiveJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJob/Dtos/CreateUpdateJobProductionReturnJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJob/Dtos/CreateUpdateJobProductionReturnJobDto.cs index 933fcc019..e46e68d63 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJob/Dtos/CreateUpdateJobProductionReturnJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJob/Dtos/CreateUpdateJobProductionReturnJobDto.cs @@ -1,4 +1,6 @@ using System; +using System.Collections.Generic; +using WinIn.FasterZ.Wms.Z_Business.JobProductionReturnJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobProductionReturnJob.Dtos; @@ -48,7 +50,7 @@ public class CreateUpdateJobProductionReturnJobDto /// /// /// - public ICollection JobProductionReturnJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJob/Dtos/JobProductionReturnJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJob/Dtos/JobProductionReturnJobDto.cs index 4b9102d14..615357536 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJob/Dtos/JobProductionReturnJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJob/Dtos/JobProductionReturnJobDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.JobProductionReturnJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobProductionReturnJob.Dtos; @@ -52,7 +54,7 @@ public class JobProductionReturnJobDto : AuditedEntityDto /// /// /// - public ICollection JobProductionReturnJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJobDetail/Dtos/CreateUpdateJobProductionReturnJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJobDetail/Dtos/CreateUpdateJobProductionReturnJobDetailDto.cs index 3f75f367c..93396f67b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJobDetail/Dtos/CreateUpdateJobProductionReturnJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJobDetail/Dtos/CreateUpdateJobProductionReturnJobDetailDto.cs @@ -118,7 +118,7 @@ public class CreateUpdateJobProductionReturnJobDetailDto /// /// /// - public JobProductionReturnJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJobDetail/Dtos/JobProductionReturnJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJobDetail/Dtos/JobProductionReturnJobDetailDto.cs index dcfb051c1..72e902345 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJobDetail/Dtos/JobProductionReturnJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJobDetail/Dtos/JobProductionReturnJobDetailDto.cs @@ -122,7 +122,7 @@ public class JobProductionReturnJobDetailDto : AuditedEntityDto /// /// /// - public JobProductionReturnJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJob/Dtos/CreateUpdateJobPurchaseReceiptJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJob/Dtos/CreateUpdateJobPurchaseReceiptJobDto.cs index aeb55ef53..989c32813 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJob/Dtos/CreateUpdateJobPurchaseReceiptJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJob/Dtos/CreateUpdateJobPurchaseReceiptJobDto.cs @@ -1,4 +1,6 @@ using System; +using System.Collections.Generic; +using WinIn.FasterZ.Wms.Z_Business.JobPurchaseReceiptJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobPurchaseReceiptJob.Dtos; @@ -53,12 +55,7 @@ public class CreateUpdateJobPurchaseReceiptJobDto /// /// /// - public ICollection JobPurchaseReceiptJobDetailCopies { get; set; } - - /// - /// - /// - public ICollection JobPurchaseReceiptJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJob/Dtos/JobPurchaseReceiptJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJob/Dtos/JobPurchaseReceiptJobDto.cs index 02bcf3dc3..d13adadd9 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJob/Dtos/JobPurchaseReceiptJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJob/Dtos/JobPurchaseReceiptJobDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.JobPurchaseReceiptJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobPurchaseReceiptJob.Dtos; @@ -57,12 +59,7 @@ public class JobPurchaseReceiptJobDto : AuditedEntityDto /// /// /// - public ICollection JobPurchaseReceiptJobDetailCopies { get; set; } - - /// - /// - /// - public ICollection JobPurchaseReceiptJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJobDetail/Dtos/CreateUpdateJobPurchaseReceiptJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJobDetail/Dtos/CreateUpdateJobPurchaseReceiptJobDetailDto.cs index c7f795794..9e8485209 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJobDetail/Dtos/CreateUpdateJobPurchaseReceiptJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJobDetail/Dtos/CreateUpdateJobPurchaseReceiptJobDetailDto.cs @@ -113,7 +113,7 @@ public class CreateUpdateJobPurchaseReceiptJobDetailDto /// /// /// - public JobPurchaseReceiptJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJobDetail/Dtos/JobPurchaseReceiptJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJobDetail/Dtos/JobPurchaseReceiptJobDetailDto.cs index ae484e5f4..56281ec3a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJobDetail/Dtos/JobPurchaseReceiptJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJobDetail/Dtos/JobPurchaseReceiptJobDetailDto.cs @@ -117,7 +117,7 @@ public class JobPurchaseReceiptJobDetailDto : AuditedEntityDto /// /// /// - public JobPurchaseReceiptJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJob/Dtos/CreateUpdateJobPurchaseReturnJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJob/Dtos/CreateUpdateJobPurchaseReturnJobDto.cs index 71619c683..3154ac8ed 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJob/Dtos/CreateUpdateJobPurchaseReturnJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJob/Dtos/CreateUpdateJobPurchaseReturnJobDto.cs @@ -1,4 +1,6 @@ using System; +using System.Collections.Generic; +using WinIn.FasterZ.Wms.Z_Business.JobPurchaseReturnJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobPurchaseReturnJob.Dtos; @@ -53,7 +55,7 @@ public class CreateUpdateJobPurchaseReturnJobDto /// /// /// - public ICollection JobPurchaseReturnJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJob/Dtos/JobPurchaseReturnJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJob/Dtos/JobPurchaseReturnJobDto.cs index cf35a84ce..1e761d75c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJob/Dtos/JobPurchaseReturnJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJob/Dtos/JobPurchaseReturnJobDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.JobPurchaseReturnJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobPurchaseReturnJob.Dtos; @@ -57,7 +59,7 @@ public class JobPurchaseReturnJobDto : AuditedEntityDto /// /// /// - public ICollection JobPurchaseReturnJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJobDetail/Dtos/CreateUpdateJobPurchaseReturnJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJobDetail/Dtos/CreateUpdateJobPurchaseReturnJobDetailDto.cs index b923ef527..9b288edd6 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJobDetail/Dtos/CreateUpdateJobPurchaseReturnJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJobDetail/Dtos/CreateUpdateJobPurchaseReturnJobDetailDto.cs @@ -93,7 +93,7 @@ public class CreateUpdateJobPurchaseReturnJobDetailDto /// /// /// - public JobPurchaseReturnJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJobDetail/Dtos/JobPurchaseReturnJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJobDetail/Dtos/JobPurchaseReturnJobDetailDto.cs index 94f0ac54a..eec1014e7 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJobDetail/Dtos/JobPurchaseReturnJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJobDetail/Dtos/JobPurchaseReturnJobDetailDto.cs @@ -97,7 +97,7 @@ public class JobPurchaseReturnJobDetailDto : AuditedEntityDto /// /// /// - public JobPurchaseReturnJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJob/Dtos/CreateUpdateJobPutawayJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJob/Dtos/CreateUpdateJobPutawayJobDto.cs index 2be2e7866..07ab55bf0 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJob/Dtos/CreateUpdateJobPutawayJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJob/Dtos/CreateUpdateJobPutawayJobDto.cs @@ -1,4 +1,6 @@ using System; +using System.Collections.Generic; +using WinIn.FasterZ.Wms.Z_Business.JobPutawayJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobPutawayJob.Dtos; @@ -58,7 +60,7 @@ public class CreateUpdateJobPutawayJobDto /// /// /// - public ICollection JobPutawayJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJob/Dtos/JobPutawayJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJob/Dtos/JobPutawayJobDto.cs index ad55920b0..c4b8d946d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJob/Dtos/JobPutawayJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJob/Dtos/JobPutawayJobDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.JobPutawayJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobPutawayJob.Dtos; @@ -62,7 +64,7 @@ public class JobPutawayJobDto : AuditedEntityDto /// /// /// - public ICollection JobPutawayJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJobDetail/Dtos/CreateUpdateJobPutawayJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJobDetail/Dtos/CreateUpdateJobPutawayJobDetailDto.cs index c42d4c9b5..18c7ccf45 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJobDetail/Dtos/CreateUpdateJobPutawayJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJobDetail/Dtos/CreateUpdateJobPutawayJobDetailDto.cs @@ -118,7 +118,7 @@ public class CreateUpdateJobPutawayJobDetailDto /// /// /// - public JobPutawayJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJobDetail/Dtos/JobPutawayJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJobDetail/Dtos/JobPutawayJobDetailDto.cs index 4b67d04b2..5f9139834 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJobDetail/Dtos/JobPutawayJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJobDetail/Dtos/JobPutawayJobDetailDto.cs @@ -122,7 +122,7 @@ public class JobPutawayJobDetailDto : AuditedEntityDto /// /// /// - public JobPutawayJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJob/Dtos/CreateUpdateJobUnplannedIssueJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJob/Dtos/CreateUpdateJobUnplannedIssueJobDto.cs index eeb5d324e..e78e14f8b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJob/Dtos/CreateUpdateJobUnplannedIssueJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJob/Dtos/CreateUpdateJobUnplannedIssueJobDto.cs @@ -1,4 +1,6 @@ using System; +using System.Collections.Generic; +using WinIn.FasterZ.Wms.Z_Business.JobUnplannedIssueJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobUnplannedIssueJob.Dtos; @@ -73,7 +75,7 @@ public class CreateUpdateJobUnplannedIssueJobDto /// /// /// - public ICollection JobUnplannedIssueJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJob/Dtos/JobUnplannedIssueJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJob/Dtos/JobUnplannedIssueJobDto.cs index e6d3e8bda..2e12ada46 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJob/Dtos/JobUnplannedIssueJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJob/Dtos/JobUnplannedIssueJobDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.JobUnplannedIssueJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobUnplannedIssueJob.Dtos; @@ -77,7 +79,7 @@ public class JobUnplannedIssueJobDto : AuditedEntityDto /// /// /// - public ICollection JobUnplannedIssueJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJobDetail/Dtos/CreateUpdateJobUnplannedIssueJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJobDetail/Dtos/CreateUpdateJobUnplannedIssueJobDetailDto.cs index a7545f712..2532d99fd 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJobDetail/Dtos/CreateUpdateJobUnplannedIssueJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJobDetail/Dtos/CreateUpdateJobUnplannedIssueJobDetailDto.cs @@ -98,7 +98,7 @@ public class CreateUpdateJobUnplannedIssueJobDetailDto /// /// /// - public JobUnplannedIssueJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJobDetail/Dtos/JobUnplannedIssueJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJobDetail/Dtos/JobUnplannedIssueJobDetailDto.cs index a7dfdda46..8f51158b5 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJobDetail/Dtos/JobUnplannedIssueJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJobDetail/Dtos/JobUnplannedIssueJobDetailDto.cs @@ -102,7 +102,7 @@ public class JobUnplannedIssueJobDetailDto : AuditedEntityDto /// /// /// - public JobUnplannedIssueJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJob/Dtos/CreateUpdateJobUnplannedReceiptJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJob/Dtos/CreateUpdateJobUnplannedReceiptJobDto.cs index 501e520cb..4c8757d9b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJob/Dtos/CreateUpdateJobUnplannedReceiptJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJob/Dtos/CreateUpdateJobUnplannedReceiptJobDto.cs @@ -1,4 +1,6 @@ using System; +using System.Collections.Generic; +using WinIn.FasterZ.Wms.Z_Business.JobUnplannedReceiptJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobUnplannedReceiptJob.Dtos; @@ -73,7 +75,7 @@ public class CreateUpdateJobUnplannedReceiptJobDto /// /// /// - public ICollection JobUnplannedReceiptJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJob/Dtos/JobUnplannedReceiptJobDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJob/Dtos/JobUnplannedReceiptJobDto.cs index 6ad958dc4..cd89cea49 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJob/Dtos/JobUnplannedReceiptJobDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJob/Dtos/JobUnplannedReceiptJobDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.JobUnplannedReceiptJobDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.JobUnplannedReceiptJob.Dtos; @@ -77,7 +79,7 @@ public class JobUnplannedReceiptJobDto : AuditedEntityDto /// /// /// - public ICollection JobUnplannedReceiptJobDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJobDetail/Dtos/CreateUpdateJobUnplannedReceiptJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJobDetail/Dtos/CreateUpdateJobUnplannedReceiptJobDetailDto.cs index e42a5d5c8..9a525fdf5 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJobDetail/Dtos/CreateUpdateJobUnplannedReceiptJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJobDetail/Dtos/CreateUpdateJobUnplannedReceiptJobDetailDto.cs @@ -98,7 +98,7 @@ public class CreateUpdateJobUnplannedReceiptJobDetailDto /// /// /// - public JobUnplannedReceiptJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJobDetail/Dtos/JobUnplannedReceiptJobDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJobDetail/Dtos/JobUnplannedReceiptJobDetailDto.cs index ff04343a5..f2944c63d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJobDetail/Dtos/JobUnplannedReceiptJobDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJobDetail/Dtos/JobUnplannedReceiptJobDetailDto.cs @@ -102,7 +102,7 @@ public class JobUnplannedReceiptJobDetailDto : AuditedEntityDto /// /// /// - public JobUnplannedReceiptJob Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNote/Dtos/CreateUpdateStoreBackFlushNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNote/Dtos/CreateUpdateStoreBackFlushNoteDto.cs index cfc57ba60..3896f3c1b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNote/Dtos/CreateUpdateStoreBackFlushNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNote/Dtos/CreateUpdateStoreBackFlushNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreBackFlushNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreBackFlushNote.Dtos; @@ -154,7 +156,7 @@ public class CreateUpdateStoreBackFlushNoteDto /// /// [DisplayName("StoreBackFlushNoteStoreBackFlushNoteDetails")] - public ICollection StoreBackFlushNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNote/Dtos/StoreBackFlushNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNote/Dtos/StoreBackFlushNoteDto.cs index 105cd7076..1d7e64a79 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNote/Dtos/StoreBackFlushNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNote/Dtos/StoreBackFlushNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreBackFlushNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreBackFlushNote.Dtos; @@ -132,7 +134,7 @@ public class StoreBackFlushNoteDto : AuditedEntityDto /// /// /// - public ICollection StoreBackFlushNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNoteDetail/Dtos/CreateUpdateStoreBackFlushNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNoteDetail/Dtos/CreateUpdateStoreBackFlushNoteDetailDto.cs index b065149bb..148349de4 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNoteDetail/Dtos/CreateUpdateStoreBackFlushNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNoteDetail/Dtos/CreateUpdateStoreBackFlushNoteDetailDto.cs @@ -90,12 +90,6 @@ public class CreateUpdateStoreBackFlushNoteDetailDto [DisplayName("StoreBackFlushNoteDetailLot")] public string? Lot { get; set; } - /// - /// - /// - [DisplayName("StoreBackFlushNoteDetailMaster")] - public StoreBackFlushNote Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNoteDetail/Dtos/StoreBackFlushNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNoteDetail/Dtos/StoreBackFlushNoteDetailDto.cs index 62877bf11..58fce113e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNoteDetail/Dtos/StoreBackFlushNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNoteDetail/Dtos/StoreBackFlushNoteDetailDto.cs @@ -82,7 +82,7 @@ public class StoreBackFlushNoteDetailDto : AuditedEntityDto /// /// /// - public StoreBackFlushNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNote/Dtos/CreateUpdateStoreContainerBindNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNote/Dtos/CreateUpdateStoreContainerBindNoteDto.cs index 0709253d0..38ec8bd92 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNote/Dtos/CreateUpdateStoreContainerBindNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNote/Dtos/CreateUpdateStoreContainerBindNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreContainerBindNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreContainerBindNote.Dtos; @@ -52,7 +54,7 @@ public class CreateUpdateStoreContainerBindNoteDto /// /// [DisplayName("StoreContainerBindNoteStoreContainerBindNoteDetails")] - public ICollection StoreContainerBindNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNote/Dtos/StoreContainerBindNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNote/Dtos/StoreContainerBindNoteDto.cs index 1c1cda189..16dc81e32 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNote/Dtos/StoreContainerBindNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNote/Dtos/StoreContainerBindNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreContainerBindNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreContainerBindNote.Dtos; @@ -47,7 +49,7 @@ public class StoreContainerBindNoteDto : AuditedEntityDto /// /// /// - public ICollection StoreContainerBindNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNoteDetail/Dtos/CreateUpdateStoreContainerBindNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNoteDetail/Dtos/CreateUpdateStoreContainerBindNoteDetailDto.cs index 4cd12e49e..33db054ce 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNoteDetail/Dtos/CreateUpdateStoreContainerBindNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNoteDetail/Dtos/CreateUpdateStoreContainerBindNoteDetailDto.cs @@ -54,12 +54,6 @@ public class CreateUpdateStoreContainerBindNoteDetailDto [DisplayName("StoreContainerBindNoteDetailLot")] public string? Lot { get; set; } - /// - /// - /// - [DisplayName("StoreContainerBindNoteDetailMaster")] - public StoreContainerBindNote Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNoteDetail/Dtos/StoreContainerBindNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNoteDetail/Dtos/StoreContainerBindNoteDetailDto.cs index b0904fc3b..3bd50dc0d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNoteDetail/Dtos/StoreContainerBindNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNoteDetail/Dtos/StoreContainerBindNoteDetailDto.cs @@ -52,7 +52,7 @@ public class StoreContainerBindNoteDetailDto : AuditedEntityDto /// /// /// - public StoreContainerBindNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNote/Dtos/CreateUpdateStoreCountAdjustNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNote/Dtos/CreateUpdateStoreCountAdjustNoteDto.cs index c5bfbada2..6716b4f6d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNote/Dtos/CreateUpdateStoreCountAdjustNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNote/Dtos/CreateUpdateStoreCountAdjustNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustNote.Dtos; @@ -58,7 +60,7 @@ public class CreateUpdateStoreCountAdjustNoteDto /// /// [DisplayName("StoreCountAdjustNoteStoreCountAdjustNoteDetails")] - public ICollection StoreCountAdjustNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNote/Dtos/StoreCountAdjustNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNote/Dtos/StoreCountAdjustNoteDto.cs index 448049f42..ac119f488 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNote/Dtos/StoreCountAdjustNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNote/Dtos/StoreCountAdjustNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustNote.Dtos; @@ -52,7 +54,7 @@ public class StoreCountAdjustNoteDto : AuditedEntityDto /// /// /// - public ICollection StoreCountAdjustNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNoteDetail/Dtos/CreateUpdateStoreCountAdjustNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNoteDetail/Dtos/CreateUpdateStoreCountAdjustNoteDetailDto.cs index 18c260d09..f1e891824 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNoteDetail/Dtos/CreateUpdateStoreCountAdjustNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNoteDetail/Dtos/CreateUpdateStoreCountAdjustNoteDetailDto.cs @@ -102,12 +102,6 @@ public class CreateUpdateStoreCountAdjustNoteDetailDto [DisplayName("StoreCountAdjustNoteDetailLot")] public string? Lot { get; set; } - /// - /// - /// - [DisplayName("StoreCountAdjustNoteDetailMaster")] - public StoreCountAdjustNote Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNoteDetail/Dtos/StoreCountAdjustNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNoteDetail/Dtos/StoreCountAdjustNoteDetailDto.cs index 7c064c1df..be96d01bc 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNoteDetail/Dtos/StoreCountAdjustNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNoteDetail/Dtos/StoreCountAdjustNoteDetailDto.cs @@ -92,7 +92,7 @@ public class StoreCountAdjustNoteDetailDto : AuditedEntityDto /// /// /// - public StoreCountAdjustNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequest/Dtos/CreateUpdateStoreCountAdjustRequestDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequest/Dtos/CreateUpdateStoreCountAdjustRequestDto.cs index c308e09b4..0820773d1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequest/Dtos/CreateUpdateStoreCountAdjustRequestDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequest/Dtos/CreateUpdateStoreCountAdjustRequestDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustRequestDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustRequest.Dtos; @@ -76,7 +78,7 @@ public class CreateUpdateStoreCountAdjustRequestDto /// /// [DisplayName("StoreCountAdjustRequestStoreCountAdjustRequestDetails")] - public ICollection StoreCountAdjustRequestDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequest/Dtos/StoreCountAdjustRequestDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequest/Dtos/StoreCountAdjustRequestDto.cs index d95a0a771..6e6b90ea3 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequest/Dtos/StoreCountAdjustRequestDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequest/Dtos/StoreCountAdjustRequestDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustRequestDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustRequest.Dtos; @@ -67,7 +69,7 @@ public class StoreCountAdjustRequestDto : AuditedEntityDto /// /// /// - public ICollection StoreCountAdjustRequestDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequestDetail/Dtos/CreateUpdateStoreCountAdjustRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequestDetail/Dtos/CreateUpdateStoreCountAdjustRequestDetailDto.cs index 07e33f8cd..e0bea2a83 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequestDetail/Dtos/CreateUpdateStoreCountAdjustRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequestDetail/Dtos/CreateUpdateStoreCountAdjustRequestDetailDto.cs @@ -90,12 +90,6 @@ public class CreateUpdateStoreCountAdjustRequestDetailDto [DisplayName("StoreCountAdjustRequestDetailLot")] public string? Lot { get; set; } - /// - /// - /// - [DisplayName("StoreCountAdjustRequestDetailMaster")] - public StoreCountAdjustRequest Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequestDetail/Dtos/StoreCountAdjustRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequestDetail/Dtos/StoreCountAdjustRequestDetailDto.cs index 06e6786ac..34a46efde 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequestDetail/Dtos/StoreCountAdjustRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequestDetail/Dtos/StoreCountAdjustRequestDetailDto.cs @@ -82,7 +82,7 @@ public class StoreCountAdjustRequestDetailDto : AuditedEntityDto /// /// /// - public StoreCountAdjustRequest Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNote/Dtos/CreateUpdateStoreCountNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNote/Dtos/CreateUpdateStoreCountNoteDto.cs index 7ff08ff33..a73dc2a59 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNote/Dtos/CreateUpdateStoreCountNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNote/Dtos/CreateUpdateStoreCountNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreCountNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountNote.Dtos; @@ -60,17 +62,11 @@ public class CreateUpdateStoreCountNoteDto [DisplayName("StoreCountNoteStage")] public string Stage { get; set; } - /// - /// - /// - [DisplayName("StoreCountNoteStoreCountNoteDetailCopies")] - public ICollection StoreCountNoteDetailCopies { get; set; } - /// /// /// [DisplayName("StoreCountNoteStoreCountNoteDetails")] - public ICollection StoreCountNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNote/Dtos/StoreCountNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNote/Dtos/StoreCountNoteDto.cs index 70a3cac6e..f2885789f 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNote/Dtos/StoreCountNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNote/Dtos/StoreCountNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreCountNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountNote.Dtos; @@ -57,12 +59,7 @@ public class StoreCountNoteDto : AuditedEntityDto /// /// /// - public ICollection StoreCountNoteDetailCopies { get; set; } - - /// - /// - /// - public ICollection StoreCountNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetail/Dtos/CreateUpdateStoreCountNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetail/Dtos/CreateUpdateStoreCountNoteDetailDto.cs index 30c34a8b4..6151b92e8 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetail/Dtos/CreateUpdateStoreCountNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetail/Dtos/CreateUpdateStoreCountNoteDetailDto.cs @@ -162,12 +162,6 @@ public class CreateUpdateStoreCountNoteDetailDto [DisplayName("StoreCountNoteDetailLot")] public string? Lot { get; set; } - /// - /// - /// - [DisplayName("StoreCountNoteDetailMaster")] - public StoreCountNote Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetail/Dtos/StoreCountNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetail/Dtos/StoreCountNoteDetailDto.cs index 568ba189b..5aa8a6c96 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetail/Dtos/StoreCountNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetail/Dtos/StoreCountNoteDetailDto.cs @@ -142,7 +142,7 @@ public class StoreCountNoteDetailDto : AuditedEntityDto /// /// /// - public StoreCountNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetailCopy/Dtos/CreateUpdateStoreCountNoteDetailCopyDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetailCopy/Dtos/CreateUpdateStoreCountNoteDetailCopyDto.cs index 09a751d4a..f28595869 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetailCopy/Dtos/CreateUpdateStoreCountNoteDetailCopyDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetailCopy/Dtos/CreateUpdateStoreCountNoteDetailCopyDto.cs @@ -162,12 +162,6 @@ public class CreateUpdateStoreCountNoteDetailCopyDto [DisplayName("StoreCountNoteDetailCopyLot")] public string? Lot { get; set; } - /// - /// - /// - [DisplayName("StoreCountNoteDetailCopyMaster")] - public StoreCountNote Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetailCopy/Dtos/StoreCountNoteDetailCopyDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetailCopy/Dtos/StoreCountNoteDetailCopyDto.cs index 21dbc14ad..3faeb05b1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetailCopy/Dtos/StoreCountNoteDetailCopyDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetailCopy/Dtos/StoreCountNoteDetailCopyDto.cs @@ -142,7 +142,7 @@ public class StoreCountNoteDetailCopyDto : AuditedEntityDto /// /// /// - public StoreCountNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlan/Dtos/CreateUpdateStoreCountPlanDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlan/Dtos/CreateUpdateStoreCountPlanDto.cs index 63e77c3eb..7052cb936 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlan/Dtos/CreateUpdateStoreCountPlanDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlan/Dtos/CreateUpdateStoreCountPlanDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreCountPlanDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountPlan.Dtos; @@ -124,7 +126,7 @@ public class CreateUpdateStoreCountPlanDto /// /// [DisplayName("StoreCountPlanStoreCountPlanDetails")] - public ICollection StoreCountPlanDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlan/Dtos/StoreCountPlanDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlan/Dtos/StoreCountPlanDto.cs index ecc69f152..3edffe6c9 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlan/Dtos/StoreCountPlanDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlan/Dtos/StoreCountPlanDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreCountPlanDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountPlan.Dtos; @@ -107,7 +109,7 @@ public class StoreCountPlanDto : AuditedEntityDto /// /// /// - public ICollection StoreCountPlanDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlanDetail/Dtos/CreateUpdateStoreCountPlanDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlanDetail/Dtos/CreateUpdateStoreCountPlanDetailDto.cs index fdbe5f0e5..c45dfadfb 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlanDetail/Dtos/CreateUpdateStoreCountPlanDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlanDetail/Dtos/CreateUpdateStoreCountPlanDetailDto.cs @@ -150,12 +150,6 @@ public class CreateUpdateStoreCountPlanDetailDto [DisplayName("StoreCountPlanDetailLot")] public string? Lot { get; set; } - /// - /// - /// - [DisplayName("StoreCountPlanDetailMaster")] - public StoreCountPlan Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlanDetail/Dtos/StoreCountPlanDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlanDetail/Dtos/StoreCountPlanDetailDto.cs index 76d1f28ff..5a6b3177c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlanDetail/Dtos/StoreCountPlanDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlanDetail/Dtos/StoreCountPlanDetailDto.cs @@ -132,7 +132,7 @@ public class StoreCountPlanDetailDto : AuditedEntityDto /// /// /// - public StoreCountPlan Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsn/Dtos/CreateUpdateStoreCustomerAsnDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsn/Dtos/CreateUpdateStoreCustomerAsnDto.cs index b775a4f6b..3db16333c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsn/Dtos/CreateUpdateStoreCustomerAsnDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsn/Dtos/CreateUpdateStoreCustomerAsnDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreCustomerAsnDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreCustomerAsn.Dtos; @@ -82,7 +84,7 @@ public class CreateUpdateStoreCustomerAsnDto /// /// [DisplayName("StoreCustomerAsnStoreCustomerAsnDetails")] - public ICollection StoreCustomerAsnDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsn/Dtos/StoreCustomerAsnDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsn/Dtos/StoreCustomerAsnDto.cs index e77ba510c..408bb326d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsn/Dtos/StoreCustomerAsnDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsn/Dtos/StoreCustomerAsnDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreCustomerAsnDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreCustomerAsn.Dtos; @@ -72,7 +74,7 @@ public class StoreCustomerAsnDto : AuditedEntityDto /// /// /// - public ICollection StoreCustomerAsnDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsnDetail/Dtos/CreateUpdateStoreCustomerAsnDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsnDetail/Dtos/CreateUpdateStoreCustomerAsnDetailDto.cs index 619054ee2..35aec624d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsnDetail/Dtos/CreateUpdateStoreCustomerAsnDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsnDetail/Dtos/CreateUpdateStoreCustomerAsnDetailDto.cs @@ -30,12 +30,6 @@ public class CreateUpdateStoreCustomerAsnDetailDto [DisplayName("StoreCustomerAsnDetailItemName")] public string? ItemName { get; set; } - /// - /// - /// - [DisplayName("StoreCustomerAsnDetailMaster")] - public StoreCustomerAsn Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsnDetail/Dtos/StoreCustomerAsnDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsnDetail/Dtos/StoreCustomerAsnDetailDto.cs index 731cd30bf..5da9bd658 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsnDetail/Dtos/StoreCustomerAsnDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsnDetail/Dtos/StoreCustomerAsnDetailDto.cs @@ -32,7 +32,7 @@ public class StoreCustomerAsnDetailDto : AuditedEntityDto /// /// /// - public StoreCustomerAsn Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNote/Dtos/CreateUpdateStoreCustomerReturnNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNote/Dtos/CreateUpdateStoreCustomerReturnNoteDto.cs index 65a6b4ab3..332f85446 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNote/Dtos/CreateUpdateStoreCustomerReturnNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNote/Dtos/CreateUpdateStoreCustomerReturnNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreCustomerReturnNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreCustomerReturnNote.Dtos; @@ -46,7 +48,7 @@ public class CreateUpdateStoreCustomerReturnNoteDto /// /// [DisplayName("StoreCustomerReturnNoteStoreCustomerReturnNoteDetails")] - public ICollection StoreCustomerReturnNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNote/Dtos/StoreCustomerReturnNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNote/Dtos/StoreCustomerReturnNoteDto.cs index e6e7cf64f..a07ad021f 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNote/Dtos/StoreCustomerReturnNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNote/Dtos/StoreCustomerReturnNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreCustomerReturnNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreCustomerReturnNote.Dtos; @@ -42,7 +44,7 @@ public class StoreCustomerReturnNoteDto : AuditedEntityDto /// /// /// - public ICollection StoreCustomerReturnNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNoteDetail/Dtos/CreateUpdateStoreCustomerReturnNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNoteDetail/Dtos/CreateUpdateStoreCustomerReturnNoteDetailDto.cs index d4c7ed301..f373398a2 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNoteDetail/Dtos/CreateUpdateStoreCustomerReturnNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNoteDetail/Dtos/CreateUpdateStoreCustomerReturnNoteDetailDto.cs @@ -96,12 +96,6 @@ public class CreateUpdateStoreCustomerReturnNoteDetailDto [DisplayName("StoreCustomerReturnNoteDetailItemName")] public string? ItemName { get; set; } - /// - /// - /// - [DisplayName("StoreCustomerReturnNoteDetailMaster")] - public StoreCustomerReturnNote Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNoteDetail/Dtos/StoreCustomerReturnNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNoteDetail/Dtos/StoreCustomerReturnNoteDetailDto.cs index bfa04da0d..04f907f1e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNoteDetail/Dtos/StoreCustomerReturnNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNoteDetail/Dtos/StoreCustomerReturnNoteDetailDto.cs @@ -87,7 +87,7 @@ public class StoreCustomerReturnNoteDetailDto : AuditedEntityDto /// /// /// - public StoreCustomerReturnNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverNote/Dtos/CreateUpdateStoreDeliverNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverNote/Dtos/CreateUpdateStoreDeliverNoteDto.cs index 615d13aab..1c3594255 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverNote/Dtos/CreateUpdateStoreDeliverNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverNote/Dtos/CreateUpdateStoreDeliverNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreDeliverNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverNote.Dtos; @@ -76,7 +78,7 @@ public class CreateUpdateStoreDeliverNoteDto /// /// [DisplayName("StoreDeliverNoteStoreDeliverNoteDetails")] - public ICollection StoreDeliverNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverNote/Dtos/StoreDeliverNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverNote/Dtos/StoreDeliverNoteDto.cs index 9e4215dd6..3132e42e1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverNote/Dtos/StoreDeliverNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverNote/Dtos/StoreDeliverNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreDeliverNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverNote.Dtos; @@ -67,7 +69,7 @@ public class StoreDeliverNoteDto : AuditedEntityDto /// /// /// - public ICollection StoreDeliverNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverNoteDetail/Dtos/CreateUpdateStoreDeliverNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverNoteDetail/Dtos/CreateUpdateStoreDeliverNoteDetailDto.cs index b92a9a7c5..472982ab6 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverNoteDetail/Dtos/CreateUpdateStoreDeliverNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverNoteDetail/Dtos/CreateUpdateStoreDeliverNoteDetailDto.cs @@ -173,13 +173,7 @@ public class CreateUpdateStoreDeliverNoteDetailDto /// [DisplayName("StoreDeliverNoteDetailItemName")] public string? ItemName { get; set; } - - /// - /// - /// - [DisplayName("StoreDeliverNoteDetailMaster")] - public StoreDeliverNote Master { get; set; } - + /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverNoteDetail/Dtos/StoreDeliverNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverNoteDetail/Dtos/StoreDeliverNoteDetailDto.cs index 7f0c86099..a28b8a713 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverNoteDetail/Dtos/StoreDeliverNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverNoteDetail/Dtos/StoreDeliverNoteDetailDto.cs @@ -152,7 +152,7 @@ public class StoreDeliverNoteDetailDto : AuditedEntityDto /// /// /// - public StoreDeliverNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverPlan/Dtos/CreateUpdateStoreDeliverPlanDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverPlan/Dtos/CreateUpdateStoreDeliverPlanDto.cs index ce88f3480..790cd8d77 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverPlan/Dtos/CreateUpdateStoreDeliverPlanDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverPlan/Dtos/CreateUpdateStoreDeliverPlanDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreDeliverPlanDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverPlan.Dtos; @@ -100,7 +102,7 @@ public class CreateUpdateStoreDeliverPlanDto /// /// [DisplayName("StoreDeliverPlanStoreDeliverPlanDetails")] - public ICollection StoreDeliverPlanDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverPlan/Dtos/StoreDeliverPlanDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverPlan/Dtos/StoreDeliverPlanDto.cs index d15578d0c..1f4600024 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverPlan/Dtos/StoreDeliverPlanDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverPlan/Dtos/StoreDeliverPlanDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreDeliverPlanDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverPlan.Dtos; @@ -87,7 +89,7 @@ public class StoreDeliverPlanDto : AuditedEntityDto /// /// /// - public ICollection StoreDeliverPlanDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverPlanDetail/Dtos/CreateUpdateStoreDeliverPlanDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverPlanDetail/Dtos/CreateUpdateStoreDeliverPlanDetailDto.cs index cec911241..1d8f6eecf 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverPlanDetail/Dtos/CreateUpdateStoreDeliverPlanDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverPlanDetail/Dtos/CreateUpdateStoreDeliverPlanDetailDto.cs @@ -30,12 +30,6 @@ public class CreateUpdateStoreDeliverPlanDetailDto [DisplayName("StoreDeliverPlanDetailItemName")] public string? ItemName { get; set; } - /// - /// - /// - [DisplayName("StoreDeliverPlanDetailMaster")] - public StoreDeliverPlan Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverPlanDetail/Dtos/StoreDeliverPlanDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverPlanDetail/Dtos/StoreDeliverPlanDetailDto.cs index 51ce7f063..da4abb3f6 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverPlanDetail/Dtos/StoreDeliverPlanDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverPlanDetail/Dtos/StoreDeliverPlanDetailDto.cs @@ -32,7 +32,7 @@ public class StoreDeliverPlanDetailDto : AuditedEntityDto /// /// /// - public StoreDeliverPlan Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverRequest/Dtos/CreateUpdateStoreDeliverRequestDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverRequest/Dtos/CreateUpdateStoreDeliverRequestDto.cs index cb7bb1027..0c2e38a24 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverRequest/Dtos/CreateUpdateStoreDeliverRequestDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverRequest/Dtos/CreateUpdateStoreDeliverRequestDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreDeliverRequestDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverRequest.Dtos; @@ -94,7 +96,7 @@ public class CreateUpdateStoreDeliverRequestDto /// /// [DisplayName("StoreDeliverRequestStoreDeliverRequestDetails")] - public ICollection StoreDeliverRequestDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverRequest/Dtos/StoreDeliverRequestDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverRequest/Dtos/StoreDeliverRequestDto.cs index b785c083c..81742d192 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverRequest/Dtos/StoreDeliverRequestDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverRequest/Dtos/StoreDeliverRequestDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreDeliverRequestDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverRequest.Dtos; @@ -82,7 +84,7 @@ public class StoreDeliverRequestDto : AuditedEntityDto /// /// /// - public ICollection StoreDeliverRequestDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverRequestDetail/Dtos/CreateUpdateStoreDeliverRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverRequestDetail/Dtos/CreateUpdateStoreDeliverRequestDetailDto.cs index 2363442bc..4f76c37f1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverRequestDetail/Dtos/CreateUpdateStoreDeliverRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverRequestDetail/Dtos/CreateUpdateStoreDeliverRequestDetailDto.cs @@ -36,12 +36,6 @@ public class CreateUpdateStoreDeliverRequestDetailDto [DisplayName("StoreDeliverRequestDetailItemName")] public string? ItemName { get; set; } - /// - /// - /// - [DisplayName("StoreDeliverRequestDetailMaster")] - public StoreDeliverRequest Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverRequestDetail/Dtos/StoreDeliverRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverRequestDetail/Dtos/StoreDeliverRequestDetailDto.cs index 9c790b8bb..0b4c55d56 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverRequestDetail/Dtos/StoreDeliverRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreDeliverRequestDetail/Dtos/StoreDeliverRequestDetailDto.cs @@ -37,7 +37,7 @@ public class StoreDeliverRequestDetailDto : AuditedEntityDto /// /// /// - public StoreDeliverRequest Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectAbnormalNote/Dtos/CreateUpdateStoreInspectAbnormalNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectAbnormalNote/Dtos/CreateUpdateStoreInspectAbnormalNoteDto.cs index 92500e8a8..19375eaa2 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectAbnormalNote/Dtos/CreateUpdateStoreInspectAbnormalNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectAbnormalNote/Dtos/CreateUpdateStoreInspectAbnormalNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreInspectAbnormalNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectAbnormalNote.Dtos; @@ -40,7 +42,7 @@ public class CreateUpdateStoreInspectAbnormalNoteDto /// /// [DisplayName("StoreInspectAbnormalNoteStoreInspectAbnormalNoteDetails")] - public ICollection StoreInspectAbnormalNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectAbnormalNote/Dtos/StoreInspectAbnormalNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectAbnormalNote/Dtos/StoreInspectAbnormalNoteDto.cs index a81630651..9a91d25ee 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectAbnormalNote/Dtos/StoreInspectAbnormalNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectAbnormalNote/Dtos/StoreInspectAbnormalNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreInspectAbnormalNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectAbnormalNote.Dtos; @@ -37,7 +39,7 @@ public class StoreInspectAbnormalNoteDto : AuditedEntityDto /// /// /// - public ICollection StoreInspectAbnormalNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectAbnormalNoteDetail/Dtos/CreateUpdateStoreInspectAbnormalNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectAbnormalNoteDetail/Dtos/CreateUpdateStoreInspectAbnormalNoteDetailDto.cs index 66663f48e..a8ac9ea9e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectAbnormalNoteDetail/Dtos/CreateUpdateStoreInspectAbnormalNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectAbnormalNoteDetail/Dtos/CreateUpdateStoreInspectAbnormalNoteDetailDto.cs @@ -60,12 +60,6 @@ public class CreateUpdateStoreInspectAbnormalNoteDetailDto [DisplayName("StoreInspectAbnormalNoteDetailLot")] public string? Lot { get; set; } - /// - /// - /// - [DisplayName("StoreInspectAbnormalNoteDetailMaster")] - public StoreInspectAbnormalNote Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectAbnormalNoteDetail/Dtos/StoreInspectAbnormalNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectAbnormalNoteDetail/Dtos/StoreInspectAbnormalNoteDetailDto.cs index 03d037154..3ff2d34ea 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectAbnormalNoteDetail/Dtos/StoreInspectAbnormalNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectAbnormalNoteDetail/Dtos/StoreInspectAbnormalNoteDetailDto.cs @@ -57,7 +57,7 @@ public class StoreInspectAbnormalNoteDetailDto : AuditedEntityDto /// /// /// - public StoreInspectAbnormalNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNote/Dtos/CreateUpdateStoreInspectNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNote/Dtos/CreateUpdateStoreInspectNoteDto.cs index 4029644f0..ef91228c5 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNote/Dtos/CreateUpdateStoreInspectNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNote/Dtos/CreateUpdateStoreInspectNoteDto.cs @@ -1,5 +1,8 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreInspectNoteDetail.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreInspectNoteSummaryDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectNote.Dtos; @@ -76,13 +79,7 @@ public class CreateUpdateStoreInspectNoteDto /// /// [DisplayName("StoreInspectNoteStoreInspectNoteDetails")] - public ICollection StoreInspectNoteDetails { get; set; } - - /// - /// - /// - [DisplayName("StoreInspectNoteStoreInspectNoteSummaryDetails")] - public ICollection StoreInspectNoteSummaryDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNote/Dtos/StoreInspectNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNote/Dtos/StoreInspectNoteDto.cs index 037e82684..814bbc0f0 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNote/Dtos/StoreInspectNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNote/Dtos/StoreInspectNoteDto.cs @@ -1,5 +1,8 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreInspectNoteDetail.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreInspectNoteSummaryDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectNote.Dtos; @@ -67,12 +70,7 @@ public class StoreInspectNoteDto : AuditedEntityDto /// /// /// - public ICollection StoreInspectNoteDetails { get; set; } - - /// - /// - /// - public ICollection StoreInspectNoteSummaryDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNoteDetail/Dtos/CreateUpdateStoreInspectNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNoteDetail/Dtos/CreateUpdateStoreInspectNoteDetailDto.cs index 5d2942b4a..5dc46e109 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNoteDetail/Dtos/CreateUpdateStoreInspectNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNoteDetail/Dtos/CreateUpdateStoreInspectNoteDetailDto.cs @@ -144,12 +144,6 @@ public class CreateUpdateStoreInspectNoteDetailDto [DisplayName("StoreInspectNoteDetailLot")] public string? Lot { get; set; } - /// - /// - /// - [DisplayName("StoreInspectNoteDetailMaster")] - public StoreInspectNote Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNoteDetail/Dtos/StoreInspectNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNoteDetail/Dtos/StoreInspectNoteDetailDto.cs index d31a0a1b1..ae35edd38 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNoteDetail/Dtos/StoreInspectNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNoteDetail/Dtos/StoreInspectNoteDetailDto.cs @@ -127,7 +127,7 @@ public class StoreInspectNoteDetailDto : AuditedEntityDto /// /// /// - public StoreInspectNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNoteSummaryDetail/Dtos/CreateUpdateStoreInspectNoteSummaryDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNoteSummaryDetail/Dtos/CreateUpdateStoreInspectNoteSummaryDetailDto.cs index 483eb8fc4..49e8e4d9b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNoteSummaryDetail/Dtos/CreateUpdateStoreInspectNoteSummaryDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNoteSummaryDetail/Dtos/CreateUpdateStoreInspectNoteSummaryDetailDto.cs @@ -96,12 +96,6 @@ public class CreateUpdateStoreInspectNoteSummaryDetailDto [DisplayName("StoreInspectNoteSummaryDetailLot")] public string? Lot { get; set; } - /// - /// - /// - [DisplayName("StoreInspectNoteSummaryDetailMaster")] - public StoreInspectNote Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNoteSummaryDetail/Dtos/StoreInspectNoteSummaryDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNoteSummaryDetail/Dtos/StoreInspectNoteSummaryDetailDto.cs index 81379edb0..fb514ad9b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNoteSummaryDetail/Dtos/StoreInspectNoteSummaryDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectNoteSummaryDetail/Dtos/StoreInspectNoteSummaryDetailDto.cs @@ -87,7 +87,7 @@ public class StoreInspectNoteSummaryDetailDto : AuditedEntityDto /// /// /// - public StoreInspectNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequest/Dtos/CreateUpdateStoreInspectRequestDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequest/Dtos/CreateUpdateStoreInspectRequestDto.cs index f790c50f2..a1a8db218 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequest/Dtos/CreateUpdateStoreInspectRequestDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequest/Dtos/CreateUpdateStoreInspectRequestDto.cs @@ -1,5 +1,8 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreInspectRequestDetail.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreInspectRequestSummaryDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectRequest.Dtos; @@ -94,13 +97,7 @@ public class CreateUpdateStoreInspectRequestDto /// /// [DisplayName("StoreInspectRequestStoreInspectRequestDetails")] - public ICollection StoreInspectRequestDetails { get; set; } - - /// - /// - /// - [DisplayName("StoreInspectRequestStoreInspectRequestSummaryDetails")] - public ICollection StoreInspectRequestSummaryDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequest/Dtos/StoreInspectRequestDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequest/Dtos/StoreInspectRequestDto.cs index b06393262..b23dd51c7 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequest/Dtos/StoreInspectRequestDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequest/Dtos/StoreInspectRequestDto.cs @@ -1,5 +1,8 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreInspectRequestDetail.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreInspectRequestSummaryDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectRequest.Dtos; @@ -82,12 +85,7 @@ public class StoreInspectRequestDto : AuditedEntityDto /// /// /// - public ICollection StoreInspectRequestDetails { get; set; } - - /// - /// - /// - public ICollection StoreInspectRequestSummaryDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequestDetail/Dtos/CreateUpdateStoreInspectRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequestDetail/Dtos/CreateUpdateStoreInspectRequestDetailDto.cs index faef5e6ba..500437835 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequestDetail/Dtos/CreateUpdateStoreInspectRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequestDetail/Dtos/CreateUpdateStoreInspectRequestDetailDto.cs @@ -108,12 +108,6 @@ public class CreateUpdateStoreInspectRequestDetailDto [DisplayName("StoreInspectRequestDetailLot")] public string? Lot { get; set; } - /// - /// - /// - [DisplayName("StoreInspectRequestDetailMaster")] - public StoreInspectRequest Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequestDetail/Dtos/StoreInspectRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequestDetail/Dtos/StoreInspectRequestDetailDto.cs index af3959c1a..1c20c3308 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequestDetail/Dtos/StoreInspectRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequestDetail/Dtos/StoreInspectRequestDetailDto.cs @@ -97,7 +97,7 @@ public class StoreInspectRequestDetailDto : AuditedEntityDto /// /// /// - public StoreInspectRequest Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequestSummaryDetail/Dtos/CreateUpdateStoreInspectRequestSummaryDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequestSummaryDetail/Dtos/CreateUpdateStoreInspectRequestSummaryDetailDto.cs index ed3c835a6..6d1136e8e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequestSummaryDetail/Dtos/CreateUpdateStoreInspectRequestSummaryDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequestSummaryDetail/Dtos/CreateUpdateStoreInspectRequestSummaryDetailDto.cs @@ -90,12 +90,6 @@ public class CreateUpdateStoreInspectRequestSummaryDetailDto [DisplayName("StoreInspectRequestSummaryDetailLot")] public string? Lot { get; set; } - /// - /// - /// - [DisplayName("StoreInspectRequestSummaryDetailMaster")] - public StoreInspectRequest Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequestSummaryDetail/Dtos/StoreInspectRequestSummaryDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequestSummaryDetail/Dtos/StoreInspectRequestSummaryDetailDto.cs index 8491a314e..21a2b9745 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequestSummaryDetail/Dtos/StoreInspectRequestSummaryDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInspectRequestSummaryDetail/Dtos/StoreInspectRequestSummaryDetailDto.cs @@ -82,7 +82,7 @@ public class StoreInspectRequestSummaryDetailDto : AuditedEntityDto /// /// /// - public StoreInspectRequest Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryInitialNote/Dtos/CreateUpdateStoreInventoryInitialNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryInitialNote/Dtos/CreateUpdateStoreInventoryInitialNoteDto.cs index ae1ac08f3..92f51b058 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryInitialNote/Dtos/CreateUpdateStoreInventoryInitialNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryInitialNote/Dtos/CreateUpdateStoreInventoryInitialNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreInventoryInitialNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreInventoryInitialNote.Dtos; @@ -34,7 +36,7 @@ public class CreateUpdateStoreInventoryInitialNoteDto /// /// [DisplayName("StoreInventoryInitialNoteStoreInventoryInitialNoteDetails")] - public ICollection StoreInventoryInitialNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryInitialNote/Dtos/StoreInventoryInitialNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryInitialNote/Dtos/StoreInventoryInitialNoteDto.cs index 4906c48ba..5d8cde685 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryInitialNote/Dtos/StoreInventoryInitialNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryInitialNote/Dtos/StoreInventoryInitialNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreInventoryInitialNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreInventoryInitialNote.Dtos; @@ -32,7 +34,7 @@ public class StoreInventoryInitialNoteDto : AuditedEntityDto /// /// /// - public ICollection StoreInventoryInitialNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryInitialNoteDetail/Dtos/CreateUpdateStoreInventoryInitialNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryInitialNoteDetail/Dtos/CreateUpdateStoreInventoryInitialNoteDetailDto.cs index 78f9cdfb8..a782b9824 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryInitialNoteDetail/Dtos/CreateUpdateStoreInventoryInitialNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryInitialNoteDetail/Dtos/CreateUpdateStoreInventoryInitialNoteDetailDto.cs @@ -78,12 +78,6 @@ public class CreateUpdateStoreInventoryInitialNoteDetailDto [DisplayName("StoreInventoryInitialNoteDetailLot")] public string? Lot { get; set; } - /// - /// - /// - [DisplayName("StoreInventoryInitialNoteDetailMaster")] - public StoreInventoryInitialNote Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryInitialNoteDetail/Dtos/StoreInventoryInitialNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryInitialNoteDetail/Dtos/StoreInventoryInitialNoteDetailDto.cs index 3593049d9..fce574bae 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryInitialNoteDetail/Dtos/StoreInventoryInitialNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryInitialNoteDetail/Dtos/StoreInventoryInitialNoteDetailDto.cs @@ -72,7 +72,7 @@ public class StoreInventoryInitialNoteDetailDto : AuditedEntityDto /// /// /// - public StoreInventoryInitialNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryTransferNoteDetail/Dtos/CreateUpdateStoreInventoryTransferNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryTransferNoteDetail/Dtos/CreateUpdateStoreInventoryTransferNoteDetailDto.cs index 209e5c6d1..e51e65838 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryTransferNoteDetail/Dtos/CreateUpdateStoreInventoryTransferNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryTransferNoteDetail/Dtos/CreateUpdateStoreInventoryTransferNoteDetailDto.cs @@ -96,12 +96,6 @@ public class CreateUpdateStoreInventoryTransferNoteDetailDto [DisplayName("StoreInventoryTransferNoteDetailItemName")] public string? ItemName { get; set; } - /// - /// - /// - [DisplayName("StoreInventoryTransferNoteDetailMaster")] - public StoreInventoryTransferNote Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryTransferNoteDetail/Dtos/StoreInventoryTransferNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryTransferNoteDetail/Dtos/StoreInventoryTransferNoteDetailDto.cs index de990ecdf..7ea9b5801 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryTransferNoteDetail/Dtos/StoreInventoryTransferNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreInventoryTransferNoteDetail/Dtos/StoreInventoryTransferNoteDetailDto.cs @@ -87,7 +87,7 @@ public class StoreInventoryTransferNoteDetailDto : AuditedEntityDto /// /// /// - public StoreInventoryTransferNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIsolationNote/Dtos/CreateUpdateStoreIsolationNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIsolationNote/Dtos/CreateUpdateStoreIsolationNoteDto.cs index 1bdc65bc4..e8fd10a8b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIsolationNote/Dtos/CreateUpdateStoreIsolationNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIsolationNote/Dtos/CreateUpdateStoreIsolationNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreIsolationNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreIsolationNote.Dtos; @@ -34,7 +36,7 @@ public class CreateUpdateStoreIsolationNoteDto /// /// [DisplayName("StoreIsolationNoteStoreIsolationNoteDetails")] - public ICollection StoreIsolationNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIsolationNote/Dtos/StoreIsolationNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIsolationNote/Dtos/StoreIsolationNoteDto.cs index 2b10b4405..383a6a2d2 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIsolationNote/Dtos/StoreIsolationNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIsolationNote/Dtos/StoreIsolationNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreIsolationNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreIsolationNote.Dtos; @@ -32,7 +34,7 @@ public class StoreIsolationNoteDto : AuditedEntityDto /// /// /// - public ICollection StoreIsolationNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIsolationNoteDetail/Dtos/CreateUpdateStoreIsolationNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIsolationNoteDetail/Dtos/CreateUpdateStoreIsolationNoteDetailDto.cs index b84d43ba5..08ad889c1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIsolationNoteDetail/Dtos/CreateUpdateStoreIsolationNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIsolationNoteDetail/Dtos/CreateUpdateStoreIsolationNoteDetailDto.cs @@ -96,12 +96,6 @@ public class CreateUpdateStoreIsolationNoteDetailDto [DisplayName("StoreIsolationNoteDetailItemName")] public string? ItemName { get; set; } - /// - /// - /// - [DisplayName("StoreIsolationNoteDetailMaster")] - public StoreIsolationNote Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIsolationNoteDetail/Dtos/StoreIsolationNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIsolationNoteDetail/Dtos/StoreIsolationNoteDetailDto.cs index fad348f72..cf157e9ee 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIsolationNoteDetail/Dtos/StoreIsolationNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIsolationNoteDetail/Dtos/StoreIsolationNoteDetailDto.cs @@ -87,7 +87,7 @@ public class StoreIsolationNoteDetailDto : AuditedEntityDto /// /// /// - public StoreIsolationNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIssueNote/Dtos/CreateUpdateStoreIssueNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIssueNote/Dtos/CreateUpdateStoreIssueNoteDto.cs index 40099ca7a..ffdcd5269 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIssueNote/Dtos/CreateUpdateStoreIssueNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIssueNote/Dtos/CreateUpdateStoreIssueNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreIssueNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreIssueNote.Dtos; @@ -58,7 +60,7 @@ public class CreateUpdateStoreIssueNoteDto /// /// [DisplayName("StoreIssueNoteStoreIssueNoteDetails")] - public ICollection StoreIssueNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIssueNote/Dtos/StoreIssueNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIssueNote/Dtos/StoreIssueNoteDto.cs index bcdb16b52..45d5df03e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIssueNote/Dtos/StoreIssueNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIssueNote/Dtos/StoreIssueNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreIssueNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreIssueNote.Dtos; @@ -52,7 +54,7 @@ public class StoreIssueNoteDto : AuditedEntityDto /// /// /// - public ICollection StoreIssueNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIssueNoteDetail/Dtos/CreateUpdateStoreIssueNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIssueNoteDetail/Dtos/CreateUpdateStoreIssueNoteDetailDto.cs index 7a1f533ab..13d6b03bd 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIssueNoteDetail/Dtos/CreateUpdateStoreIssueNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIssueNoteDetail/Dtos/CreateUpdateStoreIssueNoteDetailDto.cs @@ -186,12 +186,6 @@ public class CreateUpdateStoreIssueNoteDetailDto [DisplayName("StoreIssueNoteDetailItemName")] public string? ItemName { get; set; } - /// - /// - /// - [DisplayName("StoreIssueNoteDetailMaster")] - public StoreIssueNote Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIssueNoteDetail/Dtos/StoreIssueNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIssueNoteDetail/Dtos/StoreIssueNoteDetailDto.cs index 431a4fd04..227719487 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIssueNoteDetail/Dtos/StoreIssueNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreIssueNoteDetail/Dtos/StoreIssueNoteDetailDto.cs @@ -162,7 +162,7 @@ public class StoreIssueNoteDetailDto : AuditedEntityDto /// /// /// - public StoreIssueNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformNote/Dtos/CreateUpdateStoreItemTransformNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformNote/Dtos/CreateUpdateStoreItemTransformNoteDto.cs index d5a8744c5..2532d25df 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformNote/Dtos/CreateUpdateStoreItemTransformNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformNote/Dtos/CreateUpdateStoreItemTransformNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreItemTransformNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreItemTransformNote.Dtos; @@ -40,7 +42,7 @@ public class CreateUpdateStoreItemTransformNoteDto /// /// [DisplayName("StoreItemTransformNoteStoreItemTransformNoteDetails")] - public ICollection StoreItemTransformNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformNote/Dtos/StoreItemTransformNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformNote/Dtos/StoreItemTransformNoteDto.cs index 65666bedd..939be49e7 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformNote/Dtos/StoreItemTransformNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformNote/Dtos/StoreItemTransformNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreItemTransformNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreItemTransformNote.Dtos; @@ -37,7 +39,7 @@ public class StoreItemTransformNoteDto : AuditedEntityDto /// /// /// - public ICollection StoreItemTransformNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformNoteDetail/Dtos/CreateUpdateStoreItemTransformNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformNoteDetail/Dtos/CreateUpdateStoreItemTransformNoteDetailDto.cs index acc24b57b..bb4249652 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformNoteDetail/Dtos/CreateUpdateStoreItemTransformNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformNoteDetail/Dtos/CreateUpdateStoreItemTransformNoteDetailDto.cs @@ -113,13 +113,7 @@ public class CreateUpdateStoreItemTransformNoteDetailDto /// [DisplayName("StoreItemTransformNoteDetailItemName")] public string? ItemName { get; set; } - - /// - /// - /// - [DisplayName("StoreItemTransformNoteDetailMaster")] - public StoreItemTransformNote Master { get; set; } - + /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformNoteDetail/Dtos/StoreItemTransformNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformNoteDetail/Dtos/StoreItemTransformNoteDetailDto.cs index 495821e37..c8cffd4b0 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformNoteDetail/Dtos/StoreItemTransformNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformNoteDetail/Dtos/StoreItemTransformNoteDetailDto.cs @@ -102,7 +102,7 @@ public class StoreItemTransformNoteDetailDto : AuditedEntityDto /// /// /// - public StoreItemTransformNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformRequest/Dtos/CreateUpdateStoreItemTransformRequestDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformRequest/Dtos/CreateUpdateStoreItemTransformRequestDto.cs index 32f6bf7c7..7a02c02c4 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformRequest/Dtos/CreateUpdateStoreItemTransformRequestDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformRequest/Dtos/CreateUpdateStoreItemTransformRequestDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreItemTransformRequestDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreItemTransformRequest.Dtos; @@ -64,7 +66,7 @@ public class CreateUpdateStoreItemTransformRequestDto /// /// [DisplayName("StoreItemTransformRequestStoreItemTransformRequestDetails")] - public ICollection StoreItemTransformRequestDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformRequest/Dtos/StoreItemTransformRequestDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformRequest/Dtos/StoreItemTransformRequestDto.cs index 92cb987f9..607e07b36 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformRequest/Dtos/StoreItemTransformRequestDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformRequest/Dtos/StoreItemTransformRequestDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreItemTransformRequestDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreItemTransformRequest.Dtos; @@ -57,7 +59,7 @@ public class StoreItemTransformRequestDto : AuditedEntityDto /// /// /// - public ICollection StoreItemTransformRequestDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformRequestDetail/Dtos/CreateUpdateStoreItemTransformRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformRequestDetail/Dtos/CreateUpdateStoreItemTransformRequestDetailDto.cs index 0558997c0..ba6ad8a65 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformRequestDetail/Dtos/CreateUpdateStoreItemTransformRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformRequestDetail/Dtos/CreateUpdateStoreItemTransformRequestDetailDto.cs @@ -114,12 +114,6 @@ public class CreateUpdateStoreItemTransformRequestDetailDto [DisplayName("StoreItemTransformRequestDetailItemName")] public string? ItemName { get; set; } - /// - /// - /// - [DisplayName("StoreItemTransformRequestDetailMaster")] - public StoreItemTransformRequest Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformRequestDetail/Dtos/StoreItemTransformRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformRequestDetail/Dtos/StoreItemTransformRequestDetailDto.cs index 5828adb86..941940ac7 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformRequestDetail/Dtos/StoreItemTransformRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreItemTransformRequestDetail/Dtos/StoreItemTransformRequestDetailDto.cs @@ -102,7 +102,7 @@ public class StoreItemTransformRequestDetailDto : AuditedEntityDto /// /// /// - public StoreItemTransformRequest Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisDeliverNote/Dtos/CreateUpdateStoreJisDeliverNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisDeliverNote/Dtos/CreateUpdateStoreJisDeliverNoteDto.cs index 02e2f7934..54ec46398 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisDeliverNote/Dtos/CreateUpdateStoreJisDeliverNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisDeliverNote/Dtos/CreateUpdateStoreJisDeliverNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreJisDeliverNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreJisDeliverNote.Dtos; @@ -76,7 +78,7 @@ public class CreateUpdateStoreJisDeliverNoteDto /// /// [DisplayName("StoreJisDeliverNoteStoreJisDeliverNoteDetails")] - public ICollection StoreJisDeliverNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisDeliverNote/Dtos/StoreJisDeliverNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisDeliverNote/Dtos/StoreJisDeliverNoteDto.cs index 058a0dea8..c286a1ff3 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisDeliverNote/Dtos/StoreJisDeliverNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisDeliverNote/Dtos/StoreJisDeliverNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreJisDeliverNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreJisDeliverNote.Dtos; @@ -67,7 +69,7 @@ public class StoreJisDeliverNoteDto : AuditedEntityDto /// /// /// - public ICollection StoreJisDeliverNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisDeliverNoteDetail/Dtos/CreateUpdateStoreJisDeliverNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisDeliverNoteDetail/Dtos/CreateUpdateStoreJisDeliverNoteDetailDto.cs index da529c9b9..f6a869111 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisDeliverNoteDetail/Dtos/CreateUpdateStoreJisDeliverNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisDeliverNoteDetail/Dtos/CreateUpdateStoreJisDeliverNoteDetailDto.cs @@ -107,13 +107,7 @@ public class CreateUpdateStoreJisDeliverNoteDetailDto /// [DisplayName("StoreJisDeliverNoteDetailItemName")] public string? ItemName { get; set; } - - /// - /// - /// - [DisplayName("StoreJisDeliverNoteDetailMaster")] - public StoreJisDeliverNote Master { get; set; } - + /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisDeliverNoteDetail/Dtos/StoreJisDeliverNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisDeliverNoteDetail/Dtos/StoreJisDeliverNoteDetailDto.cs index 8201739c2..dcd675948 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisDeliverNoteDetail/Dtos/StoreJisDeliverNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisDeliverNoteDetail/Dtos/StoreJisDeliverNoteDetailDto.cs @@ -97,7 +97,7 @@ public class StoreJisDeliverNoteDetailDto : AuditedEntityDto /// /// /// - public StoreJisDeliverNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisProductReceiptNote/Dtos/CreateUpdateStoreJisProductReceiptNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisProductReceiptNote/Dtos/CreateUpdateStoreJisProductReceiptNoteDto.cs index 8b37995a5..93e1af641 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisProductReceiptNote/Dtos/CreateUpdateStoreJisProductReceiptNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisProductReceiptNote/Dtos/CreateUpdateStoreJisProductReceiptNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreJisProductReceiptNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreJisProductReceiptNote.Dtos; @@ -94,7 +96,7 @@ public class CreateUpdateStoreJisProductReceiptNoteDto /// /// [DisplayName("StoreJisProductReceiptNoteStoreJisProductReceiptNoteDetails")] - public ICollection StoreJisProductReceiptNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisProductReceiptNote/Dtos/StoreJisProductReceiptNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisProductReceiptNote/Dtos/StoreJisProductReceiptNoteDto.cs index 8291f5ff2..18ebd76de 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisProductReceiptNote/Dtos/StoreJisProductReceiptNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisProductReceiptNote/Dtos/StoreJisProductReceiptNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreJisProductReceiptNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreJisProductReceiptNote.Dtos; @@ -82,7 +84,7 @@ public class StoreJisProductReceiptNoteDto : AuditedEntityDto /// /// /// - public ICollection StoreJisProductReceiptNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisProductReceiptNoteDetail/Dtos/CreateUpdateStoreJisProductReceiptNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisProductReceiptNoteDetail/Dtos/CreateUpdateStoreJisProductReceiptNoteDetailDto.cs index ed18f19d8..dba715096 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisProductReceiptNoteDetail/Dtos/CreateUpdateStoreJisProductReceiptNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisProductReceiptNoteDetail/Dtos/CreateUpdateStoreJisProductReceiptNoteDetailDto.cs @@ -84,12 +84,6 @@ public class CreateUpdateStoreJisProductReceiptNoteDetailDto [DisplayName("StoreJisProductReceiptNoteDetailLot")] public string? Lot { get; set; } - /// - /// - /// - [DisplayName("StoreJisProductReceiptNoteDetailMaster")] - public StoreJisProductReceiptNote Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisProductReceiptNoteDetail/Dtos/StoreJisProductReceiptNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisProductReceiptNoteDetail/Dtos/StoreJisProductReceiptNoteDetailDto.cs index 0e33fb3d1..a2a9de967 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisProductReceiptNoteDetail/Dtos/StoreJisProductReceiptNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreJisProductReceiptNoteDetail/Dtos/StoreJisProductReceiptNoteDetailDto.cs @@ -77,7 +77,7 @@ public class StoreJisProductReceiptNoteDetailDto : AuditedEntityDto /// /// /// - public StoreJisProductReceiptNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreMaterialRequest/Dtos/CreateUpdateStoreMaterialRequestDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreMaterialRequest/Dtos/CreateUpdateStoreMaterialRequestDto.cs index c95f275e0..9e552d303 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreMaterialRequest/Dtos/CreateUpdateStoreMaterialRequestDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreMaterialRequest/Dtos/CreateUpdateStoreMaterialRequestDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreMaterialRequestDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreMaterialRequest.Dtos; @@ -76,7 +78,7 @@ public class CreateUpdateStoreMaterialRequestDto /// /// [DisplayName("StoreMaterialRequestStoreMaterialRequestDetails")] - public ICollection StoreMaterialRequestDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreMaterialRequest/Dtos/StoreMaterialRequestDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreMaterialRequest/Dtos/StoreMaterialRequestDto.cs index a3c43c816..1f4f9178e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreMaterialRequest/Dtos/StoreMaterialRequestDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreMaterialRequest/Dtos/StoreMaterialRequestDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreMaterialRequestDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreMaterialRequest.Dtos; @@ -67,7 +69,7 @@ public class StoreMaterialRequestDto : AuditedEntityDto /// /// /// - public ICollection StoreMaterialRequestDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreMaterialRequestDetail/Dtos/CreateUpdateStoreMaterialRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreMaterialRequestDetail/Dtos/CreateUpdateStoreMaterialRequestDetailDto.cs index e1c1edc28..74fc94a58 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreMaterialRequestDetail/Dtos/CreateUpdateStoreMaterialRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreMaterialRequestDetail/Dtos/CreateUpdateStoreMaterialRequestDetailDto.cs @@ -48,12 +48,6 @@ public class CreateUpdateStoreMaterialRequestDetailDto [DisplayName("StoreMaterialRequestDetailItemName")] public string? ItemName { get; set; } - /// - /// - /// - [DisplayName("StoreMaterialRequestDetailMaster")] - public StoreMaterialRequest Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreMaterialRequestDetail/Dtos/StoreMaterialRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreMaterialRequestDetail/Dtos/StoreMaterialRequestDetailDto.cs index adb1f5ba0..e37837e08 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreMaterialRequestDetail/Dtos/StoreMaterialRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreMaterialRequestDetail/Dtos/StoreMaterialRequestDetailDto.cs @@ -47,7 +47,7 @@ public class StoreMaterialRequestDetailDto : AuditedEntityDto /// /// /// - public StoreMaterialRequest Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreNoOkConvertOkNote/Dtos/CreateUpdateStoreNoOkConvertOkNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreNoOkConvertOkNote/Dtos/CreateUpdateStoreNoOkConvertOkNoteDto.cs index 3ad64abae..0a74de58b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreNoOkConvertOkNote/Dtos/CreateUpdateStoreNoOkConvertOkNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreNoOkConvertOkNote/Dtos/CreateUpdateStoreNoOkConvertOkNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreNoOkConvertOkNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreNoOkConvertOkNote.Dtos; @@ -28,7 +30,7 @@ public class CreateUpdateStoreNoOkConvertOkNoteDto /// /// [DisplayName("StoreNoOkConvertOkNoteStoreNoOkConvertOkNoteDetails")] - public ICollection StoreNoOkConvertOkNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreNoOkConvertOkNote/Dtos/StoreNoOkConvertOkNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreNoOkConvertOkNote/Dtos/StoreNoOkConvertOkNoteDto.cs index f6eb13a78..6a467f887 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreNoOkConvertOkNote/Dtos/StoreNoOkConvertOkNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreNoOkConvertOkNote/Dtos/StoreNoOkConvertOkNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreNoOkConvertOkNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreNoOkConvertOkNote.Dtos; @@ -27,7 +29,7 @@ public class StoreNoOkConvertOkNoteDto : AuditedEntityDto /// /// /// - public ICollection StoreNoOkConvertOkNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreNoOkConvertOkNoteDetail/Dtos/CreateUpdateStoreNoOkConvertOkNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreNoOkConvertOkNoteDetail/Dtos/CreateUpdateStoreNoOkConvertOkNoteDetailDto.cs index 4c2889e1c..0c2e3d404 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreNoOkConvertOkNoteDetail/Dtos/CreateUpdateStoreNoOkConvertOkNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreNoOkConvertOkNoteDetail/Dtos/CreateUpdateStoreNoOkConvertOkNoteDetailDto.cs @@ -96,12 +96,6 @@ public class CreateUpdateStoreNoOkConvertOkNoteDetailDto [DisplayName("StoreNoOkConvertOkNoteDetailItemName")] public string? ItemName { get; set; } - /// - /// - /// - [DisplayName("StoreNoOkConvertOkNoteDetailMaster")] - public StoreNoOkConvertOkNote Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreNoOkConvertOkNoteDetail/Dtos/StoreNoOkConvertOkNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreNoOkConvertOkNoteDetail/Dtos/StoreNoOkConvertOkNoteDetailDto.cs index 6a2d9f437..3fadeb36d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreNoOkConvertOkNoteDetail/Dtos/StoreNoOkConvertOkNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreNoOkConvertOkNoteDetail/Dtos/StoreNoOkConvertOkNoteDetailDto.cs @@ -87,7 +87,7 @@ public class StoreNoOkConvertOkNoteDetailDto : AuditedEntityDto /// /// /// - public StoreNoOkConvertOkNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreOfflineSettlementNote/Dtos/CreateUpdateStoreOfflineSettlementNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreOfflineSettlementNote/Dtos/CreateUpdateStoreOfflineSettlementNoteDto.cs index f726e5e07..f041d893a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreOfflineSettlementNote/Dtos/CreateUpdateStoreOfflineSettlementNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreOfflineSettlementNote/Dtos/CreateUpdateStoreOfflineSettlementNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreOfflineSettlementNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreOfflineSettlementNote.Dtos; @@ -40,7 +42,7 @@ public class CreateUpdateStoreOfflineSettlementNoteDto /// /// [DisplayName("StoreOfflineSettlementNoteStoreOfflineSettlementNoteDetails")] - public ICollection StoreOfflineSettlementNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreOfflineSettlementNote/Dtos/StoreOfflineSettlementNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreOfflineSettlementNote/Dtos/StoreOfflineSettlementNoteDto.cs index b80b3b2d8..2d5b5cfb9 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreOfflineSettlementNote/Dtos/StoreOfflineSettlementNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreOfflineSettlementNote/Dtos/StoreOfflineSettlementNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreOfflineSettlementNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreOfflineSettlementNote.Dtos; @@ -37,7 +39,7 @@ public class StoreOfflineSettlementNoteDto : AuditedEntityDto /// /// /// - public ICollection StoreOfflineSettlementNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreOfflineSettlementNoteDetail/Dtos/CreateUpdateStoreOfflineSettlementNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreOfflineSettlementNoteDetail/Dtos/CreateUpdateStoreOfflineSettlementNoteDetailDto.cs index 79717a4a0..b086c4230 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreOfflineSettlementNoteDetail/Dtos/CreateUpdateStoreOfflineSettlementNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreOfflineSettlementNoteDetail/Dtos/CreateUpdateStoreOfflineSettlementNoteDetailDto.cs @@ -78,12 +78,6 @@ public class CreateUpdateStoreOfflineSettlementNoteDetailDto [DisplayName("StoreOfflineSettlementNoteDetailLot")] public string? Lot { get; set; } - /// - /// - /// - [DisplayName("StoreOfflineSettlementNoteDetailMaster")] - public StoreOfflineSettlementNote Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreOfflineSettlementNoteDetail/Dtos/StoreOfflineSettlementNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreOfflineSettlementNoteDetail/Dtos/StoreOfflineSettlementNoteDetailDto.cs index c9317c789..93be80860 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreOfflineSettlementNoteDetail/Dtos/StoreOfflineSettlementNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreOfflineSettlementNoteDetail/Dtos/StoreOfflineSettlementNoteDetailDto.cs @@ -72,7 +72,7 @@ public class StoreOfflineSettlementNoteDetailDto : AuditedEntityDto /// /// /// - public StoreOfflineSettlementNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePreparationPlan/Dtos/CreateUpdateStorePreparationPlanDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePreparationPlan/Dtos/CreateUpdateStorePreparationPlanDto.cs index ba5bb3184..ea6c2dd25 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePreparationPlan/Dtos/CreateUpdateStorePreparationPlanDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePreparationPlan/Dtos/CreateUpdateStorePreparationPlanDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StorePreparationPlanDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StorePreparationPlan.Dtos; @@ -64,7 +66,7 @@ public class CreateUpdateStorePreparationPlanDto /// /// [DisplayName("StorePreparationPlanStorePreparationPlanDetails")] - public ICollection StorePreparationPlanDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePreparationPlan/Dtos/StorePreparationPlanDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePreparationPlan/Dtos/StorePreparationPlanDto.cs index 7d0369fc3..e1f09a48c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePreparationPlan/Dtos/StorePreparationPlanDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePreparationPlan/Dtos/StorePreparationPlanDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StorePreparationPlanDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StorePreparationPlan.Dtos; @@ -57,7 +59,7 @@ public class StorePreparationPlanDto : AuditedEntityDto /// /// /// - public ICollection StorePreparationPlanDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePreparationPlanDetail/Dtos/CreateUpdateStorePreparationPlanDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePreparationPlanDetail/Dtos/CreateUpdateStorePreparationPlanDetailDto.cs index f73dfe212..8df64d290 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePreparationPlanDetail/Dtos/CreateUpdateStorePreparationPlanDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePreparationPlanDetail/Dtos/CreateUpdateStorePreparationPlanDetailDto.cs @@ -42,12 +42,6 @@ public class CreateUpdateStorePreparationPlanDetailDto [DisplayName("StorePreparationPlanDetailLineStatus")] public string LineStatus { get; set; } - /// - /// - /// - [DisplayName("StorePreparationPlanDetailMaster")] - public StorePreparationPlan Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePreparationPlanDetail/Dtos/StorePreparationPlanDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePreparationPlanDetail/Dtos/StorePreparationPlanDetailDto.cs index 445229f3b..33297a094 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePreparationPlanDetail/Dtos/StorePreparationPlanDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePreparationPlanDetail/Dtos/StorePreparationPlanDetailDto.cs @@ -42,7 +42,7 @@ public class StorePreparationPlanDetailDto : AuditedEntityDto /// /// /// - public StorePreparationPlan Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductL7partsNoteDetail/Dtos/StoreProductL7partsNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductL7partsNoteDetail/Dtos/StoreProductL7partsNoteDetailDto.cs index 8ce86b31b..604e70772 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductL7partsNoteDetail/Dtos/StoreProductL7partsNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductL7partsNoteDetail/Dtos/StoreProductL7partsNoteDetailDto.cs @@ -29,7 +29,7 @@ public class StoreProductL7partsNoteDetailDto : AuditedEntityDto public string? LocationCode { get; set; } - public StoreProductL7partsNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductReceiptNoteDetail/Dtos/CreateUpdateStoreProductReceiptNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductReceiptNoteDetail/Dtos/CreateUpdateStoreProductReceiptNoteDetailDto.cs index b6ce68905..58c921010 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductReceiptNoteDetail/Dtos/CreateUpdateStoreProductReceiptNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductReceiptNoteDetail/Dtos/CreateUpdateStoreProductReceiptNoteDetailDto.cs @@ -58,7 +58,7 @@ public class CreateUpdateStoreProductReceiptNoteDetailDto public string? Lot { get; set; } - public StoreProductReceiptNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductReceiptNoteDetail/Dtos/StoreProductReceiptNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductReceiptNoteDetail/Dtos/StoreProductReceiptNoteDetailDto.cs index cfeaaf8cb..bd75fb16a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductReceiptNoteDetail/Dtos/StoreProductReceiptNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductReceiptNoteDetail/Dtos/StoreProductReceiptNoteDetailDto.cs @@ -59,7 +59,7 @@ public class StoreProductReceiptNoteDetailDto : AuditedEntityDto public string? Lot { get; set; } - public StoreProductReceiptNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductReceiptRequestDetail/Dtos/CreateUpdateStoreProductReceiptRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductReceiptRequestDetail/Dtos/CreateUpdateStoreProductReceiptRequestDetailDto.cs index 89e4302e0..038b33456 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductReceiptRequestDetail/Dtos/CreateUpdateStoreProductReceiptRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductReceiptRequestDetail/Dtos/CreateUpdateStoreProductReceiptRequestDetailDto.cs @@ -30,7 +30,7 @@ public class CreateUpdateStoreProductReceiptRequestDetailDto public string? Lot { get; set; } - public StoreProductReceiptRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductReceiptRequestDetail/Dtos/StoreProductReceiptRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductReceiptRequestDetail/Dtos/StoreProductReceiptRequestDetailDto.cs index c41540aab..d27b7d90e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductReceiptRequestDetail/Dtos/StoreProductReceiptRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductReceiptRequestDetail/Dtos/StoreProductReceiptRequestDetailDto.cs @@ -31,7 +31,7 @@ public class StoreProductReceiptRequestDetailDto : AuditedEntityDto public string? Lot { get; set; } - public StoreProductReceiptRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleMaterialDetail/Dtos/CreateUpdateStoreProductRecycleMaterialDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleMaterialDetail/Dtos/CreateUpdateStoreProductRecycleMaterialDetailDto.cs index c033877a9..d1040a65e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleMaterialDetail/Dtos/CreateUpdateStoreProductRecycleMaterialDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleMaterialDetail/Dtos/CreateUpdateStoreProductRecycleMaterialDetailDto.cs @@ -32,7 +32,7 @@ public class CreateUpdateStoreProductRecycleMaterialDetailDto public string? Lot { get; set; } - public StoreProductRecycleNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleMaterialDetail/Dtos/StoreProductRecycleMaterialDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleMaterialDetail/Dtos/StoreProductRecycleMaterialDetailDto.cs index 4be2f951d..0b26b324c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleMaterialDetail/Dtos/StoreProductRecycleMaterialDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleMaterialDetail/Dtos/StoreProductRecycleMaterialDetailDto.cs @@ -33,7 +33,7 @@ public class StoreProductRecycleMaterialDetailDto : AuditedEntityDto public string? Lot { get; set; } - public StoreProductRecycleNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleNoteDetail/Dtos/CreateUpdateStoreProductRecycleNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleNoteDetail/Dtos/CreateUpdateStoreProductRecycleNoteDetailDto.cs index 0993600c9..d4fe1fc99 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleNoteDetail/Dtos/CreateUpdateStoreProductRecycleNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleNoteDetail/Dtos/CreateUpdateStoreProductRecycleNoteDetailDto.cs @@ -30,7 +30,7 @@ public class CreateUpdateStoreProductRecycleNoteDetailDto public string? Lot { get; set; } - public StoreProductRecycleNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleNoteDetail/Dtos/StoreProductRecycleNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleNoteDetail/Dtos/StoreProductRecycleNoteDetailDto.cs index 635d6bf75..6ef9f15c4 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleNoteDetail/Dtos/StoreProductRecycleNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleNoteDetail/Dtos/StoreProductRecycleNoteDetailDto.cs @@ -31,7 +31,7 @@ public class StoreProductRecycleNoteDetailDto : AuditedEntityDto public string? Lot { get; set; } - public StoreProductRecycleNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleRequestDetail/Dtos/CreateUpdateStoreProductRecycleRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleRequestDetail/Dtos/CreateUpdateStoreProductRecycleRequestDetailDto.cs index aeb931a45..fd4373e75 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleRequestDetail/Dtos/CreateUpdateStoreProductRecycleRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleRequestDetail/Dtos/CreateUpdateStoreProductRecycleRequestDetailDto.cs @@ -24,7 +24,7 @@ public class CreateUpdateStoreProductRecycleRequestDetailDto public string? LocationGroup { get; set; } - public StoreProductRecycleRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleRequestDetail/Dtos/StoreProductRecycleRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleRequestDetail/Dtos/StoreProductRecycleRequestDetailDto.cs index 50521fd10..4311608f6 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleRequestDetail/Dtos/StoreProductRecycleRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductRecycleRequestDetail/Dtos/StoreProductRecycleRequestDetailDto.cs @@ -25,7 +25,7 @@ public class StoreProductRecycleRequestDetailDto : AuditedEntityDto public string? LocationGroup { get; set; } - public StoreProductRecycleRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionPlan/Dtos/CreateUpdateStoreProductionPlanDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionPlan/Dtos/CreateUpdateStoreProductionPlanDto.cs index 4e6defe0b..69c0cb17e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionPlan/Dtos/CreateUpdateStoreProductionPlanDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionPlan/Dtos/CreateUpdateStoreProductionPlanDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreProductionPlanDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionPlan.Dtos; @@ -88,7 +90,7 @@ public class CreateUpdateStoreProductionPlanDto /// /// [DisplayName("StoreProductionPlanStoreProductionPlanDetails")] - public ICollection StoreProductionPlanDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionPlan/Dtos/StoreProductionPlanDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionPlan/Dtos/StoreProductionPlanDto.cs index 5c0febe36..cb398ade8 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionPlan/Dtos/StoreProductionPlanDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionPlan/Dtos/StoreProductionPlanDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreProductionPlanDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionPlan.Dtos; @@ -77,7 +79,7 @@ public class StoreProductionPlanDto : AuditedEntityDto /// /// /// - public ICollection StoreProductionPlanDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionPlanDetail/Dtos/CreateUpdateStoreProductionPlanDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionPlanDetail/Dtos/CreateUpdateStoreProductionPlanDetailDto.cs index b248e8a40..5e3c44f76 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionPlanDetail/Dtos/CreateUpdateStoreProductionPlanDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionPlanDetail/Dtos/CreateUpdateStoreProductionPlanDetailDto.cs @@ -66,12 +66,6 @@ public class CreateUpdateStoreProductionPlanDetailDto [DisplayName("StoreProductionPlanDetailLot")] public string? Lot { get; set; } - /// - /// - /// - [DisplayName("StoreProductionPlanDetailMaster")] - public StoreProductionPlan Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionPlanDetail/Dtos/StoreProductionPlanDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionPlanDetail/Dtos/StoreProductionPlanDetailDto.cs index 849d1034d..7d162291c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionPlanDetail/Dtos/StoreProductionPlanDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionPlanDetail/Dtos/StoreProductionPlanDetailDto.cs @@ -62,7 +62,7 @@ public class StoreProductionPlanDetailDto : AuditedEntityDto /// /// /// - public StoreProductionPlan Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnNote/Dtos/CreateUpdateStoreProductionReturnNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnNote/Dtos/CreateUpdateStoreProductionReturnNoteDto.cs index db7bd0eef..52011cab4 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnNote/Dtos/CreateUpdateStoreProductionReturnNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnNote/Dtos/CreateUpdateStoreProductionReturnNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnNote.Dtos; @@ -46,7 +48,7 @@ public class CreateUpdateStoreProductionReturnNoteDto /// /// [DisplayName("StoreProductionReturnNoteStoreProductionReturnNoteDetails")] - public ICollection StoreProductionReturnNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnNote/Dtos/StoreProductionReturnNoteDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnNote/Dtos/StoreProductionReturnNoteDto.cs index 3503d7559..378f26c46 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnNote/Dtos/StoreProductionReturnNoteDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnNote/Dtos/StoreProductionReturnNoteDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnNoteDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnNote.Dtos; @@ -42,7 +44,7 @@ public class StoreProductionReturnNoteDto : AuditedEntityDto /// /// /// - public ICollection StoreProductionReturnNoteDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnNoteDetail/Dtos/CreateUpdateStoreProductionReturnNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnNoteDetail/Dtos/CreateUpdateStoreProductionReturnNoteDetailDto.cs index 7804301b6..8bd857391 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnNoteDetail/Dtos/CreateUpdateStoreProductionReturnNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnNoteDetail/Dtos/CreateUpdateStoreProductionReturnNoteDetailDto.cs @@ -174,12 +174,6 @@ public class CreateUpdateStoreProductionReturnNoteDetailDto [DisplayName("StoreProductionReturnNoteDetailItemName")] public string? ItemName { get; set; } - /// - /// - /// - [DisplayName("StoreProductionReturnNoteDetailMaster")] - public StoreProductionReturnNote Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnNoteDetail/Dtos/StoreProductionReturnNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnNoteDetail/Dtos/StoreProductionReturnNoteDetailDto.cs index ee93f849d..41277028a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnNoteDetail/Dtos/StoreProductionReturnNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnNoteDetail/Dtos/StoreProductionReturnNoteDetailDto.cs @@ -152,7 +152,7 @@ public class StoreProductionReturnNoteDetailDto : AuditedEntityDto /// /// /// - public StoreProductionReturnNote Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnRequest/Dtos/CreateUpdateStoreProductionReturnRequestDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnRequest/Dtos/CreateUpdateStoreProductionReturnRequestDto.cs index e48112519..455e957db 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnRequest/Dtos/CreateUpdateStoreProductionReturnRequestDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnRequest/Dtos/CreateUpdateStoreProductionReturnRequestDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using System.ComponentModel; +using WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnRequestDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnRequest.Dtos; @@ -64,7 +66,7 @@ public class CreateUpdateStoreProductionReturnRequestDto /// /// [DisplayName("StoreProductionReturnRequestStoreProductionReturnRequestDetails")] - public ICollection StoreProductionReturnRequestDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnRequest/Dtos/StoreProductionReturnRequestDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnRequest/Dtos/StoreProductionReturnRequestDto.cs index c07f83731..91a44d0d2 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnRequest/Dtos/StoreProductionReturnRequestDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnRequest/Dtos/StoreProductionReturnRequestDto.cs @@ -1,5 +1,7 @@ using System; +using System.Collections.Generic; using Volo.Abp.Application.Dtos; +using WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnRequestDetail.Dtos; namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnRequest.Dtos; @@ -57,7 +59,7 @@ public class StoreProductionReturnRequestDto : AuditedEntityDto /// /// /// - public ICollection StoreProductionReturnRequestDetails { get; set; } + public List Details {get;set;} =new (); /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnRequestDetail/Dtos/CreateUpdateStoreProductionReturnRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnRequestDetail/Dtos/CreateUpdateStoreProductionReturnRequestDetailDto.cs index b5ed391ae..37b34c54e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnRequestDetail/Dtos/CreateUpdateStoreProductionReturnRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnRequestDetail/Dtos/CreateUpdateStoreProductionReturnRequestDetailDto.cs @@ -96,12 +96,6 @@ public class CreateUpdateStoreProductionReturnRequestDetailDto [DisplayName("StoreProductionReturnRequestDetailItemName")] public string? ItemName { get; set; } - /// - /// - /// - [DisplayName("StoreProductionReturnRequestDetailMaster")] - public StoreProductionReturnRequest Master { get; set; } - /// /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnRequestDetail/Dtos/StoreProductionReturnRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnRequestDetail/Dtos/StoreProductionReturnRequestDetailDto.cs index 0536d7684..b7ac6e729 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnRequestDetail/Dtos/StoreProductionReturnRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreProductionReturnRequestDetail/Dtos/StoreProductionReturnRequestDetailDto.cs @@ -87,7 +87,7 @@ public class StoreProductionReturnRequestDetailDto : AuditedEntityDto /// /// /// - public StoreProductionReturnRequest Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseOrderDetail/Dtos/CreateUpdateStorePurchaseOrderDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseOrderDetail/Dtos/CreateUpdateStorePurchaseOrderDetailDto.cs index b8f5557a3..355b031eb 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseOrderDetail/Dtos/CreateUpdateStorePurchaseOrderDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseOrderDetail/Dtos/CreateUpdateStorePurchaseOrderDetailDto.cs @@ -28,7 +28,7 @@ public class CreateUpdateStorePurchaseOrderDetailDto public string? Lot { get; set; } - public StorePurchaseOrderDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseOrderDetail/Dtos/StorePurchaseOrderDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseOrderDetail/Dtos/StorePurchaseOrderDetailDto.cs index 7a61512c0..612e47fe3 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseOrderDetail/Dtos/StorePurchaseOrderDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseOrderDetail/Dtos/StorePurchaseOrderDetailDto.cs @@ -29,7 +29,7 @@ public class StorePurchaseOrderDetailDto : AuditedEntityDto public string? Lot { get; set; } - public StorePurchaseOrderDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReceiptNoteDetail/Dtos/CreateUpdateStorePurchaseReceiptNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReceiptNoteDetail/Dtos/CreateUpdateStorePurchaseReceiptNoteDetailDto.cs index 5b004dcc4..ffc54876a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReceiptNoteDetail/Dtos/CreateUpdateStorePurchaseReceiptNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReceiptNoteDetail/Dtos/CreateUpdateStorePurchaseReceiptNoteDetailDto.cs @@ -62,7 +62,7 @@ public class CreateUpdateStorePurchaseReceiptNoteDetailDto public string? MassDefect { get; set; } - public StorePurchaseReceiptNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReceiptNoteDetail/Dtos/StorePurchaseReceiptNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReceiptNoteDetail/Dtos/StorePurchaseReceiptNoteDetailDto.cs index a237d1132..c3e878cdd 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReceiptNoteDetail/Dtos/StorePurchaseReceiptNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReceiptNoteDetail/Dtos/StorePurchaseReceiptNoteDetailDto.cs @@ -63,7 +63,7 @@ public class StorePurchaseReceiptNoteDetailDto : AuditedEntityDto public string? MassDefect { get; set; } - public StorePurchaseReceiptNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReceiptRequestDetail/Dtos/CreateUpdateStorePurchaseReceiptRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReceiptRequestDetail/Dtos/CreateUpdateStorePurchaseReceiptRequestDetailDto.cs index 2f9cbb7ec..09e5832b6 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReceiptRequestDetail/Dtos/CreateUpdateStorePurchaseReceiptRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReceiptRequestDetail/Dtos/CreateUpdateStorePurchaseReceiptRequestDetailDto.cs @@ -24,7 +24,7 @@ public class CreateUpdateStorePurchaseReceiptRequestDetailDto public string? Lot { get; set; } - public StorePurchaseReceiptRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReceiptRequestDetail/Dtos/StorePurchaseReceiptRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReceiptRequestDetail/Dtos/StorePurchaseReceiptRequestDetailDto.cs index ebe90f2f4..7f78a0335 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReceiptRequestDetail/Dtos/StorePurchaseReceiptRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReceiptRequestDetail/Dtos/StorePurchaseReceiptRequestDetailDto.cs @@ -25,7 +25,7 @@ public class StorePurchaseReceiptRequestDetailDto : AuditedEntityDto public string? Lot { get; set; } - public StorePurchaseReceiptRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReturnNoteDetail/Dtos/CreateUpdateStorePurchaseReturnNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReturnNoteDetail/Dtos/CreateUpdateStorePurchaseReturnNoteDetailDto.cs index ea004aa32..862ec457a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReturnNoteDetail/Dtos/CreateUpdateStorePurchaseReturnNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReturnNoteDetail/Dtos/CreateUpdateStorePurchaseReturnNoteDetailDto.cs @@ -56,7 +56,7 @@ public class CreateUpdateStorePurchaseReturnNoteDetailDto public string? Lot { get; set; } - public StorePurchaseReturnNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReturnNoteDetail/Dtos/StorePurchaseReturnNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReturnNoteDetail/Dtos/StorePurchaseReturnNoteDetailDto.cs index 66b923e19..30393d06b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReturnNoteDetail/Dtos/StorePurchaseReturnNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReturnNoteDetail/Dtos/StorePurchaseReturnNoteDetailDto.cs @@ -57,7 +57,7 @@ public class StorePurchaseReturnNoteDetailDto : AuditedEntityDto public string? Lot { get; set; } - public StorePurchaseReturnNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReturnRequestDetail/Dtos/CreateUpdateStorePurchaseReturnRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReturnRequestDetail/Dtos/CreateUpdateStorePurchaseReturnRequestDetailDto.cs index aa14630b0..ab4f68516 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReturnRequestDetail/Dtos/CreateUpdateStorePurchaseReturnRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReturnRequestDetail/Dtos/CreateUpdateStorePurchaseReturnRequestDetailDto.cs @@ -30,7 +30,7 @@ public class CreateUpdateStorePurchaseReturnRequestDetailDto public string? Lot { get; set; } - public StorePurchaseReturnRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReturnRequestDetail/Dtos/StorePurchaseReturnRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReturnRequestDetail/Dtos/StorePurchaseReturnRequestDetailDto.cs index 1e13d792d..ed1039ee9 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReturnRequestDetail/Dtos/StorePurchaseReturnRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePurchaseReturnRequestDetail/Dtos/StorePurchaseReturnRequestDetailDto.cs @@ -31,7 +31,7 @@ public class StorePurchaseReturnRequestDetailDto : AuditedEntityDto public string? Lot { get; set; } - public StorePurchaseReturnRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePutawayNoteDetail/Dtos/CreateUpdateStorePutawayNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePutawayNoteDetail/Dtos/CreateUpdateStorePutawayNoteDetailDto.cs index 2bff9d3c4..644875bdf 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePutawayNoteDetail/Dtos/CreateUpdateStorePutawayNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePutawayNoteDetail/Dtos/CreateUpdateStorePutawayNoteDetailDto.cs @@ -64,7 +64,7 @@ public class CreateUpdateStorePutawayNoteDetailDto public string? JobNumber { get; set; } - public StorePutawayNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePutawayNoteDetail/Dtos/StorePutawayNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePutawayNoteDetail/Dtos/StorePutawayNoteDetailDto.cs index 7194187e7..ae0b96d2f 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePutawayNoteDetail/Dtos/StorePutawayNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePutawayNoteDetail/Dtos/StorePutawayNoteDetailDto.cs @@ -65,7 +65,7 @@ public class StorePutawayNoteDetailDto : AuditedEntityDto public string? JobNumber { get; set; } - public StorePutawayNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePutawayRequestDetail/Dtos/CreateUpdateStorePutawayRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePutawayRequestDetail/Dtos/CreateUpdateStorePutawayRequestDetailDto.cs index 0bfcac8bf..20fb7ce9c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePutawayRequestDetail/Dtos/CreateUpdateStorePutawayRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePutawayRequestDetail/Dtos/CreateUpdateStorePutawayRequestDetailDto.cs @@ -38,7 +38,7 @@ public class CreateUpdateStorePutawayRequestDetailDto public string? ItemName { get; set; } - public StorePutawayRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePutawayRequestDetail/Dtos/StorePutawayRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePutawayRequestDetail/Dtos/StorePutawayRequestDetailDto.cs index eaaabd8ec..e11b5c5e6 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePutawayRequestDetail/Dtos/StorePutawayRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StorePutawayRequestDetail/Dtos/StorePutawayRequestDetailDto.cs @@ -39,7 +39,7 @@ public class StorePutawayRequestDetailDto : AuditedEntityDto public string? ItemName { get; set; } - public StorePutawayRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreReceiptAbnormalNoteDetail/Dtos/CreateUpdateStoreReceiptAbnormalNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreReceiptAbnormalNoteDetail/Dtos/CreateUpdateStoreReceiptAbnormalNoteDetailDto.cs index 16068e58f..96114a91f 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreReceiptAbnormalNoteDetail/Dtos/CreateUpdateStoreReceiptAbnormalNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreReceiptAbnormalNoteDetail/Dtos/CreateUpdateStoreReceiptAbnormalNoteDetailDto.cs @@ -32,7 +32,7 @@ public class CreateUpdateStoreReceiptAbnormalNoteDetailDto public string? Lot { get; set; } - public StoreReceiptAbnormalNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreReceiptAbnormalNoteDetail/Dtos/StoreReceiptAbnormalNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreReceiptAbnormalNoteDetail/Dtos/StoreReceiptAbnormalNoteDetailDto.cs index 80eae9a90..76e722ec1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreReceiptAbnormalNoteDetail/Dtos/StoreReceiptAbnormalNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreReceiptAbnormalNoteDetail/Dtos/StoreReceiptAbnormalNoteDetailDto.cs @@ -33,7 +33,7 @@ public class StoreReceiptAbnormalNoteDetailDto : AuditedEntityDto public string? Lot { get; set; } - public StoreReceiptAbnormalNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreRecycledMaterialReceiptNoteDetail/Dtos/CreateUpdateStoreRecycledMaterialReceiptNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreRecycledMaterialReceiptNoteDetail/Dtos/CreateUpdateStoreRecycledMaterialReceiptNoteDetailDto.cs index b61dceb3d..84e8b1915 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreRecycledMaterialReceiptNoteDetail/Dtos/CreateUpdateStoreRecycledMaterialReceiptNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreRecycledMaterialReceiptNoteDetail/Dtos/CreateUpdateStoreRecycledMaterialReceiptNoteDetailDto.cs @@ -30,7 +30,7 @@ public class CreateUpdateStoreRecycledMaterialReceiptNoteDetailDto public string? Lot { get; set; } - public StoreRecycledMaterialReceiptNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreRecycledMaterialReceiptNoteDetail/Dtos/StoreRecycledMaterialReceiptNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreRecycledMaterialReceiptNoteDetail/Dtos/StoreRecycledMaterialReceiptNoteDetailDto.cs index cc7fd5269..df25b1301 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreRecycledMaterialReceiptNoteDetail/Dtos/StoreRecycledMaterialReceiptNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreRecycledMaterialReceiptNoteDetail/Dtos/StoreRecycledMaterialReceiptNoteDetailDto.cs @@ -31,7 +31,7 @@ public class StoreRecycledMaterialReceiptNoteDetailDto : AuditedEntityDto public string? Lot { get; set; } - public StoreRecycledMaterialReceiptNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreSaleOrderDetail/Dtos/CreateUpdateStoreSaleOrderDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreSaleOrderDetail/Dtos/CreateUpdateStoreSaleOrderDetailDto.cs index 20c04b5b5..72150b337 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreSaleOrderDetail/Dtos/CreateUpdateStoreSaleOrderDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreSaleOrderDetail/Dtos/CreateUpdateStoreSaleOrderDetailDto.cs @@ -22,7 +22,7 @@ public class CreateUpdateStoreSaleOrderDetailDto public string LineStatus { get; set; } - public StoreSaleOrderDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreSaleOrderDetail/Dtos/StoreSaleOrderDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreSaleOrderDetail/Dtos/StoreSaleOrderDetailDto.cs index 631cc0e8a..bc44bf27e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreSaleOrderDetail/Dtos/StoreSaleOrderDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreSaleOrderDetail/Dtos/StoreSaleOrderDetailDto.cs @@ -23,7 +23,7 @@ public class StoreSaleOrderDetailDto : AuditedEntityDto public string LineStatus { get; set; } - public StoreSaleOrderDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreScrapNoteDetail/Dtos/CreateUpdateStoreScrapNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreScrapNoteDetail/Dtos/CreateUpdateStoreScrapNoteDetailDto.cs index e1960aa8a..14dfd8519 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreScrapNoteDetail/Dtos/CreateUpdateStoreScrapNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreScrapNoteDetail/Dtos/CreateUpdateStoreScrapNoteDetailDto.cs @@ -84,7 +84,7 @@ public class CreateUpdateStoreScrapNoteDetailDto /// /// /// - public StoreScrapNoteDto Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreScrapNoteDetail/Dtos/StoreScrapNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreScrapNoteDetail/Dtos/StoreScrapNoteDetailDto.cs index adf036124..06fb2ced0 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreScrapNoteDetail/Dtos/StoreScrapNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreScrapNoteDetail/Dtos/StoreScrapNoteDetailDto.cs @@ -88,7 +88,7 @@ public class StoreScrapNoteDetailDto : AuditedEntityDto /// /// /// - public StoreScrapNoteDto Master { get; set; } + /// /// diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreScrapRequestDetail/Dtos/CreateUpdateStoreScrapRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreScrapRequestDetail/Dtos/CreateUpdateStoreScrapRequestDetailDto.cs index 048138dd2..c2fae68fe 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreScrapRequestDetail/Dtos/CreateUpdateStoreScrapRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreScrapRequestDetail/Dtos/CreateUpdateStoreScrapRequestDetailDto.cs @@ -22,7 +22,7 @@ public class CreateUpdateStoreScrapRequestDetailDto public string? LocationGroup { get; set; } - public StoreScrapRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreScrapRequestDetail/Dtos/StoreScrapRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreScrapRequestDetail/Dtos/StoreScrapRequestDetailDto.cs index d9cc1b7aa..20cd28148 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreScrapRequestDetail/Dtos/StoreScrapRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreScrapRequestDetail/Dtos/StoreScrapRequestDetailDto.cs @@ -23,7 +23,7 @@ public class StoreScrapRequestDetailDto : AuditedEntityDto public string? LocationGroup { get; set; } - public StoreScrapRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreSupplierAsnDetail/Dtos/CreateUpdateStoreSupplierAsnDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreSupplierAsnDetail/Dtos/CreateUpdateStoreSupplierAsnDetailDto.cs index 6a123b4be..c3e866194 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreSupplierAsnDetail/Dtos/CreateUpdateStoreSupplierAsnDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreSupplierAsnDetail/Dtos/CreateUpdateStoreSupplierAsnDetailDto.cs @@ -26,7 +26,7 @@ public class CreateUpdateStoreSupplierAsnDetailDto public string? Lot { get; set; } - public StoreSupplierAsnDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreSupplierAsnDetail/Dtos/StoreSupplierAsnDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreSupplierAsnDetail/Dtos/StoreSupplierAsnDetailDto.cs index ee409a5a1..8706b0b38 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreSupplierAsnDetail/Dtos/StoreSupplierAsnDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreSupplierAsnDetail/Dtos/StoreSupplierAsnDetailDto.cs @@ -27,7 +27,7 @@ public class StoreSupplierAsnDetailDto : AuditedEntityDto public string? Lot { get; set; } - public StoreSupplierAsnDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferNoteDetail/Dtos/CreateUpdateStoreTransferNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferNoteDetail/Dtos/CreateUpdateStoreTransferNoteDetailDto.cs index 0ff4d669c..6c0961bf1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferNoteDetail/Dtos/CreateUpdateStoreTransferNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferNoteDetail/Dtos/CreateUpdateStoreTransferNoteDetailDto.cs @@ -36,7 +36,7 @@ public class CreateUpdateStoreTransferNoteDetailDto public string? ItemName { get; set; } - public StoreTransferNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferNoteDetail/Dtos/StoreTransferNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferNoteDetail/Dtos/StoreTransferNoteDetailDto.cs index d27b3f534..53f7eec75 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferNoteDetail/Dtos/StoreTransferNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferNoteDetail/Dtos/StoreTransferNoteDetailDto.cs @@ -37,7 +37,7 @@ public class StoreTransferNoteDetailDto : AuditedEntityDto public string? ItemName { get; set; } - public StoreTransferNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferNoteDetailCopy/Dtos/CreateUpdateStoreTransferNoteDetailCopyDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferNoteDetailCopy/Dtos/CreateUpdateStoreTransferNoteDetailCopyDto.cs index 11ce2ef2f..425a7b4c0 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferNoteDetailCopy/Dtos/CreateUpdateStoreTransferNoteDetailCopyDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferNoteDetailCopy/Dtos/CreateUpdateStoreTransferNoteDetailCopyDto.cs @@ -36,7 +36,7 @@ public class CreateUpdateStoreTransferNoteDetailCopyDto public string? ItemName { get; set; } - public StoreTransferNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferNoteDetailCopy/Dtos/StoreTransferNoteDetailCopyDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferNoteDetailCopy/Dtos/StoreTransferNoteDetailCopyDto.cs index 54d613965..380001cb3 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferNoteDetailCopy/Dtos/StoreTransferNoteDetailCopyDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferNoteDetailCopy/Dtos/StoreTransferNoteDetailCopyDto.cs @@ -37,7 +37,7 @@ public class StoreTransferNoteDetailCopyDto : AuditedEntityDto public string? ItemName { get; set; } - public StoreTransferNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferRequestDetail/Dtos/CreateUpdateStoreTransferRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferRequestDetail/Dtos/CreateUpdateStoreTransferRequestDetailDto.cs index 887862e8f..87db6a3a7 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferRequestDetail/Dtos/CreateUpdateStoreTransferRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferRequestDetail/Dtos/CreateUpdateStoreTransferRequestDetailDto.cs @@ -36,7 +36,7 @@ public class CreateUpdateStoreTransferRequestDetailDto public string? ItemName { get; set; } - public StoreTransferRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferRequestDetail/Dtos/StoreTransferRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferRequestDetail/Dtos/StoreTransferRequestDetailDto.cs index 561d3bc7d..a229f08d2 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferRequestDetail/Dtos/StoreTransferRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreTransferRequestDetail/Dtos/StoreTransferRequestDetailDto.cs @@ -37,7 +37,7 @@ public class StoreTransferRequestDetailDto : AuditedEntityDto public string? ItemName { get; set; } - public StoreTransferRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedIssueNoteDetail/Dtos/CreateUpdateStoreUnplannedIssueNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedIssueNoteDetail/Dtos/CreateUpdateStoreUnplannedIssueNoteDetailDto.cs index 56b7925ba..748b25c71 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedIssueNoteDetail/Dtos/CreateUpdateStoreUnplannedIssueNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedIssueNoteDetail/Dtos/CreateUpdateStoreUnplannedIssueNoteDetailDto.cs @@ -58,7 +58,7 @@ public class CreateUpdateStoreUnplannedIssueNoteDetailDto public string? Lot { get; set; } - public StoreUnplannedIssueNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedIssueNoteDetail/Dtos/StoreUnplannedIssueNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedIssueNoteDetail/Dtos/StoreUnplannedIssueNoteDetailDto.cs index 1ce6e8c12..4382f9e03 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedIssueNoteDetail/Dtos/StoreUnplannedIssueNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedIssueNoteDetail/Dtos/StoreUnplannedIssueNoteDetailDto.cs @@ -59,7 +59,7 @@ public class StoreUnplannedIssueNoteDetailDto : AuditedEntityDto public string? Lot { get; set; } - public StoreUnplannedIssueNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedIssueRequestDetail/Dtos/CreateUpdateStoreUnplannedIssueRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedIssueRequestDetail/Dtos/CreateUpdateStoreUnplannedIssueRequestDetailDto.cs index add933f3c..6cbfe6fca 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedIssueRequestDetail/Dtos/CreateUpdateStoreUnplannedIssueRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedIssueRequestDetail/Dtos/CreateUpdateStoreUnplannedIssueRequestDetailDto.cs @@ -32,7 +32,7 @@ public class CreateUpdateStoreUnplannedIssueRequestDetailDto public string? Lot { get; set; } - public StoreUnplannedIssueRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedIssueRequestDetail/Dtos/StoreUnplannedIssueRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedIssueRequestDetail/Dtos/StoreUnplannedIssueRequestDetailDto.cs index ec9da7953..2efe8ca7c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedIssueRequestDetail/Dtos/StoreUnplannedIssueRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedIssueRequestDetail/Dtos/StoreUnplannedIssueRequestDetailDto.cs @@ -33,7 +33,7 @@ public class StoreUnplannedIssueRequestDetailDto : AuditedEntityDto public string? Lot { get; set; } - public StoreUnplannedIssueRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedReceiptNoteDetail/Dtos/CreateUpdateStoreUnplannedReceiptNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedReceiptNoteDetail/Dtos/CreateUpdateStoreUnplannedReceiptNoteDetailDto.cs index 91ffa2e72..b02e46e14 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedReceiptNoteDetail/Dtos/CreateUpdateStoreUnplannedReceiptNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedReceiptNoteDetail/Dtos/CreateUpdateStoreUnplannedReceiptNoteDetailDto.cs @@ -58,7 +58,7 @@ public class CreateUpdateStoreUnplannedReceiptNoteDetailDto public string? Lot { get; set; } - public StoreUnplannedReceiptNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedReceiptNoteDetail/Dtos/StoreUnplannedReceiptNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedReceiptNoteDetail/Dtos/StoreUnplannedReceiptNoteDetailDto.cs index f1b0adeec..7a36ffe2f 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedReceiptNoteDetail/Dtos/StoreUnplannedReceiptNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedReceiptNoteDetail/Dtos/StoreUnplannedReceiptNoteDetailDto.cs @@ -59,7 +59,7 @@ public class StoreUnplannedReceiptNoteDetailDto : AuditedEntityDto public string? Lot { get; set; } - public StoreUnplannedReceiptNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedReceiptRequestDetail/Dtos/CreateUpdateStoreUnplannedReceiptRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedReceiptRequestDetail/Dtos/CreateUpdateStoreUnplannedReceiptRequestDetailDto.cs index 0ce4d7bae..38c839b65 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedReceiptRequestDetail/Dtos/CreateUpdateStoreUnplannedReceiptRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedReceiptRequestDetail/Dtos/CreateUpdateStoreUnplannedReceiptRequestDetailDto.cs @@ -32,7 +32,7 @@ public class CreateUpdateStoreUnplannedReceiptRequestDetailDto public string? Lot { get; set; } - public StoreUnplannedReceiptRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedReceiptRequestDetail/Dtos/StoreUnplannedReceiptRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedReceiptRequestDetail/Dtos/StoreUnplannedReceiptRequestDetailDto.cs index 99ae16345..5dc6c61f5 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedReceiptRequestDetail/Dtos/StoreUnplannedReceiptRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreUnplannedReceiptRequestDetail/Dtos/StoreUnplannedReceiptRequestDetailDto.cs @@ -33,7 +33,7 @@ public class StoreUnplannedReceiptRequestDetailDto : AuditedEntityDto public string? Lot { get; set; } - public StoreUnplannedReceiptRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWarehouseTransferNoteDetail/Dtos/CreateUpdateStoreWarehouseTransferNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWarehouseTransferNoteDetail/Dtos/CreateUpdateStoreWarehouseTransferNoteDetailDto.cs index 820685542..4cfebe338 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWarehouseTransferNoteDetail/Dtos/CreateUpdateStoreWarehouseTransferNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWarehouseTransferNoteDetail/Dtos/CreateUpdateStoreWarehouseTransferNoteDetailDto.cs @@ -36,7 +36,7 @@ public class CreateUpdateStoreWarehouseTransferNoteDetailDto public string? ItemName { get; set; } - public StoreWarehouseTransferNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWarehouseTransferNoteDetail/Dtos/StoreWarehouseTransferNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWarehouseTransferNoteDetail/Dtos/StoreWarehouseTransferNoteDetailDto.cs index 9513151a2..9d0f998ce 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWarehouseTransferNoteDetail/Dtos/StoreWarehouseTransferNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWarehouseTransferNoteDetail/Dtos/StoreWarehouseTransferNoteDetailDto.cs @@ -37,7 +37,7 @@ public class StoreWarehouseTransferNoteDetailDto : AuditedEntityDto public string? ItemName { get; set; } - public StoreWarehouseTransferNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWipWarehouseAdjustNoteDetail/Dtos/CreateUpdateStoreWipWarehouseAdjustNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWipWarehouseAdjustNoteDetail/Dtos/CreateUpdateStoreWipWarehouseAdjustNoteDetailDto.cs index e7aab6068..646b612f1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWipWarehouseAdjustNoteDetail/Dtos/CreateUpdateStoreWipWarehouseAdjustNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWipWarehouseAdjustNoteDetail/Dtos/CreateUpdateStoreWipWarehouseAdjustNoteDetailDto.cs @@ -36,7 +36,7 @@ public class CreateUpdateStoreWipWarehouseAdjustNoteDetailDto public string? ItemName { get; set; } - public StoreWipWarehouseAdjustNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWipWarehouseAdjustNoteDetail/Dtos/StoreWipWarehouseAdjustNoteDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWipWarehouseAdjustNoteDetail/Dtos/StoreWipWarehouseAdjustNoteDetailDto.cs index 3b024b8a2..bc8361266 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWipWarehouseAdjustNoteDetail/Dtos/StoreWipWarehouseAdjustNoteDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWipWarehouseAdjustNoteDetail/Dtos/StoreWipWarehouseAdjustNoteDetailDto.cs @@ -37,7 +37,7 @@ public class StoreWipWarehouseAdjustNoteDetailDto : AuditedEntityDto public string? ItemName { get; set; } - public StoreWipWarehouseAdjustNoteDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWipWarehouseAdjustRequestDetail/Dtos/CreateUpdateStoreWipWarehouseAdjustRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWipWarehouseAdjustRequestDetail/Dtos/CreateUpdateStoreWipWarehouseAdjustRequestDetailDto.cs index 1c8eb2d1a..1121556a2 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWipWarehouseAdjustRequestDetail/Dtos/CreateUpdateStoreWipWarehouseAdjustRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWipWarehouseAdjustRequestDetail/Dtos/CreateUpdateStoreWipWarehouseAdjustRequestDetailDto.cs @@ -36,7 +36,7 @@ public class CreateUpdateStoreWipWarehouseAdjustRequestDetailDto public string? ItemName { get; set; } - public StoreWipWarehouseAdjustRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWipWarehouseAdjustRequestDetail/Dtos/StoreWipWarehouseAdjustRequestDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWipWarehouseAdjustRequestDetail/Dtos/StoreWipWarehouseAdjustRequestDetailDto.cs index 8694b306c..5e16e671b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWipWarehouseAdjustRequestDetail/Dtos/StoreWipWarehouseAdjustRequestDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWipWarehouseAdjustRequestDetail/Dtos/StoreWipWarehouseAdjustRequestDetailDto.cs @@ -37,7 +37,7 @@ public class StoreWipWarehouseAdjustRequestDetailDto : AuditedEntityDto public string? ItemName { get; set; } - public StoreWipWarehouseAdjustRequestDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWorkOrderDetail/Dtos/CreateUpdateStoreWorkOrderDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWorkOrderDetail/Dtos/CreateUpdateStoreWorkOrderDetailDto.cs index 12b0d1fce..908db367c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWorkOrderDetail/Dtos/CreateUpdateStoreWorkOrderDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWorkOrderDetail/Dtos/CreateUpdateStoreWorkOrderDetailDto.cs @@ -18,7 +18,7 @@ public class CreateUpdateStoreWorkOrderDetailDto public string? ItemName { get; set; } - public StoreWorkOrderDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWorkOrderDetail/Dtos/StoreWorkOrderDetailDto.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWorkOrderDetail/Dtos/StoreWorkOrderDetailDto.cs index 2d576fc1b..21b50910e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWorkOrderDetail/Dtos/StoreWorkOrderDetailDto.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreWorkOrderDetail/Dtos/StoreWorkOrderDetailDto.cs @@ -20,7 +20,7 @@ public class StoreWorkOrderDetailDto : AuditedEntityDto public string? ItemName { get; set; } - public StoreWorkOrderDto Master { get; set; } + public Guid MasterId { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/AppBaseBusiness/ExportCustomUserSetting/ExportCustomUserSettingAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/AppBaseBusiness/ExportCustomUserSetting/ExportCustomUserSettingAppService.cs index 4de9c73a1..55e416276 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/AppBaseBusiness/ExportCustomUserSetting/ExportCustomUserSettingAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/AppBaseBusiness/ExportCustomUserSetting/ExportCustomUserSettingAppService.cs @@ -16,7 +16,7 @@ namespace WinIn.FasterZ.Wms.AppBaseBusiness.ExportCustomUserSetting /// /// 用户个型导出配置 /// - public class ExportCustomUserSettingAppService : CrudAppService, IExportCustomUserSettingAppService diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/AuthMenu/AuthMenuAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/AuthMenu/AuthMenuAppService.cs index bee5b0c3d..8e1b62ae5 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/AuthMenu/AuthMenuAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/AuthMenu/AuthMenuAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.AuthMenu.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.AuthMenu; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.AuthMenu; /// /// /// -public class AuthMenuAppService : CrudAppService, +public class AuthMenuAppService : ZbxBase, IAuthMenuAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.AuthMenu.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/AuthUserMenu/AuthUserMenuAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/AuthUserMenu/AuthUserMenuAppService.cs index 8f0347e43..df32ff26a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/AuthUserMenu/AuthUserMenuAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/AuthUserMenu/AuthUserMenuAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.AuthUserMenu.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.AuthUserMenu; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.AuthUserMenu; /// /// /// -public class AuthUserMenuAppService : CrudAppService, +public class AuthUserMenuAppService : ZbxBase, IAuthUserMenuAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.AuthUserMenu.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/AuthUserWorkGroup/AuthUserWorkGroupAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/AuthUserWorkGroup/AuthUserWorkGroupAppService.cs index 7d1883e47..8dab2680e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/AuthUserWorkGroup/AuthUserWorkGroupAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/AuthUserWorkGroup/AuthUserWorkGroupAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.AuthUserWorkGroup.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.AuthUserWorkGroup; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.AuthUserWorkGroup; /// /// /// -public class AuthUserWorkGroupAppService : CrudAppService, +public class AuthUserWorkGroupAppService : ZbxBase, IAuthUserWorkGroupAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.AuthUserWorkGroup.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataAql/BasedataAqlAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataAql/BasedataAqlAppService.cs index 2b927a22c..18c5a1e97 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataAql/BasedataAqlAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataAql/BasedataAqlAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataAql.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataAql; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataAql; /// /// /// -public class BasedataAqlAppService : CrudAppService, +public class BasedataAqlAppService : ZbxBase, IBasedataAqlAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataAql.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataArea/BasedataAreaAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataArea/BasedataAreaAppService.cs index a52bacc61..80750beed 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataArea/BasedataAreaAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataArea/BasedataAreaAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataArea.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataArea; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataArea; /// /// /// -public class BasedataAreaAppService : CrudAppService, +public class BasedataAreaAppService : ZbxBase, IBasedataAreaAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataArea.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataBom/BasedataBomAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataBom/BasedataBomAppService.cs index 18744d337..4a03469b1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataBom/BasedataBomAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataBom/BasedataBomAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataBom.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataBom; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataBom; /// /// /// -public class BasedataBomAppService : CrudAppService, +public class BasedataBomAppService : ZbxBase, IBasedataBomAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataBom.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCalendar/BasedataCalendarAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCalendar/BasedataCalendarAppService.cs index 8a62cafa0..669271df6 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCalendar/BasedataCalendarAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCalendar/BasedataCalendarAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataCalendar.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataCalendar; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataCalendar; /// /// /// -public class BasedataCalendarAppService : CrudAppService, +public class BasedataCalendarAppService : ZbxBase, IBasedataCalendarAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataCalendar.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCategory/BasedataCategoryAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCategory/BasedataCategoryAppService.cs index 35507bfea..7a60b10b5 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCategory/BasedataCategoryAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCategory/BasedataCategoryAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataCategory.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataCategory; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataCategory; /// /// /// -public class BasedataCategoryAppService : CrudAppService, +public class BasedataCategoryAppService : ZbxBase, IBasedataCategoryAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataCategory.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCurrency/BasedataCurrencyAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCurrency/BasedataCurrencyAppService.cs index 7f863ac98..13e83976b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCurrency/BasedataCurrencyAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCurrency/BasedataCurrencyAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataCurrency.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataCurrency; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataCurrency; /// /// /// -public class BasedataCurrencyAppService : CrudAppService, +public class BasedataCurrencyAppService : ZbxBase, IBasedataCurrencyAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataCurrency.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCurrencyExchange/BasedataCurrencyExchangeAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCurrencyExchange/BasedataCurrencyExchangeAppService.cs index 18e60bbf9..54c8c0022 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCurrencyExchange/BasedataCurrencyExchangeAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCurrencyExchange/BasedataCurrencyExchangeAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataCurrencyExchange.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataCurrencyExchange; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataCurrencyExchange; /// /// /// -public class BasedataCurrencyExchangeAppService : CrudAppService, +public class BasedataCurrencyExchangeAppService : ZbxBase, IBasedataCurrencyExchangeAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataCurrencyExchange.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCustomer/BasedataCustomerAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCustomer/BasedataCustomerAppService.cs index d8540df48..bd742bc18 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCustomer/BasedataCustomerAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCustomer/BasedataCustomerAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataCustomer.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataCustomer; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataCustomer; /// /// /// -public class BasedataCustomerAppService : CrudAppService, +public class BasedataCustomerAppService : ZbxBase, IBasedataCustomerAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataCustomer.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCustomerAddress/BasedataCustomerAddressAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCustomerAddress/BasedataCustomerAddressAppService.cs index fac1b8944..ad4323b27 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCustomerAddress/BasedataCustomerAddressAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCustomerAddress/BasedataCustomerAddressAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataCustomerAddress.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataCustomerAddress; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataCustomerAddress; /// /// /// -public class BasedataCustomerAddressAppService : CrudAppService, +public class BasedataCustomerAddressAppService : ZbxBase, IBasedataCustomerAddressAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataCustomerAddress.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCustomerItem/BasedataCustomerItemAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCustomerItem/BasedataCustomerItemAppService.cs index e795c6164..239667eb5 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCustomerItem/BasedataCustomerItemAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataCustomerItem/BasedataCustomerItemAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataCustomerItem.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataCustomerItem; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataCustomerItem; /// /// /// -public class BasedataCustomerItemAppService : CrudAppService, +public class BasedataCustomerItemAppService : ZbxBase, IBasedataCustomerItemAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataCustomerItem.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataDict/BasedataDictAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataDict/BasedataDictAppService.cs index d5e0583f7..9a94f15c1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataDict/BasedataDictAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataDict/BasedataDictAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataDict.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataDict; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataDict; /// /// /// -public class BasedataDictAppService : CrudAppService, +public class BasedataDictAppService : ZbxBase, IBasedataDictAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataDict.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataDictItem/BasedataDictItemAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataDictItem/BasedataDictItemAppService.cs index 0e6ad1529..888527d3b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataDictItem/BasedataDictItemAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataDictItem/BasedataDictItemAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataDictItem.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataDictItem; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataDictItem; /// /// /// -public class BasedataDictItemAppService : CrudAppService, +public class BasedataDictItemAppService : ZbxBase, IBasedataDictItemAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataDictItem.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataDock/BasedataDockAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataDock/BasedataDockAppService.cs index 7d5374f97..16e89358a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataDock/BasedataDockAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataDock/BasedataDockAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataDock.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataDock; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataDock; /// /// /// -public class BasedataDockAppService : CrudAppService, +public class BasedataDockAppService : ZbxBase, IBasedataDockAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataDock.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataDocumentSetting/BasedataDocumentSettingAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataDocumentSetting/BasedataDocumentSettingAppService.cs index b2004dbea..7773dd170 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataDocumentSetting/BasedataDocumentSettingAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataDocumentSetting/BasedataDocumentSettingAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataDocumentSetting.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataDocumentSetting; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataDocumentSetting; /// /// /// -public class BasedataDocumentSettingAppService : CrudAppService, +public class BasedataDocumentSettingAppService : ZbxBase, IBasedataDocumentSettingAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataDocumentSetting.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataErpLocation/BasedataErpLocationAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataErpLocation/BasedataErpLocationAppService.cs index d777a150a..83f1b251e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataErpLocation/BasedataErpLocationAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataErpLocation/BasedataErpLocationAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataErpLocation.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataErpLocation; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataErpLocation; /// /// /// -public class BasedataErpLocationAppService : CrudAppService, +public class BasedataErpLocationAppService : ZbxBase, IBasedataErpLocationAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataErpLocation.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataInterfaceCalendar/BasedataInterfaceCalendarAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataInterfaceCalendar/BasedataInterfaceCalendarAppService.cs index 3edbc3834..afe9d4f5a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataInterfaceCalendar/BasedataInterfaceCalendarAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataInterfaceCalendar/BasedataInterfaceCalendarAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataInterfaceCalendar.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataInterfaceCalendar; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataInterfaceCalendar; /// /// /// -public class BasedataInterfaceCalendarAppService : CrudAppService, +public class BasedataInterfaceCalendarAppService : ZbxBase, IBasedataInterfaceCalendarAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataInterfaceCalendar.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemBasic/BasedataItemBasicAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemBasic/BasedataItemBasicAppService.cs index 8b0d90e15..95daa7291 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemBasic/BasedataItemBasicAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemBasic/BasedataItemBasicAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataItemBasic.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataItemBasic; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataItemBasic; /// /// /// -public class BasedataItemBasicAppService : CrudAppService, +public class BasedataItemBasicAppService : ZbxBase, IBasedataItemBasicAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataItemBasic.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemCategory/BasedataItemCategoryAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemCategory/BasedataItemCategoryAppService.cs index 96e400dc6..23cbb51b5 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemCategory/BasedataItemCategoryAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemCategory/BasedataItemCategoryAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataItemCategory.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataItemCategory; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataItemCategory; /// /// /// -public class BasedataItemCategoryAppService : CrudAppService, +public class BasedataItemCategoryAppService : ZbxBase, IBasedataItemCategoryAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataItemCategory.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemGuideBook/BasedataItemGuideBookAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemGuideBook/BasedataItemGuideBookAppService.cs index cb79ad4f3..b8195e801 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemGuideBook/BasedataItemGuideBookAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemGuideBook/BasedataItemGuideBookAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataItemGuideBook.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataItemGuideBook; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataItemGuideBook; /// /// /// -public class BasedataItemGuideBookAppService : CrudAppService, +public class BasedataItemGuideBookAppService : ZbxBase, IBasedataItemGuideBookAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataItemGuideBook.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemPack/BasedataItemPackAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemPack/BasedataItemPackAppService.cs index 89bd0c9d9..cd30907bd 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemPack/BasedataItemPackAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemPack/BasedataItemPackAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataItemPack.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataItemPack; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataItemPack; /// /// /// -public class BasedataItemPackAppService : CrudAppService, +public class BasedataItemPackAppService : ZbxBase, IBasedataItemPackAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataItemPack.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemQuality/BasedataItemQualityAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemQuality/BasedataItemQualityAppService.cs index 4da1ff7d9..ca75a844e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemQuality/BasedataItemQualityAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemQuality/BasedataItemQualityAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataItemQuality.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataItemQuality; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataItemQuality; /// /// /// -public class BasedataItemQualityAppService : CrudAppService, +public class BasedataItemQualityAppService : ZbxBase, IBasedataItemQualityAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataItemQuality.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemSafetyStock/BasedataItemSafetyStockAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemSafetyStock/BasedataItemSafetyStockAppService.cs index 10b8f6432..d713ff2f6 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemSafetyStock/BasedataItemSafetyStockAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemSafetyStock/BasedataItemSafetyStockAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataItemSafetyStock.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataItemSafetyStock; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataItemSafetyStock; /// /// /// -public class BasedataItemSafetyStockAppService : CrudAppService, +public class BasedataItemSafetyStockAppService : ZbxBase, IBasedataItemSafetyStockAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataItemSafetyStock.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemStoreRelation/BasedataItemStoreRelationAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemStoreRelation/BasedataItemStoreRelationAppService.cs index 22e700987..3f05bd321 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemStoreRelation/BasedataItemStoreRelationAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataItemStoreRelation/BasedataItemStoreRelationAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataItemStoreRelation.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataItemStoreRelation; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataItemStoreRelation; /// /// /// -public class BasedataItemStoreRelationAppService : CrudAppService, +public class BasedataItemStoreRelationAppService : ZbxBase, IBasedataItemStoreRelationAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataItemStoreRelation.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataLocation/BasedataLocationAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataLocation/BasedataLocationAppService.cs index a09b9e978..045fd905a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataLocation/BasedataLocationAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataLocation/BasedataLocationAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataLocation.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataLocation; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataLocation; /// /// /// -public class BasedataLocationAppService : CrudAppService, +public class BasedataLocationAppService : ZbxBase, IBasedataLocationAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataLocation.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataLocationGroup/BasedataLocationGroupAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataLocationGroup/BasedataLocationGroupAppService.cs index 63a734260..2405bd81c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataLocationGroup/BasedataLocationGroupAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataLocationGroup/BasedataLocationGroupAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataLocationGroup.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataLocationGroup; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataLocationGroup; /// /// /// -public class BasedataLocationGroupAppService : CrudAppService, +public class BasedataLocationGroupAppService : ZbxBase, IBasedataLocationGroupAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataLocationGroup.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataMachine/BasedataMachineAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataMachine/BasedataMachineAppService.cs index 44f6f50ec..8cba53bb7 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataMachine/BasedataMachineAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataMachine/BasedataMachineAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataMachine.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataMachine; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataMachine; /// /// /// -public class BasedataMachineAppService : CrudAppService, +public class BasedataMachineAppService : ZbxBase, IBasedataMachineAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataMachine.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataProductionLine/BasedataProductionLineAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataProductionLine/BasedataProductionLineAppService.cs index a3a9c99a9..701050577 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataProductionLine/BasedataProductionLineAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataProductionLine/BasedataProductionLineAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataProductionLine.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataProductionLine; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataProductionLine; /// /// /// -public class BasedataProductionLineAppService : CrudAppService, +public class BasedataProductionLineAppService : ZbxBase, IBasedataProductionLineAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataProductionLine.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataProductionLineItem/BasedataProductionLineItemAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataProductionLineItem/BasedataProductionLineItemAppService.cs index 3e04b827d..7ef05746f 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataProductionLineItem/BasedataProductionLineItemAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataProductionLineItem/BasedataProductionLineItemAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataProductionLineItem.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataProductionLineItem; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataProductionLineItem; /// /// /// -public class BasedataProductionLineItemAppService : CrudAppService, +public class BasedataProductionLineItemAppService : ZbxBase, IBasedataProductionLineItemAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataProductionLineItem.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataProject/BasedataProjectAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataProject/BasedataProjectAppService.cs index 591c6f4ab..c607b060b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataProject/BasedataProjectAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataProject/BasedataProjectAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataProject.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataProject; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataProject; /// /// /// -public class BasedataProjectAppService : CrudAppService, +public class BasedataProjectAppService : ZbxBase, IBasedataProjectAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataProject.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataPurchasePriceSheet/BasedataPurchasePriceSheetAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataPurchasePriceSheet/BasedataPurchasePriceSheetAppService.cs index 3bc433b39..af63c998f 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataPurchasePriceSheet/BasedataPurchasePriceSheetAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataPurchasePriceSheet/BasedataPurchasePriceSheetAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataPurchasePriceSheet.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataPurchasePriceSheet; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataPurchasePriceSheet; /// /// /// -public class BasedataPurchasePriceSheetAppService : CrudAppService, +public class BasedataPurchasePriceSheetAppService : ZbxBase, IBasedataPurchasePriceSheetAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataPurchasePriceSheet.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataSalePriceSheet/BasedataSalePriceSheetAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataSalePriceSheet/BasedataSalePriceSheetAppService.cs index 6fcb2267e..83c040c02 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataSalePriceSheet/BasedataSalePriceSheetAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataSalePriceSheet/BasedataSalePriceSheetAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataSalePriceSheet.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataSalePriceSheet; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataSalePriceSheet; /// /// /// -public class BasedataSalePriceSheetAppService : CrudAppService, +public class BasedataSalePriceSheetAppService : ZbxBase, IBasedataSalePriceSheetAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataSalePriceSheet.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataShift/BasedataShiftAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataShift/BasedataShiftAppService.cs index b059efd32..0f1e699c3 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataShift/BasedataShiftAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataShift/BasedataShiftAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataShift.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataShift; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataShift; /// /// /// -public class BasedataShiftAppService : CrudAppService, +public class BasedataShiftAppService : ZbxBase, IBasedataShiftAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataShift.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataStdCostPriceSheet/BasedataStdCostPriceSheetAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataStdCostPriceSheet/BasedataStdCostPriceSheetAppService.cs index ccfc80e9f..c4bb6d1f8 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataStdCostPriceSheet/BasedataStdCostPriceSheetAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataStdCostPriceSheet/BasedataStdCostPriceSheetAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataStdCostPriceSheet.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataStdCostPriceSheet; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataStdCostPriceSheet; /// /// /// -public class BasedataStdCostPriceSheetAppService : CrudAppService, +public class BasedataStdCostPriceSheetAppService : ZbxBase, IBasedataStdCostPriceSheetAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataStdCostPriceSheet.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataSupplier/BasedataSupplierAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataSupplier/BasedataSupplierAppService.cs index 1dd25f55d..5b5307c38 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataSupplier/BasedataSupplierAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataSupplier/BasedataSupplierAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataSupplier.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataSupplier; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataSupplier; /// /// /// -public class BasedataSupplierAppService : CrudAppService, +public class BasedataSupplierAppService : ZbxBase, IBasedataSupplierAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataSupplier.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataSupplierItem/BasedataSupplierItemAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataSupplierItem/BasedataSupplierItemAppService.cs index 477eda5d6..23596687a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataSupplierItem/BasedataSupplierItemAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataSupplierItem/BasedataSupplierItemAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataSupplierItem.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataSupplierItem; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataSupplierItem; /// /// /// -public class BasedataSupplierItemAppService : CrudAppService, +public class BasedataSupplierItemAppService : ZbxBase, IBasedataSupplierItemAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataSupplierItem.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataSupplierTimeWindow/BasedataSupplierTimeWindowAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataSupplierTimeWindow/BasedataSupplierTimeWindowAppService.cs index 33c8892ec..2c409bb7d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataSupplierTimeWindow/BasedataSupplierTimeWindowAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataSupplierTimeWindow/BasedataSupplierTimeWindowAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataSupplierTimeWindow.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataSupplierTimeWindow; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataSupplierTimeWindow; /// /// /// -public class BasedataSupplierTimeWindowAppService : CrudAppService, +public class BasedataSupplierTimeWindowAppService : ZbxBase, IBasedataSupplierTimeWindowAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataSupplierTimeWindow.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataTeam/BasedataTeamAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataTeam/BasedataTeamAppService.cs index cc34a2446..c792b38e9 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataTeam/BasedataTeamAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataTeam/BasedataTeamAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataTeam.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataTeam; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataTeam; /// /// /// -public class BasedataTeamAppService : CrudAppService, +public class BasedataTeamAppService : ZbxBase, IBasedataTeamAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataTeam.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataTransactionType/BasedataTransactionTypeAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataTransactionType/BasedataTransactionTypeAppService.cs index d3b12bbb6..e665e797d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataTransactionType/BasedataTransactionTypeAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataTransactionType/BasedataTransactionTypeAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataTransactionType.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataTransactionType; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataTransactionType; /// /// /// -public class BasedataTransactionTypeAppService : CrudAppService, +public class BasedataTransactionTypeAppService : ZbxBase, IBasedataTransactionTypeAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataTransactionType.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataUom/BasedataUomAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataUom/BasedataUomAppService.cs index dcf54fce4..9363d8e04 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataUom/BasedataUomAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataUom/BasedataUomAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataUom.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataUom; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataUom; /// /// /// -public class BasedataUomAppService : CrudAppService, +public class BasedataUomAppService : ZbxBase, IBasedataUomAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataUom.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataWarehouse/BasedataWarehouseAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataWarehouse/BasedataWarehouseAppService.cs index f23d7dbe9..1ac725bad 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataWarehouse/BasedataWarehouseAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataWarehouse/BasedataWarehouseAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataWarehouse.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataWarehouse; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataWarehouse; /// /// /// -public class BasedataWarehouseAppService : CrudAppService, +public class BasedataWarehouseAppService : ZbxBase, IBasedataWarehouseAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataWarehouse.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataWorkGroup/BasedataWorkGroupAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataWorkGroup/BasedataWorkGroupAppService.cs index 947f2fb0f..cf0ef618e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataWorkGroup/BasedataWorkGroupAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataWorkGroup/BasedataWorkGroupAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataWorkGroup.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataWorkGroup; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataWorkGroup; /// /// /// -public class BasedataWorkGroupAppService : CrudAppService, +public class BasedataWorkGroupAppService : ZbxBase, IBasedataWorkGroupAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataWorkGroup.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataWorkShop/BasedataWorkShopAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataWorkShop/BasedataWorkShopAppService.cs index 6acbaedcc..d2409ce28 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataWorkShop/BasedataWorkShopAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataWorkShop/BasedataWorkShopAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataWorkShop.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataWorkShop; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataWorkShop; /// /// /// -public class BasedataWorkShopAppService : CrudAppService, +public class BasedataWorkShopAppService : ZbxBase, IBasedataWorkShopAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataWorkShop.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataWorkStation/BasedataWorkStationAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataWorkStation/BasedataWorkStationAppService.cs index ecad5bf6f..0337cf471 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataWorkStation/BasedataWorkStationAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/BasedataWorkStation/BasedataWorkStationAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.BasedataWorkStation.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.BasedataWorkStation; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.BasedataWorkStation; /// /// /// -public class BasedataWorkStationAppService : CrudAppService, +public class BasedataWorkStationAppService : ZbxBase, IBasedataWorkStationAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.BasedataWorkStation.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/FileStorageDataExportTask/FileStorageDataExportTaskAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/FileStorageDataExportTask/FileStorageDataExportTaskAppService.cs index 634261e12..abd63ae24 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/FileStorageDataExportTask/FileStorageDataExportTaskAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/FileStorageDataExportTask/FileStorageDataExportTaskAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.FileStorageDataExportTask.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.FileStorageDataExportTask; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.FileStorageDataExportTask; /// /// /// -public class FileStorageDataExportTaskAppService : CrudAppService, +public class FileStorageDataExportTaskAppService : ZbxBase, IFileStorageDataExportTaskAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.FileStorageDataExportTask.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/FileStorageDataImportTask/FileStorageDataImportTaskAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/FileStorageDataImportTask/FileStorageDataImportTaskAppService.cs index dfe7d65cf..84968d2e8 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/FileStorageDataImportTask/FileStorageDataImportTaskAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/FileStorageDataImportTask/FileStorageDataImportTaskAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.FileStorageDataImportTask.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.FileStorageDataImportTask; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.FileStorageDataImportTask; /// /// /// -public class FileStorageDataImportTaskAppService : CrudAppService, +public class FileStorageDataImportTaskAppService : ZbxBase, IFileStorageDataImportTaskAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.FileStorageDataImportTask.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/FileStorageFile/FileStorageFileAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/FileStorageFile/FileStorageFileAppService.cs index 26f752767..e0bc9c9f6 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/FileStorageFile/FileStorageFileAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/FileStorageFile/FileStorageFileAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.FileStorageFile.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.FileStorageFile; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.FileStorageFile; /// /// /// -public class FileStorageFileAppService : CrudAppService, +public class FileStorageFileAppService : ZbxBase, IFileStorageFileAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.FileStorageFile.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryBalance/InventoryBalanceAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryBalance/InventoryBalanceAppService.cs index 9c34e18d8..2bf84c18f 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryBalance/InventoryBalanceAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryBalance/InventoryBalanceAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.InventoryBalance.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.InventoryBalance; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.InventoryBalance; /// /// /// -public class InventoryBalanceAppService : CrudAppService, +public class InventoryBalanceAppService : ZbxBase, IInventoryBalanceAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.InventoryBalance.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryContainer/InventoryContainerAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryContainer/InventoryContainerAppService.cs index da6c0f579..e8c43a1b5 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryContainer/InventoryContainerAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryContainer/InventoryContainerAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.InventoryContainer.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.InventoryContainer; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.InventoryContainer; /// /// /// -public class InventoryContainerAppService : CrudAppService, +public class InventoryContainerAppService : ZbxBase, IInventoryContainerAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.InventoryContainer.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryContainerDetail/InventoryContainerDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryContainerDetail/InventoryContainerDetailAppService.cs index aecc2526b..a77a7fb82 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryContainerDetail/InventoryContainerDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryContainerDetail/InventoryContainerDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.InventoryContainerDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.InventoryContainerDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.InventoryContainerDetail; /// /// /// -public class InventoryContainerDetailAppService : CrudAppService, +public class InventoryContainerDetailAppService : ZbxBase, IInventoryContainerDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.InventoryContainerDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryErpBalance/InventoryErpBalanceAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryErpBalance/InventoryErpBalanceAppService.cs index ea1ff07b2..be975ee6b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryErpBalance/InventoryErpBalanceAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryErpBalance/InventoryErpBalanceAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.InventoryErpBalance.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.InventoryErpBalance; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.InventoryErpBalance; /// /// /// -public class InventoryErpBalanceAppService : CrudAppService, +public class InventoryErpBalanceAppService : ZbxBase, IInventoryErpBalanceAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.InventoryErpBalance.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryExpectIn/InventoryExpectInAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryExpectIn/InventoryExpectInAppService.cs index dc2532eda..eb1d017a4 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryExpectIn/InventoryExpectInAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryExpectIn/InventoryExpectInAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.InventoryExpectIn.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.InventoryExpectIn; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.InventoryExpectIn; /// /// /// -public class InventoryExpectInAppService : CrudAppService, +public class InventoryExpectInAppService : ZbxBase, IInventoryExpectInAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.InventoryExpectIn.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryExpectOut/InventoryExpectOutAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryExpectOut/InventoryExpectOutAppService.cs index c83060e28..f8d6c01be 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryExpectOut/InventoryExpectOutAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryExpectOut/InventoryExpectOutAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.InventoryExpectOut.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.InventoryExpectOut; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.InventoryExpectOut; /// /// /// -public class InventoryExpectOutAppService : CrudAppService, +public class InventoryExpectOutAppService : ZbxBase, IInventoryExpectOutAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.InventoryExpectOut.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryLocationCapacity/InventoryLocationCapacityAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryLocationCapacity/InventoryLocationCapacityAppService.cs index 0c592d755..af82aacac 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryLocationCapacity/InventoryLocationCapacityAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryLocationCapacity/InventoryLocationCapacityAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.InventoryLocationCapacity.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.InventoryLocationCapacity; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.InventoryLocationCapacity; /// /// /// -public class InventoryLocationCapacityAppService : CrudAppService, +public class InventoryLocationCapacityAppService : ZbxBase, IInventoryLocationCapacityAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.InventoryLocationCapacity.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventorySnapshot/InventorySnapshotAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventorySnapshot/InventorySnapshotAppService.cs index aae8f555b..3b9d17a5f 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventorySnapshot/InventorySnapshotAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventorySnapshot/InventorySnapshotAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.InventorySnapshot.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.InventorySnapshot; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.InventorySnapshot; /// /// /// -public class InventorySnapshotAppService : CrudAppService, +public class InventorySnapshotAppService : ZbxBase, IInventorySnapshotAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.InventorySnapshot.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryTransaction/InventoryTransactionAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryTransaction/InventoryTransactionAppService.cs index 2f2071b48..6d1e59fb6 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryTransaction/InventoryTransactionAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryTransaction/InventoryTransactionAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.InventoryTransaction.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.InventoryTransaction; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.InventoryTransaction; /// /// /// -public class InventoryTransactionAppService : CrudAppService, +public class InventoryTransactionAppService : ZbxBase, IInventoryTransactionAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.InventoryTransaction.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryTransferLog/InventoryTransferLogAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryTransferLog/InventoryTransferLogAppService.cs index 23c269135..9fcd82069 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryTransferLog/InventoryTransferLogAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/InventoryTransferLog/InventoryTransferLogAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.InventoryTransferLog.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.InventoryTransferLog; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.InventoryTransferLog; /// /// /// -public class InventoryTransferLogAppService : CrudAppService, +public class InventoryTransferLogAppService : ZbxBase, IInventoryTransferLogAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.InventoryTransferLog.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobCheckJob/JobCheckJobAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobCheckJob/JobCheckJobAppService.cs index 5d92422b7..23e5bdffe 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobCheckJob/JobCheckJobAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobCheckJob/JobCheckJobAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobCheckJob.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobCheckJob; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobCheckJob; /// /// /// -public class JobCheckJobAppService : CrudAppService, +public class JobCheckJobAppService : ZbxBase, IJobCheckJobAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobCheckJob.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobCheckJobDetail/JobCheckJobDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobCheckJobDetail/JobCheckJobDetailAppService.cs index 535cf4648..6dc8bdb73 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobCheckJobDetail/JobCheckJobDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobCheckJobDetail/JobCheckJobDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobCheckJobDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobCheckJobDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobCheckJobDetail; /// /// /// -public class JobCheckJobDetailAppService : CrudAppService, +public class JobCheckJobDetailAppService : ZbxBase, IJobCheckJobDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobCheckJobDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobCountJob/JobCountJobAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobCountJob/JobCountJobAppService.cs index 894b3f634..657f66da8 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobCountJob/JobCountJobAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobCountJob/JobCountJobAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobCountJob.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobCountJob; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobCountJob; /// /// /// -public class JobCountJobAppService : CrudAppService, +public class JobCountJobAppService : ZbxBase, IJobCountJobAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobCountJob.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobCountJobDetail/JobCountJobDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobCountJobDetail/JobCountJobDetailAppService.cs index 18a5e7633..acd76fab4 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobCountJobDetail/JobCountJobDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobCountJobDetail/JobCountJobDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobCountJobDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobCountJobDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobCountJobDetail; /// /// /// -public class JobCountJobDetailAppService : CrudAppService, +public class JobCountJobDetailAppService : ZbxBase, IJobCountJobDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobCountJobDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobDeliverJob/JobDeliverJobAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobDeliverJob/JobDeliverJobAppService.cs index f7590c92e..6d6a50f5b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobDeliverJob/JobDeliverJobAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobDeliverJob/JobDeliverJobAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobDeliverJob.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobDeliverJob; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobDeliverJob; /// /// /// -public class JobDeliverJobAppService : CrudAppService, +public class JobDeliverJobAppService : ZbxBase, IJobDeliverJobAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobDeliverJob.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobDeliverJobDetail/JobDeliverJobDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobDeliverJobDetail/JobDeliverJobDetailAppService.cs index 71f24031f..ca3f03305 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobDeliverJobDetail/JobDeliverJobDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobDeliverJobDetail/JobDeliverJobDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobDeliverJobDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobDeliverJobDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobDeliverJobDetail; /// /// /// -public class JobDeliverJobDetailAppService : CrudAppService, +public class JobDeliverJobDetailAppService : ZbxBase, IJobDeliverJobDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobDeliverJobDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobInspectJob/JobInspectJobAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobInspectJob/JobInspectJobAppService.cs index 9ff3f70f3..b8a8d4b10 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobInspectJob/JobInspectJobAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobInspectJob/JobInspectJobAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobInspectJob.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobInspectJob; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobInspectJob; /// /// /// -public class JobInspectJobAppService : CrudAppService, +public class JobInspectJobAppService : ZbxBase, IJobInspectJobAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobInspectJob.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobInspectJobDetail/JobInspectJobDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobInspectJobDetail/JobInspectJobDetailAppService.cs index f67ee1e59..cfaf43e41 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobInspectJobDetail/JobInspectJobDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobInspectJobDetail/JobInspectJobDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobInspectJobDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobInspectJobDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobInspectJobDetail; /// /// /// -public class JobInspectJobDetailAppService : CrudAppService, +public class JobInspectJobDetailAppService : ZbxBase, IJobInspectJobDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobInspectJobDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobInspectJobSummaryDetail/JobInspectJobSummaryDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobInspectJobSummaryDetail/JobInspectJobSummaryDetailAppService.cs index 2c6c56558..1046f3038 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobInspectJobSummaryDetail/JobInspectJobSummaryDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobInspectJobSummaryDetail/JobInspectJobSummaryDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobInspectJobSummaryDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobInspectJobSummaryDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobInspectJobSummaryDetail; /// /// /// -public class JobInspectJobSummaryDetailAppService : CrudAppService, +public class JobInspectJobSummaryDetailAppService : ZbxBase, IJobInspectJobSummaryDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobInspectJobSummaryDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobIssueJob/JobIssueJobAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobIssueJob/JobIssueJobAppService.cs index e0f91abde..88cae9b4a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobIssueJob/JobIssueJobAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobIssueJob/JobIssueJobAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobIssueJob.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobIssueJob; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobIssueJob; /// /// /// -public class JobIssueJobAppService : CrudAppService, +public class JobIssueJobAppService : ZbxBase, IJobIssueJobAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobIssueJob.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobIssueJobDetail/JobIssueJobDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobIssueJobDetail/JobIssueJobDetailAppService.cs index bc393e1fe..9cd3ef0a7 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobIssueJobDetail/JobIssueJobDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobIssueJobDetail/JobIssueJobDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobIssueJobDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobIssueJobDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobIssueJobDetail; /// /// /// -public class JobIssueJobDetailAppService : CrudAppService, +public class JobIssueJobDetailAppService : ZbxBase, IJobIssueJobDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobIssueJobDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobJisDeliverJob/JobJisDeliverJobAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobJisDeliverJob/JobJisDeliverJobAppService.cs index a408a93b4..ef54338c2 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobJisDeliverJob/JobJisDeliverJobAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobJisDeliverJob/JobJisDeliverJobAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobJisDeliverJob.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobJisDeliverJob; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobJisDeliverJob; /// /// /// -public class JobJisDeliverJobAppService : CrudAppService, +public class JobJisDeliverJobAppService : ZbxBase, IJobJisDeliverJobAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobJisDeliverJob.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobJisDeliverJobDetail/JobJisDeliverJobDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobJisDeliverJobDetail/JobJisDeliverJobDetailAppService.cs index 4e2bd0cf6..503e9ea10 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobJisDeliverJobDetail/JobJisDeliverJobDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobJisDeliverJobDetail/JobJisDeliverJobDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobJisDeliverJobDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobJisDeliverJobDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobJisDeliverJobDetail; /// /// /// -public class JobJisDeliverJobDetailAppService : CrudAppService, +public class JobJisDeliverJobDetailAppService : ZbxBase, IJobJisDeliverJobDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobJisDeliverJobDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobProductReceiveJob/JobProductReceiveJobAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobProductReceiveJob/JobProductReceiveJobAppService.cs index fda82420d..16416a3b3 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobProductReceiveJob/JobProductReceiveJobAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobProductReceiveJob/JobProductReceiveJobAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobProductReceiveJob.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobProductReceiveJob; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobProductReceiveJob; /// /// /// -public class JobProductReceiveJobAppService : CrudAppService, +public class JobProductReceiveJobAppService : ZbxBase, IJobProductReceiveJobAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobProductReceiveJob.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobProductReceiveJobDetail/JobProductReceiveJobDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobProductReceiveJobDetail/JobProductReceiveJobDetailAppService.cs index fae56b964..c0696f298 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobProductReceiveJobDetail/JobProductReceiveJobDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobProductReceiveJobDetail/JobProductReceiveJobDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobProductReceiveJobDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobProductReceiveJobDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobProductReceiveJobDetail; /// /// /// -public class JobProductReceiveJobDetailAppService : CrudAppService, +public class JobProductReceiveJobDetailAppService : ZbxBase, IJobProductReceiveJobDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobProductReceiveJobDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobProductionReturnJob/JobProductionReturnJobAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobProductionReturnJob/JobProductionReturnJobAppService.cs index da6cd504c..ef4dad0b6 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobProductionReturnJob/JobProductionReturnJobAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobProductionReturnJob/JobProductionReturnJobAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobProductionReturnJob.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobProductionReturnJob; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobProductionReturnJob; /// /// /// -public class JobProductionReturnJobAppService : CrudAppService, +public class JobProductionReturnJobAppService : ZbxBase, IJobProductionReturnJobAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobProductionReturnJob.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobProductionReturnJobDetail/JobProductionReturnJobDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobProductionReturnJobDetail/JobProductionReturnJobDetailAppService.cs index 4ac980ef6..301e80be8 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobProductionReturnJobDetail/JobProductionReturnJobDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobProductionReturnJobDetail/JobProductionReturnJobDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobProductionReturnJobDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobProductionReturnJobDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobProductionReturnJobDetail; /// /// /// -public class JobProductionReturnJobDetailAppService : CrudAppService, +public class JobProductionReturnJobDetailAppService : ZbxBase, IJobProductionReturnJobDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobProductionReturnJobDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPurchaseReceiptJob/JobPurchaseReceiptJobAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPurchaseReceiptJob/JobPurchaseReceiptJobAppService.cs index bd04b19d7..6ed90b431 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPurchaseReceiptJob/JobPurchaseReceiptJobAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPurchaseReceiptJob/JobPurchaseReceiptJobAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobPurchaseReceiptJob.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobPurchaseReceiptJob; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobPurchaseReceiptJob; /// /// /// -public class JobPurchaseReceiptJobAppService : CrudAppService, +public class JobPurchaseReceiptJobAppService : ZbxBase, IJobPurchaseReceiptJobAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobPurchaseReceiptJob.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPurchaseReceiptJobDetail/JobPurchaseReceiptJobDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPurchaseReceiptJobDetail/JobPurchaseReceiptJobDetailAppService.cs index 03ab36b77..7fe7e1b43 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPurchaseReceiptJobDetail/JobPurchaseReceiptJobDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPurchaseReceiptJobDetail/JobPurchaseReceiptJobDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobPurchaseReceiptJobDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobPurchaseReceiptJobDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobPurchaseReceiptJobDetail; /// /// /// -public class JobPurchaseReceiptJobDetailAppService : CrudAppService, +public class JobPurchaseReceiptJobDetailAppService : ZbxBase, IJobPurchaseReceiptJobDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobPurchaseReceiptJobDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPurchaseReturnJob/JobPurchaseReturnJobAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPurchaseReturnJob/JobPurchaseReturnJobAppService.cs index 76741fd35..ba06a5419 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPurchaseReturnJob/JobPurchaseReturnJobAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPurchaseReturnJob/JobPurchaseReturnJobAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobPurchaseReturnJob.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobPurchaseReturnJob; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobPurchaseReturnJob; /// /// /// -public class JobPurchaseReturnJobAppService : CrudAppService, +public class JobPurchaseReturnJobAppService : ZbxBase, IJobPurchaseReturnJobAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobPurchaseReturnJob.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPurchaseReturnJobDetail/JobPurchaseReturnJobDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPurchaseReturnJobDetail/JobPurchaseReturnJobDetailAppService.cs index 37f0b69cd..b715a331d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPurchaseReturnJobDetail/JobPurchaseReturnJobDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPurchaseReturnJobDetail/JobPurchaseReturnJobDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobPurchaseReturnJobDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobPurchaseReturnJobDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobPurchaseReturnJobDetail; /// /// /// -public class JobPurchaseReturnJobDetailAppService : CrudAppService, +public class JobPurchaseReturnJobDetailAppService : ZbxBase, IJobPurchaseReturnJobDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobPurchaseReturnJobDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPutawayJob/JobPutawayJobAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPutawayJob/JobPutawayJobAppService.cs index d9a98f93e..885d0ba55 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPutawayJob/JobPutawayJobAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPutawayJob/JobPutawayJobAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobPutawayJob.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobPutawayJob; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobPutawayJob; /// /// /// -public class JobPutawayJobAppService : CrudAppService, +public class JobPutawayJobAppService : ZbxBase, IJobPutawayJobAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobPutawayJob.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPutawayJobDetail/JobPutawayJobDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPutawayJobDetail/JobPutawayJobDetailAppService.cs index 1fd8515e9..afcd2047f 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPutawayJobDetail/JobPutawayJobDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobPutawayJobDetail/JobPutawayJobDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobPutawayJobDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobPutawayJobDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobPutawayJobDetail; /// /// /// -public class JobPutawayJobDetailAppService : CrudAppService, +public class JobPutawayJobDetailAppService : ZbxBase, IJobPutawayJobDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobPutawayJobDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobUnplannedIssueJob/JobUnplannedIssueJobAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobUnplannedIssueJob/JobUnplannedIssueJobAppService.cs index 2dc5909b2..a692475e7 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobUnplannedIssueJob/JobUnplannedIssueJobAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobUnplannedIssueJob/JobUnplannedIssueJobAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobUnplannedIssueJob.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobUnplannedIssueJob; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobUnplannedIssueJob; /// /// /// -public class JobUnplannedIssueJobAppService : CrudAppService, +public class JobUnplannedIssueJobAppService : ZbxBase, IJobUnplannedIssueJobAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobUnplannedIssueJob.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobUnplannedIssueJobDetail/JobUnplannedIssueJobDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobUnplannedIssueJobDetail/JobUnplannedIssueJobDetailAppService.cs index 45ca1bc8c..114e58673 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobUnplannedIssueJobDetail/JobUnplannedIssueJobDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobUnplannedIssueJobDetail/JobUnplannedIssueJobDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobUnplannedIssueJobDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobUnplannedIssueJobDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobUnplannedIssueJobDetail; /// /// /// -public class JobUnplannedIssueJobDetailAppService : CrudAppService, +public class JobUnplannedIssueJobDetailAppService : ZbxBase, IJobUnplannedIssueJobDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobUnplannedIssueJobDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobUnplannedReceiptJob/JobUnplannedReceiptJobAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobUnplannedReceiptJob/JobUnplannedReceiptJobAppService.cs index eb5eb6863..edc718a44 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobUnplannedReceiptJob/JobUnplannedReceiptJobAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobUnplannedReceiptJob/JobUnplannedReceiptJobAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobUnplannedReceiptJob.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobUnplannedReceiptJob; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobUnplannedReceiptJob; /// /// /// -public class JobUnplannedReceiptJobAppService : CrudAppService, +public class JobUnplannedReceiptJobAppService : ZbxBase, IJobUnplannedReceiptJobAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobUnplannedReceiptJob.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobUnplannedReceiptJobDetail/JobUnplannedReceiptJobDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobUnplannedReceiptJobDetail/JobUnplannedReceiptJobDetailAppService.cs index 2427212aa..2c1b57e63 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobUnplannedReceiptJobDetail/JobUnplannedReceiptJobDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/JobUnplannedReceiptJobDetail/JobUnplannedReceiptJobDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.JobUnplannedReceiptJobDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.JobUnplannedReceiptJobDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.JobUnplannedReceiptJobDetail; /// /// /// -public class JobUnplannedReceiptJobDetailAppService : CrudAppService, +public class JobUnplannedReceiptJobDetailAppService : ZbxBase, IJobUnplannedReceiptJobDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.JobUnplannedReceiptJobDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelCountLabel/LabelCountLabelAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelCountLabel/LabelCountLabelAppService.cs index 277b11454..9cf0f2bc0 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelCountLabel/LabelCountLabelAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelCountLabel/LabelCountLabelAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.LabelCountLabel.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.LabelCountLabel; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.LabelCountLabel; /// /// /// -public class LabelCountLabelAppService : CrudAppService, +public class LabelCountLabelAppService : ZbxBase, ILabelCountLabelAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.LabelCountLabel.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelInventoryLabel/LabelInventoryLabelAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelInventoryLabel/LabelInventoryLabelAppService.cs index 860b6a0e0..bd5476169 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelInventoryLabel/LabelInventoryLabelAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelInventoryLabel/LabelInventoryLabelAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.LabelInventoryLabel.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.LabelInventoryLabel; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.LabelInventoryLabel; /// /// /// -public class LabelInventoryLabelAppService : CrudAppService, +public class LabelInventoryLabelAppService : ZbxBase, ILabelInventoryLabelAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.LabelInventoryLabel.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelLabelDefinition/LabelLabelDefinitionAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelLabelDefinition/LabelLabelDefinitionAppService.cs index c0e018516..53e73e34d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelLabelDefinition/LabelLabelDefinitionAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelLabelDefinition/LabelLabelDefinitionAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.LabelLabelDefinition.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.LabelLabelDefinition; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.LabelLabelDefinition; /// /// /// -public class LabelLabelDefinitionAppService : CrudAppService, +public class LabelLabelDefinitionAppService : ZbxBase, ILabelLabelDefinitionAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.LabelLabelDefinition.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelPalletCode/LabelPalletCodeAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelPalletCode/LabelPalletCodeAppService.cs index dafe3c281..9212fa294 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelPalletCode/LabelPalletCodeAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelPalletCode/LabelPalletCodeAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.LabelPalletCode.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.LabelPalletCode; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.LabelPalletCode; /// /// /// -public class LabelPalletCodeAppService : CrudAppService, +public class LabelPalletCodeAppService : ZbxBase, ILabelPalletCodeAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.LabelPalletCode.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelPalletLabel/LabelPalletLabelAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelPalletLabel/LabelPalletLabelAppService.cs index b9c7b93f4..2211f2bdd 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelPalletLabel/LabelPalletLabelAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelPalletLabel/LabelPalletLabelAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.LabelPalletLabel.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.LabelPalletLabel; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.LabelPalletLabel; /// /// /// -public class LabelPalletLabelAppService : CrudAppService, +public class LabelPalletLabelAppService : ZbxBase, ILabelPalletLabelAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.LabelPalletLabel.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelSaleLabel/LabelSaleLabelAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelSaleLabel/LabelSaleLabelAppService.cs index 672e7203f..0ea700f52 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelSaleLabel/LabelSaleLabelAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelSaleLabel/LabelSaleLabelAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.LabelSaleLabel.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.LabelSaleLabel; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.LabelSaleLabel; /// /// /// -public class LabelSaleLabelAppService : CrudAppService, +public class LabelSaleLabelAppService : ZbxBase, ILabelSaleLabelAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.LabelSaleLabel.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelSerialCode/LabelSerialCodeAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelSerialCode/LabelSerialCodeAppService.cs index 3ab8ef087..0fe62f2cf 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelSerialCode/LabelSerialCodeAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/LabelSerialCode/LabelSerialCodeAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.LabelSerialCode.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.LabelSerialCode; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.LabelSerialCode; /// /// /// -public class LabelSerialCodeAppService : CrudAppService, +public class LabelSerialCodeAppService : ZbxBase, ILabelSerialCodeAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.LabelSerialCode.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageAnnouncement/MessageAnnouncementAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageAnnouncement/MessageAnnouncementAppService.cs index c6d40ae32..e250aab5c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageAnnouncement/MessageAnnouncementAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageAnnouncement/MessageAnnouncementAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.MessageAnnouncement.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.MessageAnnouncement; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.MessageAnnouncement; /// /// /// -public class MessageAnnouncementAppService : CrudAppService, +public class MessageAnnouncementAppService : ZbxBase, IMessageAnnouncementAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.MessageAnnouncement.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageMessageType/MessageMessageTypeAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageMessageType/MessageMessageTypeAppService.cs index fd2b5018d..71b8364c4 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageMessageType/MessageMessageTypeAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageMessageType/MessageMessageTypeAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.MessageMessageType.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.MessageMessageType; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.MessageMessageType; /// /// /// -public class MessageMessageTypeAppService : CrudAppService, +public class MessageMessageTypeAppService : ZbxBase, IMessageMessageTypeAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.MessageMessageType.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageMessageTypeSubscribe/MessageMessageTypeSubscribeAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageMessageTypeSubscribe/MessageMessageTypeSubscribeAppService.cs index 47e663471..0b7b91b29 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageMessageTypeSubscribe/MessageMessageTypeSubscribeAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageMessageTypeSubscribe/MessageMessageTypeSubscribeAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.MessageMessageTypeSubscribe.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.MessageMessageTypeSubscribe; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.MessageMessageTypeSubscribe; /// /// /// -public class MessageMessageTypeSubscribeAppService : CrudAppService, +public class MessageMessageTypeSubscribeAppService : ZbxBase, IMessageMessageTypeSubscribeAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.MessageMessageTypeSubscribe.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageNotifyMessage/MessageNotifyMessageAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageNotifyMessage/MessageNotifyMessageAppService.cs index af4c60513..6886fa21d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageNotifyMessage/MessageNotifyMessageAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageNotifyMessage/MessageNotifyMessageAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.MessageNotifyMessage.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.MessageNotifyMessage; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.MessageNotifyMessage; /// /// /// -public class MessageNotifyMessageAppService : CrudAppService, +public class MessageNotifyMessageAppService : ZbxBase, IMessageNotifyMessageAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.MessageNotifyMessage.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessagePrivateMessage/MessagePrivateMessageAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessagePrivateMessage/MessagePrivateMessageAppService.cs index 4b74437d8..bf79b4292 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessagePrivateMessage/MessagePrivateMessageAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessagePrivateMessage/MessagePrivateMessageAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.MessagePrivateMessage.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.MessagePrivateMessage; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.MessagePrivateMessage; /// /// /// -public class MessagePrivateMessageAppService : CrudAppService, +public class MessagePrivateMessageAppService : ZbxBase, IMessagePrivateMessageAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.MessagePrivateMessage.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageUserNotifyMessage/MessageUserNotifyMessageAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageUserNotifyMessage/MessageUserNotifyMessageAppService.cs index 4d7c634ce..925721a2a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageUserNotifyMessage/MessageUserNotifyMessageAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/MessageUserNotifyMessage/MessageUserNotifyMessageAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.MessageUserNotifyMessage.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.MessageUserNotifyMessage; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.MessageUserNotifyMessage; /// /// /// -public class MessageUserNotifyMessageAppService : CrudAppService, +public class MessageUserNotifyMessageAppService : ZbxBase, IMessageUserNotifyMessageAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.MessageUserNotifyMessage.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreBackFlushNote/StoreBackFlushNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreBackFlushNote/StoreBackFlushNoteAppService.cs index 1aa653cef..498f157f1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreBackFlushNote/StoreBackFlushNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreBackFlushNote/StoreBackFlushNoteAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreBackFlushNote.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreBackFlushNote; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreBackFlushNote; /// /// /// -public class StoreBackFlushNoteAppService : CrudAppService, +public class StoreBackFlushNoteAppService : ZbxBase, IStoreBackFlushNoteAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreBackFlushNote.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreBackFlushNoteDetail/StoreBackFlushNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreBackFlushNoteDetail/StoreBackFlushNoteDetailAppService.cs index 9a406566c..3050f5f1a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreBackFlushNoteDetail/StoreBackFlushNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreBackFlushNoteDetail/StoreBackFlushNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreBackFlushNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreBackFlushNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreBackFlushNoteDetail; /// /// /// -public class StoreBackFlushNoteDetailAppService : CrudAppService, +public class StoreBackFlushNoteDetailAppService : ZbxBase, IStoreBackFlushNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreBackFlushNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreContainerBindNote/StoreContainerBindNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreContainerBindNote/StoreContainerBindNoteAppService.cs index 22d3f0033..ba25043c8 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreContainerBindNote/StoreContainerBindNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreContainerBindNote/StoreContainerBindNoteAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreContainerBindNote.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreContainerBindNote; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreContainerBindNote; /// /// /// -public class StoreContainerBindNoteAppService : CrudAppService, +public class StoreContainerBindNoteAppService : ZbxBase, IStoreContainerBindNoteAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreContainerBindNote.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreContainerBindNoteDetail/StoreContainerBindNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreContainerBindNoteDetail/StoreContainerBindNoteDetailAppService.cs index 69fcdf14e..b14df1a2b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreContainerBindNoteDetail/StoreContainerBindNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreContainerBindNoteDetail/StoreContainerBindNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreContainerBindNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreContainerBindNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreContainerBindNoteDetail; /// /// /// -public class StoreContainerBindNoteDetailAppService : CrudAppService, +public class StoreContainerBindNoteDetailAppService : ZbxBase, IStoreContainerBindNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreContainerBindNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountAdjustNote/StoreCountAdjustNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountAdjustNote/StoreCountAdjustNoteAppService.cs index a3a628314..5d516de00 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountAdjustNote/StoreCountAdjustNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountAdjustNote/StoreCountAdjustNoteAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustNote.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustNote; @@ -10,7 +11,8 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustNote; /// /// /// -public class StoreCountAdjustNoteAppService : CrudAppService, +public class StoreCountAdjustNoteAppService : + ZbxBase, IStoreCountAdjustNoteAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreCountAdjustNote.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountAdjustNoteDetail/StoreCountAdjustNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountAdjustNoteDetail/StoreCountAdjustNoteDetailAppService.cs index 2e5a99a87..45f532434 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountAdjustNoteDetail/StoreCountAdjustNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountAdjustNoteDetail/StoreCountAdjustNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustNoteDetail; /// /// /// -public class StoreCountAdjustNoteDetailAppService : CrudAppService, +public class StoreCountAdjustNoteDetailAppService : ZbxBase, IStoreCountAdjustNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreCountAdjustNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountAdjustRequest/StoreCountAdjustRequestAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountAdjustRequest/StoreCountAdjustRequestAppService.cs index 4b46a5609..7f384f131 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountAdjustRequest/StoreCountAdjustRequestAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountAdjustRequest/StoreCountAdjustRequestAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustRequest.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustRequest; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustRequest; /// /// /// -public class StoreCountAdjustRequestAppService : CrudAppService, +public class StoreCountAdjustRequestAppService : ZbxBase, IStoreCountAdjustRequestAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreCountAdjustRequest.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountAdjustRequestDetail/StoreCountAdjustRequestDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountAdjustRequestDetail/StoreCountAdjustRequestDetailAppService.cs index 088055f69..7adfc7ec1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountAdjustRequestDetail/StoreCountAdjustRequestDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountAdjustRequestDetail/StoreCountAdjustRequestDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustRequestDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustRequestDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustRequestDetail; /// /// /// -public class StoreCountAdjustRequestDetailAppService : CrudAppService, +public class StoreCountAdjustRequestDetailAppService : ZbxBase, IStoreCountAdjustRequestDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreCountAdjustRequestDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountNote/StoreCountNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountNote/StoreCountNoteAppService.cs index e2cf90b43..08f9a548f 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountNote/StoreCountNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountNote/StoreCountNoteAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreCountNote.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountNote; @@ -10,7 +11,8 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreCountNote; /// /// /// -public class StoreCountNoteAppService : CrudAppService, +public class StoreCountNoteAppService : + ZbxBase, IStoreCountNoteAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreCountNote.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountNoteCopy/StoreCountNoteCopyAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountNoteCopy/StoreCountNoteCopyAppService.cs index fc1b19c99..6249a4310 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountNoteCopy/StoreCountNoteCopyAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountNoteCopy/StoreCountNoteCopyAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreCountNoteCopy.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountNoteCopy; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreCountNoteCopy; /// /// /// -public class StoreCountNoteCopyAppService : CrudAppService, +public class StoreCountNoteCopyAppService : ZbxBase, IStoreCountNoteCopyAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreCountNoteCopy.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountNoteDetail/StoreCountNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountNoteDetail/StoreCountNoteDetailAppService.cs index 5f56f14a8..e3c1ffd6a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountNoteDetail/StoreCountNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountNoteDetail/StoreCountNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreCountNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreCountNoteDetail; /// /// /// -public class StoreCountNoteDetailAppService : CrudAppService, +public class StoreCountNoteDetailAppService : ZbxBase, IStoreCountNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreCountNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountNoteDetailCopy/StoreCountNoteDetailCopyAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountNoteDetailCopy/StoreCountNoteDetailCopyAppService.cs index 70d570481..64710fc6f 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountNoteDetailCopy/StoreCountNoteDetailCopyAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountNoteDetailCopy/StoreCountNoteDetailCopyAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreCountNoteDetailCopy.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountNoteDetailCopy; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreCountNoteDetailCopy; /// /// /// -public class StoreCountNoteDetailCopyAppService : CrudAppService, +public class StoreCountNoteDetailCopyAppService : ZbxBase, IStoreCountNoteDetailCopyAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreCountNoteDetailCopy.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountPlan/StoreCountPlanAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountPlan/StoreCountPlanAppService.cs index a118c1034..de9dcc8b8 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountPlan/StoreCountPlanAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountPlan/StoreCountPlanAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreCountPlan.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountPlan; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreCountPlan; /// /// /// -public class StoreCountPlanAppService : CrudAppService, +public class StoreCountPlanAppService : ZbxBase, IStoreCountPlanAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreCountPlan.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountPlanDetail/StoreCountPlanDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountPlanDetail/StoreCountPlanDetailAppService.cs index b8e054232..b7bfdc103 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountPlanDetail/StoreCountPlanDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCountPlanDetail/StoreCountPlanDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreCountPlanDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreCountPlanDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreCountPlanDetail; /// /// /// -public class StoreCountPlanDetailAppService : CrudAppService, +public class StoreCountPlanDetailAppService : ZbxBase, IStoreCountPlanDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreCountPlanDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCustomerAsn/StoreCustomerAsnAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCustomerAsn/StoreCustomerAsnAppService.cs index 99a9a9b11..2e1cbfa77 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCustomerAsn/StoreCustomerAsnAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCustomerAsn/StoreCustomerAsnAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreCustomerAsn.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreCustomerAsn; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreCustomerAsn; /// /// /// -public class StoreCustomerAsnAppService : CrudAppService, +public class StoreCustomerAsnAppService : ZbxBase, IStoreCustomerAsnAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreCustomerAsn.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCustomerAsnDetail/StoreCustomerAsnDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCustomerAsnDetail/StoreCustomerAsnDetailAppService.cs index 68307e31b..47dadf2ef 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCustomerAsnDetail/StoreCustomerAsnDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCustomerAsnDetail/StoreCustomerAsnDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreCustomerAsnDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreCustomerAsnDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreCustomerAsnDetail; /// /// /// -public class StoreCustomerAsnDetailAppService : CrudAppService, +public class StoreCustomerAsnDetailAppService : ZbxBase, IStoreCustomerAsnDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreCustomerAsnDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCustomerReturnNote/StoreCustomerReturnNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCustomerReturnNote/StoreCustomerReturnNoteAppService.cs index 8045a6cec..c31282c29 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCustomerReturnNote/StoreCustomerReturnNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCustomerReturnNote/StoreCustomerReturnNoteAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreCustomerReturnNote.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreCustomerReturnNote; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreCustomerReturnNote; /// /// /// -public class StoreCustomerReturnNoteAppService : CrudAppService, +public class StoreCustomerReturnNoteAppService : ZbxBase, IStoreCustomerReturnNoteAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreCustomerReturnNote.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCustomerReturnNoteDetail/StoreCustomerReturnNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCustomerReturnNoteDetail/StoreCustomerReturnNoteDetailAppService.cs index c7e687732..78b860eba 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCustomerReturnNoteDetail/StoreCustomerReturnNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreCustomerReturnNoteDetail/StoreCustomerReturnNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreCustomerReturnNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreCustomerReturnNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreCustomerReturnNoteDetail; /// /// /// -public class StoreCustomerReturnNoteDetailAppService : CrudAppService, +public class StoreCustomerReturnNoteDetailAppService : ZbxBase, IStoreCustomerReturnNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreCustomerReturnNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverNote/StoreDeliverNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverNote/StoreDeliverNoteAppService.cs index 94d9a114b..8125ce1bf 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverNote/StoreDeliverNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverNote/StoreDeliverNoteAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreDeliverNote.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverNote; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverNote; /// /// /// -public class StoreDeliverNoteAppService : CrudAppService, +public class StoreDeliverNoteAppService : ZbxBase, IStoreDeliverNoteAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreDeliverNote.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverNoteDetail/StoreDeliverNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverNoteDetail/StoreDeliverNoteDetailAppService.cs index fd0371048..2daaea0ca 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverNoteDetail/StoreDeliverNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverNoteDetail/StoreDeliverNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreDeliverNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverNoteDetail; /// /// /// -public class StoreDeliverNoteDetailAppService : CrudAppService, +public class StoreDeliverNoteDetailAppService : ZbxBase, IStoreDeliverNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreDeliverNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverPlan/StoreDeliverPlanAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverPlan/StoreDeliverPlanAppService.cs index 5bc370172..ebd7187fa 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverPlan/StoreDeliverPlanAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverPlan/StoreDeliverPlanAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreDeliverPlan.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverPlan; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverPlan; /// /// /// -public class StoreDeliverPlanAppService : CrudAppService, +public class StoreDeliverPlanAppService : ZbxBase, IStoreDeliverPlanAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreDeliverPlan.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverPlanDetail/StoreDeliverPlanDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverPlanDetail/StoreDeliverPlanDetailAppService.cs index d0ed87a87..3bc067dbd 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverPlanDetail/StoreDeliverPlanDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverPlanDetail/StoreDeliverPlanDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreDeliverPlanDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverPlanDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverPlanDetail; /// /// /// -public class StoreDeliverPlanDetailAppService : CrudAppService, +public class StoreDeliverPlanDetailAppService : ZbxBase, IStoreDeliverPlanDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreDeliverPlanDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverRequest/StoreDeliverRequestAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverRequest/StoreDeliverRequestAppService.cs index 41e32aebe..571ff95a1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverRequest/StoreDeliverRequestAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverRequest/StoreDeliverRequestAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreDeliverRequest.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverRequest; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverRequest; /// /// /// -public class StoreDeliverRequestAppService : CrudAppService, +public class StoreDeliverRequestAppService : ZbxBase, IStoreDeliverRequestAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreDeliverRequest.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverRequestDetail/StoreDeliverRequestDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverRequestDetail/StoreDeliverRequestDetailAppService.cs index bb793a7f8..fc2f51297 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverRequestDetail/StoreDeliverRequestDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreDeliverRequestDetail/StoreDeliverRequestDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreDeliverRequestDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverRequestDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreDeliverRequestDetail; /// /// /// -public class StoreDeliverRequestDetailAppService : CrudAppService, +public class StoreDeliverRequestDetailAppService : ZbxBase, IStoreDeliverRequestDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreDeliverRequestDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreExchangeDatum/StoreExchangeDatumAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreExchangeDatum/StoreExchangeDatumAppService.cs index 3c691af9b..3932bcaf7 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreExchangeDatum/StoreExchangeDatumAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreExchangeDatum/StoreExchangeDatumAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreExchangeDatum.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreExchangeDatum; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreExchangeDatum; /// /// /// -public class StoreExchangeDatumAppService : CrudAppService, +public class StoreExchangeDatumAppService : ZbxBase, IStoreExchangeDatumAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreExchangeDatum.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectAbnormalNote/StoreInspectAbnormalNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectAbnormalNote/StoreInspectAbnormalNoteAppService.cs index 821e7a0dc..584229947 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectAbnormalNote/StoreInspectAbnormalNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectAbnormalNote/StoreInspectAbnormalNoteAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreInspectAbnormalNote.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectAbnormalNote; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectAbnormalNote; /// /// /// -public class StoreInspectAbnormalNoteAppService : CrudAppService, +public class StoreInspectAbnormalNoteAppService : ZbxBase, IStoreInspectAbnormalNoteAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreInspectAbnormalNote.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectAbnormalNoteDetail/StoreInspectAbnormalNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectAbnormalNoteDetail/StoreInspectAbnormalNoteDetailAppService.cs index 08d66229c..619fdb99a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectAbnormalNoteDetail/StoreInspectAbnormalNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectAbnormalNoteDetail/StoreInspectAbnormalNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreInspectAbnormalNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectAbnormalNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectAbnormalNoteDetail; /// /// /// -public class StoreInspectAbnormalNoteDetailAppService : CrudAppService, +public class StoreInspectAbnormalNoteDetailAppService : ZbxBase, IStoreInspectAbnormalNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreInspectAbnormalNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectNote/StoreInspectNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectNote/StoreInspectNoteAppService.cs index f9f51b045..92dded4f4 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectNote/StoreInspectNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectNote/StoreInspectNoteAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreInspectNote.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectNote; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectNote; /// /// /// -public class StoreInspectNoteAppService : CrudAppService, +public class StoreInspectNoteAppService : ZbxBase, IStoreInspectNoteAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreInspectNote.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectNoteDetail/StoreInspectNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectNoteDetail/StoreInspectNoteDetailAppService.cs index c59b40e64..735dabe8c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectNoteDetail/StoreInspectNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectNoteDetail/StoreInspectNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreInspectNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectNoteDetail; /// /// /// -public class StoreInspectNoteDetailAppService : CrudAppService, +public class StoreInspectNoteDetailAppService : ZbxBase, IStoreInspectNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreInspectNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectNoteSummaryDetail/StoreInspectNoteSummaryDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectNoteSummaryDetail/StoreInspectNoteSummaryDetailAppService.cs index f11a498fc..ecdea76d4 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectNoteSummaryDetail/StoreInspectNoteSummaryDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectNoteSummaryDetail/StoreInspectNoteSummaryDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreInspectNoteSummaryDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectNoteSummaryDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectNoteSummaryDetail; /// /// /// -public class StoreInspectNoteSummaryDetailAppService : CrudAppService, +public class StoreInspectNoteSummaryDetailAppService : ZbxBase, IStoreInspectNoteSummaryDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreInspectNoteSummaryDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectRequest/StoreInspectRequestAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectRequest/StoreInspectRequestAppService.cs index 39dac96ed..ac3b0fbb1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectRequest/StoreInspectRequestAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectRequest/StoreInspectRequestAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreInspectRequest.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectRequest; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectRequest; /// /// /// -public class StoreInspectRequestAppService : CrudAppService, +public class StoreInspectRequestAppService : ZbxBase, IStoreInspectRequestAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreInspectRequest.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectRequestDetail/StoreInspectRequestDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectRequestDetail/StoreInspectRequestDetailAppService.cs index 8f13dd34f..c0963d114 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectRequestDetail/StoreInspectRequestDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectRequestDetail/StoreInspectRequestDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreInspectRequestDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectRequestDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectRequestDetail; /// /// /// -public class StoreInspectRequestDetailAppService : CrudAppService, +public class StoreInspectRequestDetailAppService : ZbxBase, IStoreInspectRequestDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreInspectRequestDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectRequestSummaryDetail/StoreInspectRequestSummaryDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectRequestSummaryDetail/StoreInspectRequestSummaryDetailAppService.cs index f4e1e7648..ec09aebe5 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectRequestSummaryDetail/StoreInspectRequestSummaryDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInspectRequestSummaryDetail/StoreInspectRequestSummaryDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreInspectRequestSummaryDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectRequestSummaryDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreInspectRequestSummaryDetail; /// /// /// -public class StoreInspectRequestSummaryDetailAppService : CrudAppService, +public class StoreInspectRequestSummaryDetailAppService : ZbxBase, IStoreInspectRequestSummaryDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreInspectRequestSummaryDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInventoryInitialNote/StoreInventoryInitialNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInventoryInitialNote/StoreInventoryInitialNoteAppService.cs index 5c34820f8..5e540f8a8 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInventoryInitialNote/StoreInventoryInitialNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInventoryInitialNote/StoreInventoryInitialNoteAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreInventoryInitialNote.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreInventoryInitialNote; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreInventoryInitialNote; /// /// /// -public class StoreInventoryInitialNoteAppService : CrudAppService, +public class StoreInventoryInitialNoteAppService : ZbxBase, IStoreInventoryInitialNoteAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreInventoryInitialNote.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInventoryInitialNoteDetail/StoreInventoryInitialNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInventoryInitialNoteDetail/StoreInventoryInitialNoteDetailAppService.cs index 2639e4ac5..0d4ab3609 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInventoryInitialNoteDetail/StoreInventoryInitialNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInventoryInitialNoteDetail/StoreInventoryInitialNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreInventoryInitialNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreInventoryInitialNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreInventoryInitialNoteDetail; /// /// /// -public class StoreInventoryInitialNoteDetailAppService : CrudAppService, +public class StoreInventoryInitialNoteDetailAppService : ZbxBase, IStoreInventoryInitialNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreInventoryInitialNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInventoryTransferNoteDetail/StoreInventoryTransferNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInventoryTransferNoteDetail/StoreInventoryTransferNoteDetailAppService.cs index 086b2f972..139457329 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInventoryTransferNoteDetail/StoreInventoryTransferNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreInventoryTransferNoteDetail/StoreInventoryTransferNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreInventoryTransferNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreInventoryTransferNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreInventoryTransferNoteDetail; /// /// /// -public class StoreInventoryTransferNoteDetailAppService : CrudAppService, +public class StoreInventoryTransferNoteDetailAppService : ZbxBase, IStoreInventoryTransferNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreInventoryTransferNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreIsolationNote/StoreIsolationNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreIsolationNote/StoreIsolationNoteAppService.cs index 9888ae400..acd06a056 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreIsolationNote/StoreIsolationNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreIsolationNote/StoreIsolationNoteAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreIsolationNote.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreIsolationNote; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreIsolationNote; /// /// /// -public class StoreIsolationNoteAppService : CrudAppService, +public class StoreIsolationNoteAppService : ZbxBase, IStoreIsolationNoteAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreIsolationNote.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreIsolationNoteDetail/StoreIsolationNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreIsolationNoteDetail/StoreIsolationNoteDetailAppService.cs index 430c5cab6..00c148fc9 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreIsolationNoteDetail/StoreIsolationNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreIsolationNoteDetail/StoreIsolationNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreIsolationNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreIsolationNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreIsolationNoteDetail; /// /// /// -public class StoreIsolationNoteDetailAppService : CrudAppService, +public class StoreIsolationNoteDetailAppService : ZbxBase, IStoreIsolationNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreIsolationNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreIssueNote/StoreIssueNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreIssueNote/StoreIssueNoteAppService.cs index fbd92eff0..9370b8c20 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreIssueNote/StoreIssueNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreIssueNote/StoreIssueNoteAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreIssueNote.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreIssueNote; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreIssueNote; /// /// /// -public class StoreIssueNoteAppService : CrudAppService, +public class StoreIssueNoteAppService : ZbxBase, IStoreIssueNoteAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreIssueNote.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreIssueNoteDetail/StoreIssueNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreIssueNoteDetail/StoreIssueNoteDetailAppService.cs index e465394a7..7cdc0dded 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreIssueNoteDetail/StoreIssueNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreIssueNoteDetail/StoreIssueNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreIssueNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreIssueNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreIssueNoteDetail; /// /// /// -public class StoreIssueNoteDetailAppService : CrudAppService, +public class StoreIssueNoteDetailAppService : ZbxBase, IStoreIssueNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreIssueNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreItemTransformNote/StoreItemTransformNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreItemTransformNote/StoreItemTransformNoteAppService.cs index 656cdae55..f7f1b6e79 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreItemTransformNote/StoreItemTransformNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreItemTransformNote/StoreItemTransformNoteAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreItemTransformNote.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreItemTransformNote; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreItemTransformNote; /// /// /// -public class StoreItemTransformNoteAppService : CrudAppService, +public class StoreItemTransformNoteAppService : ZbxBase, IStoreItemTransformNoteAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreItemTransformNote.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreItemTransformNoteDetail/StoreItemTransformNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreItemTransformNoteDetail/StoreItemTransformNoteDetailAppService.cs index 389ca502d..cb051969e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreItemTransformNoteDetail/StoreItemTransformNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreItemTransformNoteDetail/StoreItemTransformNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreItemTransformNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreItemTransformNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreItemTransformNoteDetail; /// /// /// -public class StoreItemTransformNoteDetailAppService : CrudAppService, +public class StoreItemTransformNoteDetailAppService : ZbxBase, IStoreItemTransformNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreItemTransformNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreItemTransformRequest/StoreItemTransformRequestAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreItemTransformRequest/StoreItemTransformRequestAppService.cs index 16ad63b7f..94a23ffd1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreItemTransformRequest/StoreItemTransformRequestAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreItemTransformRequest/StoreItemTransformRequestAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreItemTransformRequest.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreItemTransformRequest; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreItemTransformRequest; /// /// /// -public class StoreItemTransformRequestAppService : CrudAppService, +public class StoreItemTransformRequestAppService : ZbxBase, IStoreItemTransformRequestAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreItemTransformRequest.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreItemTransformRequestDetail/StoreItemTransformRequestDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreItemTransformRequestDetail/StoreItemTransformRequestDetailAppService.cs index c9c142083..591f6d377 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreItemTransformRequestDetail/StoreItemTransformRequestDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreItemTransformRequestDetail/StoreItemTransformRequestDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreItemTransformRequestDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreItemTransformRequestDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreItemTransformRequestDetail; /// /// /// -public class StoreItemTransformRequestDetailAppService : CrudAppService, +public class StoreItemTransformRequestDetailAppService : ZbxBase, IStoreItemTransformRequestDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreItemTransformRequestDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreJisDeliverNote/StoreJisDeliverNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreJisDeliverNote/StoreJisDeliverNoteAppService.cs index a15eb76ba..db43577b3 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreJisDeliverNote/StoreJisDeliverNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreJisDeliverNote/StoreJisDeliverNoteAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreJisDeliverNote.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreJisDeliverNote; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreJisDeliverNote; /// /// /// -public class StoreJisDeliverNoteAppService : CrudAppService, +public class StoreJisDeliverNoteAppService : ZbxBase, IStoreJisDeliverNoteAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreJisDeliverNote.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreJisDeliverNoteDetail/StoreJisDeliverNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreJisDeliverNoteDetail/StoreJisDeliverNoteDetailAppService.cs index e9b48d0a4..5b4179792 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreJisDeliverNoteDetail/StoreJisDeliverNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreJisDeliverNoteDetail/StoreJisDeliverNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreJisDeliverNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreJisDeliverNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreJisDeliverNoteDetail; /// /// /// -public class StoreJisDeliverNoteDetailAppService : CrudAppService, +public class StoreJisDeliverNoteDetailAppService : ZbxBase, IStoreJisDeliverNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreJisDeliverNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreJisProductReceiptNote/StoreJisProductReceiptNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreJisProductReceiptNote/StoreJisProductReceiptNoteAppService.cs index 96532d8c5..a97402170 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreJisProductReceiptNote/StoreJisProductReceiptNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreJisProductReceiptNote/StoreJisProductReceiptNoteAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreJisProductReceiptNote.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreJisProductReceiptNote; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreJisProductReceiptNote; /// /// /// -public class StoreJisProductReceiptNoteAppService : CrudAppService, +public class StoreJisProductReceiptNoteAppService : ZbxBase, IStoreJisProductReceiptNoteAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreJisProductReceiptNote.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreJisProductReceiptNoteDetail/StoreJisProductReceiptNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreJisProductReceiptNoteDetail/StoreJisProductReceiptNoteDetailAppService.cs index 9617f4415..a6a2ee806 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreJisProductReceiptNoteDetail/StoreJisProductReceiptNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreJisProductReceiptNoteDetail/StoreJisProductReceiptNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreJisProductReceiptNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreJisProductReceiptNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreJisProductReceiptNoteDetail; /// /// /// -public class StoreJisProductReceiptNoteDetailAppService : CrudAppService, +public class StoreJisProductReceiptNoteDetailAppService : ZbxBase, IStoreJisProductReceiptNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreJisProductReceiptNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreMaterialRequest/StoreMaterialRequestAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreMaterialRequest/StoreMaterialRequestAppService.cs index 983cbe094..b8c5fff66 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreMaterialRequest/StoreMaterialRequestAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreMaterialRequest/StoreMaterialRequestAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreMaterialRequest.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreMaterialRequest; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreMaterialRequest; /// /// /// -public class StoreMaterialRequestAppService : CrudAppService, +public class StoreMaterialRequestAppService : ZbxBase, IStoreMaterialRequestAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreMaterialRequest.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreMaterialRequestDetail/StoreMaterialRequestDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreMaterialRequestDetail/StoreMaterialRequestDetailAppService.cs index 0e2476a74..f1aa6d823 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreMaterialRequestDetail/StoreMaterialRequestDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreMaterialRequestDetail/StoreMaterialRequestDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreMaterialRequestDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreMaterialRequestDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreMaterialRequestDetail; /// /// /// -public class StoreMaterialRequestDetailAppService : CrudAppService, +public class StoreMaterialRequestDetailAppService : ZbxBase, IStoreMaterialRequestDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreMaterialRequestDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreNoOkConvertOkNote/StoreNoOkConvertOkNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreNoOkConvertOkNote/StoreNoOkConvertOkNoteAppService.cs index 4354f9292..f4df6ae54 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreNoOkConvertOkNote/StoreNoOkConvertOkNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreNoOkConvertOkNote/StoreNoOkConvertOkNoteAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreNoOkConvertOkNote.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreNoOkConvertOkNote; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreNoOkConvertOkNote; /// /// /// -public class StoreNoOkConvertOkNoteAppService : CrudAppService, +public class StoreNoOkConvertOkNoteAppService : ZbxBase, IStoreNoOkConvertOkNoteAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreNoOkConvertOkNote.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreNoOkConvertOkNoteDetail/StoreNoOkConvertOkNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreNoOkConvertOkNoteDetail/StoreNoOkConvertOkNoteDetailAppService.cs index 933048f28..f0da723a2 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreNoOkConvertOkNoteDetail/StoreNoOkConvertOkNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreNoOkConvertOkNoteDetail/StoreNoOkConvertOkNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreNoOkConvertOkNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreNoOkConvertOkNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreNoOkConvertOkNoteDetail; /// /// /// -public class StoreNoOkConvertOkNoteDetailAppService : CrudAppService, +public class StoreNoOkConvertOkNoteDetailAppService : ZbxBase, IStoreNoOkConvertOkNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreNoOkConvertOkNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreOfflineSettlementNote/StoreOfflineSettlementNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreOfflineSettlementNote/StoreOfflineSettlementNoteAppService.cs index 4aebca43e..9b1dbac48 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreOfflineSettlementNote/StoreOfflineSettlementNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreOfflineSettlementNote/StoreOfflineSettlementNoteAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreOfflineSettlementNote.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreOfflineSettlementNote; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreOfflineSettlementNote; /// /// /// -public class StoreOfflineSettlementNoteAppService : CrudAppService, +public class StoreOfflineSettlementNoteAppService : ZbxBase, IStoreOfflineSettlementNoteAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreOfflineSettlementNote.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreOfflineSettlementNoteDetail/StoreOfflineSettlementNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreOfflineSettlementNoteDetail/StoreOfflineSettlementNoteDetailAppService.cs index 84d5d4846..f36875df0 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreOfflineSettlementNoteDetail/StoreOfflineSettlementNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreOfflineSettlementNoteDetail/StoreOfflineSettlementNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreOfflineSettlementNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreOfflineSettlementNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreOfflineSettlementNoteDetail; /// /// /// -public class StoreOfflineSettlementNoteDetailAppService : CrudAppService, +public class StoreOfflineSettlementNoteDetailAppService : ZbxBase, IStoreOfflineSettlementNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreOfflineSettlementNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePreparationPlan/StorePreparationPlanAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePreparationPlan/StorePreparationPlanAppService.cs index 804018201..6e794cbe2 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePreparationPlan/StorePreparationPlanAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePreparationPlan/StorePreparationPlanAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StorePreparationPlan.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StorePreparationPlan; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StorePreparationPlan; /// /// /// -public class StorePreparationPlanAppService : CrudAppService, +public class StorePreparationPlanAppService : ZbxBase, IStorePreparationPlanAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StorePreparationPlan.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePreparationPlanDetail/StorePreparationPlanDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePreparationPlanDetail/StorePreparationPlanDetailAppService.cs index d27cb3231..30b67f6bb 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePreparationPlanDetail/StorePreparationPlanDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePreparationPlanDetail/StorePreparationPlanDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StorePreparationPlanDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StorePreparationPlanDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StorePreparationPlanDetail; /// /// /// -public class StorePreparationPlanDetailAppService : CrudAppService, +public class StorePreparationPlanDetailAppService : ZbxBase, IStorePreparationPlanDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StorePreparationPlanDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductL7partsNote/StoreProductL7partsNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductL7partsNote/StoreProductL7partsNoteAppService.cs index efcd99f9a..a12713903 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductL7partsNote/StoreProductL7partsNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductL7partsNote/StoreProductL7partsNoteAppService.cs @@ -25,26 +25,4 @@ public class StoreProductL7partsNoteAppService : ZbxBase> CreateFilteredQueryAsync(StoreProductL7partsNoteGetListInput input) - { - // TODO: AbpHelper generated - return (await base.CreateFilteredQueryAsync(input)) - .WhereIf(input.ActiveDate != null, x => x.ActiveDate == input.ActiveDate) - .WhereIf(input.Configuration != null, x => x.Configuration == input.Configuration) - .WhereIf(input.ContainerCode != null, x => x.ContainerCode == input.ContainerCode) - .WhereIf(input.CreateDate != null, x => x.CreateDate == input.CreateDate) - .WhereIf(input.Fata != null, x => x.Fata == input.Fata) - .WhereIf(!input.Number.IsNullOrWhiteSpace(), x => x.Number.Contains(input.Number)) - .WhereIf(input.Position != null, x => x.Position == input.Position) - .WhereIf(input.ProductNo != null, x => x.ProductNo == input.ProductNo) - .WhereIf(input.Program != null, x => x.Program == input.Program) - .WhereIf(input.ReceiptNumber != null, x => x.ReceiptNumber == input.ReceiptNumber) - .WhereIf(input.Remark != null, x => x.Remark == input.Remark) - .WhereIf(input.State != null, x => x.State == input.State) - .WhereIf(input.Status != null, x => x.Status == input.Status) - .WhereIf(input.Details != null, x => x.StoreProductL7partsNoteDetails == input.Details) - .WhereIf(input.Worker != null, x => x.Worker == input.Worker) - .WhereIf(input.Year != null, x => x.Year == input.Year) - ; - } } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductReceiptNote/StoreProductReceiptNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductReceiptNote/StoreProductReceiptNoteAppService.cs index ee450672f..ba3e8f32d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductReceiptNote/StoreProductReceiptNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductReceiptNote/StoreProductReceiptNoteAppService.cs @@ -24,26 +24,4 @@ public class StoreProductReceiptNoteAppService : ZbxBase> CreateFilteredQueryAsync(StoreProductReceiptNoteGetListInput input) - { - // TODO: AbpHelper generated - return (await base.CreateFilteredQueryAsync(input)) - .WhereIf(input.ActiveDate != null, x => x.ActiveDate == input.ActiveDate) - .WhereIf(input.CompleteTime != null, x => x.CompleteTime == input.CompleteTime) - .WhereIf(input.JobNumber != null, x => x.JobNumber == input.JobNumber) - .WhereIf(!input.Number.IsNullOrWhiteSpace(), x => x.Number.Contains(input.Number)) - .WhereIf(input.ProductionPlanNumber != null, x => x.ProductionPlanNumber == input.ProductionPlanNumber) - .WhereIf(input.ProductReceiptRequestNumber != null, x => x.ProductReceiptRequestNumber == input.ProductReceiptRequestNumber) - .WhereIf(!input.ReceiptType.IsNullOrWhiteSpace(), x => x.ReceiptType.Contains(input.ReceiptType)) - .WhereIf(input.Remark != null, x => x.Remark == input.Remark) - .WhereIf(input.Shift != null, x => x.Shift == input.Shift) - .WhereIf(input.SourceNumber != null, x => x.SourceNumber == input.SourceNumber) - .WhereIf(input.StoreProductReceiptNoteDetails != null, x => x.StoreProductReceiptNoteDetails == input.StoreProductReceiptNoteDetails) - .WhereIf(input.Type != null, x => x.Type == input.Type) - .WhereIf(input.WarehouseCode != null, x => x.WarehouseCode == input.WarehouseCode) - .WhereIf(input.Worker != null, x => x.Worker == input.Worker) - .WhereIf(input.WorkShop != null, x => x.WorkShop == input.WorkShop) - ; - } } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionPlan/StoreProductionPlanAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionPlan/StoreProductionPlanAppService.cs index 8f435a70a..95b9fc650 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionPlan/StoreProductionPlanAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionPlan/StoreProductionPlanAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreProductionPlan.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionPlan; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionPlan; /// /// /// -public class StoreProductionPlanAppService : CrudAppService, +public class StoreProductionPlanAppService : ZbxBase, IStoreProductionPlanAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreProductionPlan.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionPlanDetail/StoreProductionPlanDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionPlanDetail/StoreProductionPlanDetailAppService.cs index 100aa9d74..537ece1c8 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionPlanDetail/StoreProductionPlanDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionPlanDetail/StoreProductionPlanDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreProductionPlanDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionPlanDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionPlanDetail; /// /// /// -public class StoreProductionPlanDetailAppService : CrudAppService, +public class StoreProductionPlanDetailAppService : ZbxBase, IStoreProductionPlanDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreProductionPlanDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionReturnNote/StoreProductionReturnNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionReturnNote/StoreProductionReturnNoteAppService.cs index 784db9472..369dcbd94 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionReturnNote/StoreProductionReturnNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionReturnNote/StoreProductionReturnNoteAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnNote.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnNote; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnNote; /// /// /// -public class StoreProductionReturnNoteAppService : CrudAppService, +public class StoreProductionReturnNoteAppService : ZbxBase, IStoreProductionReturnNoteAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreProductionReturnNote.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionReturnNoteDetail/StoreProductionReturnNoteDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionReturnNoteDetail/StoreProductionReturnNoteDetailAppService.cs index 15842b64e..dac4663bb 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionReturnNoteDetail/StoreProductionReturnNoteDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionReturnNoteDetail/StoreProductionReturnNoteDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnNoteDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnNoteDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnNoteDetail; /// /// /// -public class StoreProductionReturnNoteDetailAppService : CrudAppService, +public class StoreProductionReturnNoteDetailAppService : ZbxBase, IStoreProductionReturnNoteDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreProductionReturnNoteDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionReturnRequest/StoreProductionReturnRequestAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionReturnRequest/StoreProductionReturnRequestAppService.cs index 62fd045b4..7f3974b11 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionReturnRequest/StoreProductionReturnRequestAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionReturnRequest/StoreProductionReturnRequestAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnRequest.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnRequest; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnRequest; /// /// /// -public class StoreProductionReturnRequestAppService : CrudAppService, +public class StoreProductionReturnRequestAppService : ZbxBase, IStoreProductionReturnRequestAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreProductionReturnRequest.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionReturnRequestDetail/StoreProductionReturnRequestDetailAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionReturnRequestDetail/StoreProductionReturnRequestDetailAppService.cs index f125c92be..cc1768fee 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionReturnRequestDetail/StoreProductionReturnRequestDetailAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreProductionReturnRequestDetail/StoreProductionReturnRequestDetailAppService.cs @@ -3,6 +3,7 @@ using WinIn.FasterZ.Wms.Permissions; using WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnRequestDetail.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; +using WinIn.FasterZ.Wms.AppBase; namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnRequestDetail; @@ -10,7 +11,7 @@ namespace WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnRequestDetail; /// /// /// -public class StoreProductionReturnRequestDetailAppService : CrudAppService, +public class StoreProductionReturnRequestDetailAppService : ZbxBase, IStoreProductionReturnRequestDetailAppService { protected override string GetPolicyName { get; set; } = WmsPermissions.StoreProductionReturnRequestDetail.Default; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePurchaseReceiptNote/StorePurchaseReceiptNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePurchaseReceiptNote/StorePurchaseReceiptNoteAppService.cs index 3241ecb6e..eec82f752 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePurchaseReceiptNote/StorePurchaseReceiptNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePurchaseReceiptNote/StorePurchaseReceiptNoteAppService.cs @@ -24,28 +24,4 @@ public class StorePurchaseReceiptNoteAppService : ZbxBase> CreateFilteredQueryAsync(StorePurchaseReceiptNoteGetListInput input) - { - // TODO: AbpHelper generated - return (await base.CreateFilteredQueryAsync(input)) - .WhereIf(input.ActiveDate != null, x => x.ActiveDate == input.ActiveDate) - .WhereIf(input.AsnNumber != null, x => x.AsnNumber == input.AsnNumber) - .WhereIf(input.JobNumber != null, x => x.JobNumber == input.JobNumber) - .WhereIf(!input.Number.IsNullOrWhiteSpace(), x => x.Number.Contains(input.Number)) - .WhereIf(input.PoNumber != null, x => x.PoNumber == input.PoNumber) - .WhereIf(input.PurchaseReceiptRequestNumber != null, x => x.PurchaseReceiptRequestNumber == input.PurchaseReceiptRequestNumber) - .WhereIf(input.ReceiveTime != null, x => x.ReceiveTime == input.ReceiveTime) - .WhereIf(input.Remark != null, x => x.Remark == input.Remark) - .WhereIf(input.RpNumber != null, x => x.RpNumber == input.RpNumber) - .WhereIf(!input.Status.IsNullOrWhiteSpace(), x => x.Status.Contains(input.Status)) - .WhereIf(input.StorePurchaseReceiptNoteDetails != null, x => x.StorePurchaseReceiptNoteDetails == input.StorePurchaseReceiptNoteDetails) - .WhereIf(input.SupplierAddress != null, x => x.SupplierAddress == input.SupplierAddress) - .WhereIf(!input.SupplierCode.IsNullOrWhiteSpace(), x => x.SupplierCode.Contains(input.SupplierCode)) - .WhereIf(input.SupplierName != null, x => x.SupplierName == input.SupplierName) - .WhereIf(!input.Type.IsNullOrWhiteSpace(), x => x.Type.Contains(input.Type)) - .WhereIf(input.WarehouseCode != null, x => x.WarehouseCode == input.WarehouseCode) - .WhereIf(input.Worker != null, x => x.Worker == input.Worker) - ; - } } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePurchaseReturnNote/StorePurchaseReturnNoteAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePurchaseReturnNote/StorePurchaseReturnNoteAppService.cs index 7220b144a..51bfa95a9 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePurchaseReturnNote/StorePurchaseReturnNoteAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePurchaseReturnNote/StorePurchaseReturnNoteAppService.cs @@ -25,25 +25,5 @@ public class StorePurchaseReturnNoteAppService : ZbxBase> CreateFilteredQueryAsync(StorePurchaseReturnNoteGetListInput input) - { - // TODO: AbpHelper generated - return (await base.CreateFilteredQueryAsync(input)) - .WhereIf(input.ActiveDate != null, x => x.ActiveDate == input.ActiveDate) - .WhereIf(input.AsnNumber != null, x => x.AsnNumber == input.AsnNumber) - .WhereIf(input.JobNumber != null, x => x.JobNumber == input.JobNumber) - .WhereIf(!input.Number.IsNullOrWhiteSpace(), x => x.Number.Contains(input.Number)) - .WhereIf(input.PoNumber != null, x => x.PoNumber == input.PoNumber) - .WhereIf(input.PurchaseReturnRequestNumber != null, x => x.PurchaseReturnRequestNumber == input.PurchaseReturnRequestNumber) - .WhereIf(input.Remark != null, x => x.Remark == input.Remark) - .WhereIf(input.ReturnReason != null, x => x.ReturnReason == input.ReturnReason) - .WhereIf(input.ReturnTime != null, x => x.ReturnTime == input.ReturnTime) - .WhereIf(!input.ReturnType.IsNullOrWhiteSpace(), x => x.ReturnType.Contains(input.ReturnType)) - .WhereIf(input.RpNumber != null, x => x.RpNumber == input.RpNumber) - .WhereIf(!input.Status.IsNullOrWhiteSpace(), x => x.Status.Contains(input.Status)) - .WhereIf(input.StorePurchaseReturnNoteDetails != null, x => x.StorePurchaseReturnNoteDetails == input.StorePurchaseReturnNoteDetails) - .WhereIf(input.SupplierCode != null, x => x.SupplierCode == input.SupplierCode) - .WhereIf(input.Worker != null, x => x.Worker == input.Worker) - ; - } + } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePurchaseReturnRequest/StorePurchaseReturnRequestAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePurchaseReturnRequest/StorePurchaseReturnRequestAppService.cs index 5b5fe0d7d..d282a80eb 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePurchaseReturnRequest/StorePurchaseReturnRequestAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StorePurchaseReturnRequest/StorePurchaseReturnRequestAppService.cs @@ -24,28 +24,4 @@ public class StorePurchaseReturnRequestAppService : ZbxBase> CreateFilteredQueryAsync(StorePurchaseReturnRequestGetListInput input) - { - // TODO: AbpHelper generated - return (await base.CreateFilteredQueryAsync(input)) - .WhereIf(input.ActiveDate != null, x => x.ActiveDate == input.ActiveDate) - .WhereIf(input.AsnNumber != null, x => x.AsnNumber == input.AsnNumber) - .WhereIf(input.AutoAgree != null, x => x.AutoAgree == input.AutoAgree) - .WhereIf(input.AutoCompleteJob != null, x => x.AutoCompleteJob == input.AutoCompleteJob) - .WhereIf(input.AutoHandle != null, x => x.AutoHandle == input.AutoHandle) - .WhereIf(input.AutoSubmit != null, x => x.AutoSubmit == input.AutoSubmit) - .WhereIf(input.DirectCreateNote != null, x => x.DirectCreateNote == input.DirectCreateNote) - .WhereIf(!input.Number.IsNullOrWhiteSpace(), x => x.Number.Contains(input.Number)) - .WhereIf(input.PoNumber != null, x => x.PoNumber == input.PoNumber) - .WhereIf(input.Remark != null, x => x.Remark == input.Remark) - .WhereIf(!input.RequestStatus.IsNullOrWhiteSpace(), x => x.RequestStatus.Contains(input.RequestStatus)) - .WhereIf(input.ReturnTime != null, x => x.ReturnTime == input.ReturnTime) - .WhereIf(!input.ReturnType.IsNullOrWhiteSpace(), x => x.ReturnType.Contains(input.ReturnType)) - .WhereIf(input.RpNumber != null, x => x.RpNumber == input.RpNumber) - .WhereIf(input.StorePurchaseReturnRequestDetails != null, x => x.StorePurchaseReturnRequestDetails == input.StorePurchaseReturnRequestDetails) - .WhereIf(input.SupplierCode != null, x => x.SupplierCode == input.SupplierCode) - .WhereIf(input.Worker != null, x => x.Worker == input.Worker) - ; - } } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreSaleOrder/StoreSaleOrderAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreSaleOrder/StoreSaleOrderAppService.cs index 0722daf3c..ebd7ccd3a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreSaleOrder/StoreSaleOrderAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreSaleOrder/StoreSaleOrderAppService.cs @@ -25,25 +25,4 @@ public class StoreSaleOrderAppService : ZbxBase> CreateFilteredQueryAsync(StoreSaleOrderGetListInput input) - { - // TODO: AbpHelper generated - return (await base.CreateFilteredQueryAsync(input)) - .WhereIf(input.ActiveDate != null, x => x.ActiveDate == input.ActiveDate) - .WhereIf(input.ContactEmail != null, x => x.ContactEmail == input.ContactEmail) - .WhereIf(input.ContactName != null, x => x.ContactName == input.ContactName) - .WhereIf(input.ContactPhone != null, x => x.ContactPhone == input.ContactPhone) - .WhereIf(input.CustomerCode != null, x => x.CustomerCode == input.CustomerCode) - .WhereIf(input.DueDate != null, x => x.DueDate == input.DueDate) - .WhereIf(!input.Number.IsNullOrWhiteSpace(), x => x.Number.Contains(input.Number)) - .WhereIf(input.OrderDate != null, x => x.OrderDate == input.OrderDate) - .WhereIf(input.Remark != null, x => x.Remark == input.Remark) - .WhereIf(!input.SoStatus.IsNullOrWhiteSpace(), x => x.SoStatus.Contains(input.SoStatus)) - .WhereIf(input.SoType != null, x => x.SoType == input.SoType) - .WhereIf(input.StoreSaleOrderDetails != null, x => x.StoreSaleOrderDetails == input.StoreSaleOrderDetails) - .WhereIf(input.TaxRate != null, x => x.TaxRate == input.TaxRate) - .WhereIf(input.Version != null, x => x.Version == input.Version) - .WhereIf(input.Worker != null, x => x.Worker == input.Worker) - ; - } } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreTransferRequest/StoreTransferRequestAppService.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreTransferRequest/StoreTransferRequestAppService.cs index e3ec87fcc..5e937b04d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreTransferRequest/StoreTransferRequestAppService.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application/Z_Business/StoreTransferRequest/StoreTransferRequestAppService.cs @@ -25,23 +25,5 @@ public class StoreTransferRequestAppService : ZbxBase> CreateFilteredQueryAsync(StoreTransferRequestGetListInput input) - { - // TODO: AbpHelper generated - return (await base.CreateFilteredQueryAsync(input)) - .WhereIf(input.ActiveDate != null, x => x.ActiveDate == input.ActiveDate) - .WhereIf(input.AutoAgree != null, x => x.AutoAgree == input.AutoAgree) - .WhereIf(input.AutoCompleteJob != null, x => x.AutoCompleteJob == input.AutoCompleteJob) - .WhereIf(input.AutoHandle != null, x => x.AutoHandle == input.AutoHandle) - .WhereIf(input.AutoSubmit != null, x => x.AutoSubmit == input.AutoSubmit) - .WhereIf(input.DirectCreateNote != null, x => x.DirectCreateNote == input.DirectCreateNote) - .WhereIf(!input.Number.IsNullOrWhiteSpace(), x => x.Number.Contains(input.Number)) - .WhereIf(input.Remark != null, x => x.Remark == input.Remark) - .WhereIf(!input.RequestStatus.IsNullOrWhiteSpace(), x => x.RequestStatus.Contains(input.RequestStatus)) - .WhereIf(input.StoreTransferRequestDetails != null, x => x.StoreTransferRequestDetails == input.StoreTransferRequestDetails) - .WhereIf(input.Type != null, x => x.Type == input.Type) - .WhereIf(input.UseOnTheWayLocation != null, x => x.UseOnTheWayLocation == input.UseOnTheWayLocation) - .WhereIf(input.Worker != null, x => x.Worker == input.Worker) - ; - } + } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/ar.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/ar.json index be5583a61..bcd7b7d00 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/ar.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/ar.json @@ -10,7 +10,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/cs.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/cs.json index 14d37bd78..912ffb6f9 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/cs.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/cs.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/de.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/de.json index 210cf79a7..c222e335f 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/de.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/de.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/en-GB.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/en-GB.json index 21120b01f..e98688e65 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/en-GB.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/en-GB.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/en.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/en.json index 79ac758c3..5d1bce474 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/en.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/en.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/es.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/es.json index b0107af4c..134aa4640 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/es.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/es.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/fi.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/fi.json index 69cbba8b5..eb29da4f3 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/fi.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/fi.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/fr.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/fr.json index 6957583b9..118362ef3 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/fr.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/fr.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/hi.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/hi.json index e663cf9a1..1c4781952 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/hi.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/hi.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/hr.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/hr.json index 880d9995a..d08462c26 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/hr.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/hr.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/hu.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/hu.json index c390ba323..ae29b1163 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/hu.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/hu.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/is.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/is.json index 0b8bbe10f..addc92cbd 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/is.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/is.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/it.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/it.json index ba3e9a635..149882fb7 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/it.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/it.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/nl.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/nl.json index aa640e31f..786cf9670 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/nl.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/nl.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/pl-PL.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/pl-PL.json index 0747b0966..56b4ff3c8 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/pl-PL.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/pl-PL.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/pt-BR.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/pt-BR.json index cd2c68e19..bf9a6139d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/pt-BR.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/pt-BR.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/ro-RO.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/ro-RO.json index e86b31627..24323a65d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/ro-RO.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/ro-RO.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/ru.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/ru.json index 2bebe3074..b7226980d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/ru.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/ru.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/sk.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/sk.json index 91732e934..9733288f1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/sk.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/sk.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/sl.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/sl.json index 80b708f5e..ad8120a12 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/sl.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/sl.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/tr.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/tr.json index c0cad4f15..97b3530d6 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/tr.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/tr.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/vi.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/vi.json index a54e3ba9b..c6a07da53 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/vi.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/vi.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/zh-Hans.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/zh-Hans.json index 6d3147c76..ac93cfd49 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/zh-Hans.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/zh-Hans.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/zh-Hant.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/zh-Hant.json index 6f1e6fe14..9862d1789 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/zh-Hant.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain.Shared/Localization/Wms/zh-Hant.json @@ -11,7 +11,7 @@ "Menu:AuthDepartment": "MenuAuthDepartment", "AuthDepartment": "AuthDepartment", "AuthDepartmentCode": "AuthDepartmentCode", - "AuthDepartmentConcurrencyStamp": "AuthDepartmentConcurrencyStamp", + "AuthDepartment": "AuthDepartment", "AuthDepartmentCreationTime": "AuthDepartmentCreationTime", "AuthDepartmentCreatorId": "AuthDepartmentCreatorId", "AuthDepartmentDescription": "AuthDepartmentDescription", diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/BasedataDict/BasedataDict.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/BasedataDict/BasedataDict.cs index 617b99656..c344b6a19 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/BasedataDict/BasedataDict.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/BasedataDict/BasedataDict.cs @@ -9,7 +9,7 @@ public class BasedataDict : AuditedAggregateRoot { - public virtual ICollection BasedataDictItems { get; set; } = new List(); + public virtual List BasedataDictItems { get; set; } = new List(); public string Code { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/InventoryContainer/InventoryContainer.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/InventoryContainer/InventoryContainer.cs index 01ee6d8ff..2d5af2538 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/InventoryContainer/InventoryContainer.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/InventoryContainer/InventoryContainer.cs @@ -15,7 +15,7 @@ public string ContainerCode { get; set; } = null!; - public virtual ICollection InventoryContainerDetails { get; set; } = + public virtual List InventoryContainerDetails { get; set; } = new List(); public string LocationCode { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/InventoryContainerDetail/InventoryContainerDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/InventoryContainerDetail/InventoryContainerDetail.cs index cecac939b..34d9b073a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/InventoryContainerDetail/InventoryContainerDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/InventoryContainerDetail/InventoryContainerDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.InventoryContainer; - public class InventoryContainerDetail : AuditedAggregateRoot + public class InventoryContainerDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobCheckJob/JobCheckJob.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobCheckJob/JobCheckJob.cs index 168edbda5..ad78b270b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobCheckJob/JobCheckJob.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobCheckJob/JobCheckJob.cs @@ -25,7 +25,7 @@ public bool? IsAutoComplete { get; set; } - public virtual ICollection JobCheckJobDetails { get; set; } = new List(); + public virtual List JobCheckJobDetails { get; set; } = new List(); public string? JobDescription { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobCheckJobDetail/JobCheckJobDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobCheckJobDetail/JobCheckJobDetail.cs index 78572d397..5ac6a96e3 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobCheckJobDetail/JobCheckJobDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobCheckJobDetail/JobCheckJobDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.JobCheckJob; - public class JobCheckJobDetail : AuditedAggregateRoot + public class JobCheckJobDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobCountJob/JobCountJob.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobCountJob/JobCountJob.cs index 25533299a..4d2405b5a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobCountJob/JobCountJob.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobCountJob/JobCountJob.cs @@ -33,7 +33,7 @@ public string? ItemCode { get; set; } - public virtual ICollection JobCountJobDetails { get; set; } = new List(); + public virtual List JobCountJobDetails { get; set; } = new List(); public string? JobDescription { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobCountJobDetail/JobCountJobDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobCountJobDetail/JobCountJobDetail.cs index 387db85db..2f48bf4cf 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobCountJobDetail/JobCountJobDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobCountJobDetail/JobCountJobDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.JobCountJob; - public class JobCountJobDetail : AuditedAggregateRoot + public class JobCountJobDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobDeliverJob/JobDeliverJob.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobDeliverJob/JobDeliverJob.cs index e733821eb..c903e8e31 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobDeliverJob/JobDeliverJob.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobDeliverJob/JobDeliverJob.cs @@ -33,7 +33,7 @@ public bool? IsAutoComplete { get; set; } - public virtual ICollection JobDeliverJobDetails { get; set; } = + public virtual List JobDeliverJobDetails { get; set; } = new List(); public string? JobDescription { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobDeliverJobDetail/JobDeliverJobDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobDeliverJobDetail/JobDeliverJobDetail.cs index 829501056..b6055bd38 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobDeliverJobDetail/JobDeliverJobDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobDeliverJobDetail/JobDeliverJobDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.JobDeliverJob; - public class JobDeliverJobDetail : AuditedAggregateRoot + public class JobDeliverJobDetail : AuditedEntity { public DateTime HandledArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobInspectJob/JobInspectJob.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobInspectJob/JobInspectJob.cs index 0b3a1da26..a096a6a0d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobInspectJob/JobInspectJob.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobInspectJob/JobInspectJob.cs @@ -30,10 +30,10 @@ public string? JobDescription { get; set; } - public virtual ICollection JobInspectJobDetails { get; set; } = + public virtual List JobInspectJobDetails { get; set; } = new List(); - public virtual ICollection JobInspectJobSummaryDetails { get; set; } = + public virtual List JobInspectJobSummaryDetails { get; set; } = new List(); public string JobStatus { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobInspectJobDetail/JobInspectJobDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobInspectJobDetail/JobInspectJobDetail.cs index c19b4cf18..98a4bc4bf 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobInspectJobDetail/JobInspectJobDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobInspectJobDetail/JobInspectJobDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.JobInspectJob; - public class JobInspectJobDetail : AuditedAggregateRoot + public class JobInspectJobDetail : AuditedEntity { public string? AbcClass { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobInspectJobSummaryDetail/JobInspectJobSummaryDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobInspectJobSummaryDetail/JobInspectJobSummaryDetail.cs index 7eb33f85b..2c082098b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobInspectJobSummaryDetail/JobInspectJobSummaryDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobInspectJobSummaryDetail/JobInspectJobSummaryDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.JobInspectJob; - public class JobInspectJobSummaryDetail : AuditedAggregateRoot + public class JobInspectJobSummaryDetail : AuditedEntity { public string? AbcClass { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobIssueJob/JobIssueJob.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobIssueJob/JobIssueJob.cs index 84dc05595..2d0c87017 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobIssueJob/JobIssueJob.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobIssueJob/JobIssueJob.cs @@ -25,7 +25,7 @@ public string? JobDescription { get; set; } - public virtual ICollection JobIssueJobDetails { get; set; } = new List(); + public virtual List JobIssueJobDetails { get; set; } = new List(); public string JobStatus { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobIssueJobDetail/JobIssueJobDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobIssueJobDetail/JobIssueJobDetail.cs index 8de9a0dd4..3493d726e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobIssueJobDetail/JobIssueJobDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobIssueJobDetail/JobIssueJobDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.JobIssueJob; - public class JobIssueJobDetail : AuditedAggregateRoot + public class JobIssueJobDetail : AuditedEntity { public decimal DeliveryQty { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobJisDeliverJob/JobJisDeliverJob.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobJisDeliverJob/JobJisDeliverJob.cs index 982cbc4ca..42115d80d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobJisDeliverJob/JobJisDeliverJob.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobJisDeliverJob/JobJisDeliverJob.cs @@ -37,7 +37,7 @@ public string? JobDescription { get; set; } - public virtual ICollection JobJisDeliverJobDetails { get; set; } = + public virtual List JobJisDeliverJobDetails { get; set; } = new List(); public string JobStatus { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobJisDeliverJobDetail/JobJisDeliverJobDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobJisDeliverJobDetail/JobJisDeliverJobDetail.cs index e929d4a32..a06f656c4 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobJisDeliverJobDetail/JobJisDeliverJobDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobJisDeliverJobDetail/JobJisDeliverJobDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.JobJisDeliverJob; - public class JobJisDeliverJobDetail : AuditedAggregateRoot + public class JobJisDeliverJobDetail : AuditedEntity { public string? ContainerCode { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobProductReceiveJob/JobProductReceiveJob.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobProductReceiveJob/JobProductReceiveJob.cs index 968de6862..7400b024a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobProductReceiveJob/JobProductReceiveJob.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobProductReceiveJob/JobProductReceiveJob.cs @@ -25,7 +25,7 @@ public string? JobDescription { get; set; } - public virtual ICollection JobProductReceiveJobDetails { get; set; } = + public virtual List JobProductReceiveJobDetails { get; set; } = new List(); public string JobStatus { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobProductReceiveJobDetail/JobProductReceiveJobDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobProductReceiveJobDetail/JobProductReceiveJobDetail.cs index ab9b7963b..cb0dd39fb 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobProductReceiveJobDetail/JobProductReceiveJobDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobProductReceiveJobDetail/JobProductReceiveJobDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.JobProductReceiveJob; - public class JobProductReceiveJobDetail : AuditedAggregateRoot + public class JobProductReceiveJobDetail : AuditedEntity { public DateTime HandledArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobProductionReturnJob/JobProductionReturnJob.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobProductionReturnJob/JobProductionReturnJob.cs index 14c2ade7e..12fa95568 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobProductionReturnJob/JobProductionReturnJob.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobProductionReturnJob/JobProductionReturnJob.cs @@ -25,7 +25,7 @@ public string? JobDescription { get; set; } - public virtual ICollection JobProductionReturnJobDetails { get; set; } = + public virtual List JobProductionReturnJobDetails { get; set; } = new List(); public string JobStatus { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobProductionReturnJobDetail/JobProductionReturnJobDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobProductionReturnJobDetail/JobProductionReturnJobDetail.cs index 736e54dee..6223fca77 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobProductionReturnJobDetail/JobProductionReturnJobDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobProductionReturnJobDetail/JobProductionReturnJobDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.JobProductionReturnJob; - public class JobProductionReturnJobDetail : AuditedAggregateRoot + public class JobProductionReturnJobDetail : AuditedEntity { public string? FromLocationArea { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPurchaseReceiptJob/JobPurchaseReceiptJob.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPurchaseReceiptJob/JobPurchaseReceiptJob.cs index b73a3c0ee..ce1ffae86 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPurchaseReceiptJob/JobPurchaseReceiptJob.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPurchaseReceiptJob/JobPurchaseReceiptJob.cs @@ -6,7 +6,6 @@ using System.Collections.Generic; using Volo.Abp.Domain.Entities.Auditing; using WinIn.FasterZ.Wms.Z_Business.JobPurchaseReceiptJobDetail; -using WinIn.FasterZ.Wms.Z_Business.JobPurchaseReceiptJobDetailCopy; public class JobPurchaseReceiptJob : AuditedAggregateRoot { @@ -28,10 +27,7 @@ public class JobPurchaseReceiptJob : AuditedAggregateRoot public string? JobDescription { get; set; } - public virtual ICollection JobPurchaseReceiptJobDetailCopies { get; set; } = - new List(); - - public virtual ICollection JobPurchaseReceiptJobDetails { get; set; } = + public virtual List JobPurchaseReceiptJobDetails { get; set; } = new List(); public string JobStatus { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPurchaseReceiptJobDetail/JobPurchaseReceiptJobDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPurchaseReceiptJobDetail/JobPurchaseReceiptJobDetail.cs index a7fc9940a..2c45c2cc4 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPurchaseReceiptJobDetail/JobPurchaseReceiptJobDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPurchaseReceiptJobDetail/JobPurchaseReceiptJobDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.JobPurchaseReceiptJob; - public class JobPurchaseReceiptJobDetail : AuditedAggregateRoot + public class JobPurchaseReceiptJobDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPurchaseReturnJob/JobPurchaseReturnJob.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPurchaseReturnJob/JobPurchaseReturnJob.cs index 287e22f71..130ec8a3c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPurchaseReturnJob/JobPurchaseReturnJob.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPurchaseReturnJob/JobPurchaseReturnJob.cs @@ -27,7 +27,7 @@ public string? JobDescription { get; set; } - public virtual ICollection JobPurchaseReturnJobDetails { get; set; } = + public virtual List JobPurchaseReturnJobDetails { get; set; } = new List(); public string JobStatus { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPurchaseReturnJobDetail/JobPurchaseReturnJobDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPurchaseReturnJobDetail/JobPurchaseReturnJobDetail.cs index 2fa7dd2db..cd280e684 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPurchaseReturnJobDetail/JobPurchaseReturnJobDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPurchaseReturnJobDetail/JobPurchaseReturnJobDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.JobPurchaseReturnJob; - public class JobPurchaseReturnJobDetail : AuditedAggregateRoot + public class JobPurchaseReturnJobDetail : AuditedEntity { public DateTime HandledArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPutawayJob/JobPutawayJob.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPutawayJob/JobPutawayJob.cs index a71c48a5b..4d075a07b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPutawayJob/JobPutawayJob.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPutawayJob/JobPutawayJob.cs @@ -29,7 +29,7 @@ public string? JobDescription { get; set; } - public virtual ICollection JobPutawayJobDetails { get; set; } = + public virtual List JobPutawayJobDetails { get; set; } = new List(); public string JobStatus { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPutawayJobDetail/JobPutawayJobDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPutawayJobDetail/JobPutawayJobDetail.cs index 7569c8760..d0c5e25f4 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPutawayJobDetail/JobPutawayJobDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobPutawayJobDetail/JobPutawayJobDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.JobPutawayJob; - public class JobPutawayJobDetail : AuditedAggregateRoot + public class JobPutawayJobDetail : AuditedEntity { public string? FromLocationArea { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobUnplannedIssueJob/JobUnplannedIssueJob.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobUnplannedIssueJob/JobUnplannedIssueJob.cs index 37a2b4449..2dd0b5714 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobUnplannedIssueJob/JobUnplannedIssueJob.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobUnplannedIssueJob/JobUnplannedIssueJob.cs @@ -35,7 +35,7 @@ public string JobType { get; set; } = null!; - public virtual ICollection JobUnplannedIssueJobDetails { get; set; } = + public virtual List JobUnplannedIssueJobDetails { get; set; } = new List(); public string Number { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobUnplannedIssueJobDetail/JobUnplannedIssueJobDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobUnplannedIssueJobDetail/JobUnplannedIssueJobDetail.cs index f86d8c263..7cdede281 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobUnplannedIssueJobDetail/JobUnplannedIssueJobDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobUnplannedIssueJobDetail/JobUnplannedIssueJobDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.JobUnplannedIssueJob; - public class JobUnplannedIssueJobDetail : AuditedAggregateRoot + public class JobUnplannedIssueJobDetail : AuditedEntity { public string? CaseCode { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobUnplannedReceiptJob/JobUnplannedReceiptJob.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobUnplannedReceiptJob/JobUnplannedReceiptJob.cs index f20425bda..e197358a7 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobUnplannedReceiptJob/JobUnplannedReceiptJob.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobUnplannedReceiptJob/JobUnplannedReceiptJob.cs @@ -35,7 +35,7 @@ public string JobType { get; set; } = null!; - public virtual ICollection JobUnplannedReceiptJobDetails { get; set; } = + public virtual List JobUnplannedReceiptJobDetails { get; set; } = new List(); public string Number { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobUnplannedReceiptJobDetail/JobUnplannedReceiptJobDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobUnplannedReceiptJobDetail/JobUnplannedReceiptJobDetail.cs index 7ad65fb78..b7cb5cd24 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobUnplannedReceiptJobDetail/JobUnplannedReceiptJobDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/JobUnplannedReceiptJobDetail/JobUnplannedReceiptJobDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.JobUnplannedReceiptJob; - public class JobUnplannedReceiptJobDetail : AuditedAggregateRoot + public class JobUnplannedReceiptJobDetail : AuditedEntity { public string? CaseCode { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreBackFlushNote/StoreBackFlushNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreBackFlushNote/StoreBackFlushNote.cs index 5641163d4..eba038b68 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreBackFlushNote/StoreBackFlushNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreBackFlushNote/StoreBackFlushNote.cs @@ -57,7 +57,7 @@ public string? Shift { get; set; } - public virtual ICollection StoreBackFlushNoteDetails { get; set; } = + public virtual List StoreBackFlushNoteDetails { get; set; } = new List(); public string? SupplierBatch { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreBackFlushNoteDetail/StoreBackFlushNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreBackFlushNoteDetail/StoreBackFlushNoteDetail.cs index 62f3fb56e..2f70fe1fc 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreBackFlushNoteDetail/StoreBackFlushNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreBackFlushNoteDetail/StoreBackFlushNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreBackFlushNote; - public class StoreBackFlushNoteDetail : AuditedAggregateRoot + public class StoreBackFlushNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreContainerBindNote/StoreContainerBindNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreContainerBindNote/StoreContainerBindNote.cs index 3b71fc545..4297a79ee 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreContainerBindNote/StoreContainerBindNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreContainerBindNote/StoreContainerBindNote.cs @@ -23,7 +23,7 @@ public string? Remark { get; set; } - public virtual ICollection StoreContainerBindNoteDetails { get; set; } = + public virtual List StoreContainerBindNoteDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreContainerBindNoteDetail/StoreContainerBindNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreContainerBindNoteDetail/StoreContainerBindNoteDetail.cs index 7a07ca484..d97821587 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreContainerBindNoteDetail/StoreContainerBindNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreContainerBindNoteDetail/StoreContainerBindNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreContainerBindNote; - public class StoreContainerBindNoteDetail : AuditedAggregateRoot + public class StoreContainerBindNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountAdjustNote/StoreCountAdjustNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountAdjustNote/StoreCountAdjustNote.cs index b98f6870a..a4c4e8016 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountAdjustNote/StoreCountAdjustNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountAdjustNote/StoreCountAdjustNote.cs @@ -25,7 +25,7 @@ public string? Remark { get; set; } - public virtual ICollection StoreCountAdjustNoteDetails { get; set; } = + public virtual List StoreCountAdjustNoteDetails { get; set; } = new List(); public string? Type { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountAdjustNoteDetail/StoreCountAdjustNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountAdjustNoteDetail/StoreCountAdjustNoteDetail.cs index 4e661d704..bc74be2a5 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountAdjustNoteDetail/StoreCountAdjustNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountAdjustNoteDetail/StoreCountAdjustNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustNote; - public class StoreCountAdjustNoteDetail : AuditedAggregateRoot + public class StoreCountAdjustNoteDetail : AuditedEntity { public decimal AdjustQty { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountAdjustRequest/StoreCountAdjustRequest.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountAdjustRequest/StoreCountAdjustRequest.cs index de82838af..0b03a1a13 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountAdjustRequest/StoreCountAdjustRequest.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountAdjustRequest/StoreCountAdjustRequest.cs @@ -31,7 +31,7 @@ public string RequestStatus { get; set; } = null!; - public virtual ICollection StoreCountAdjustRequestDetails { get; set; } = + public virtual List StoreCountAdjustRequestDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountAdjustRequestDetail/StoreCountAdjustRequestDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountAdjustRequestDetail/StoreCountAdjustRequestDetail.cs index c2ea7b2d8..3c5ce9e5d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountAdjustRequestDetail/StoreCountAdjustRequestDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountAdjustRequestDetail/StoreCountAdjustRequestDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustRequest; - public class StoreCountAdjustRequestDetail : AuditedAggregateRoot + public class StoreCountAdjustRequestDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountNote/StoreCountNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountNote/StoreCountNote.cs index e471dddf7..9ebfa5150 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountNote/StoreCountNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountNote/StoreCountNote.cs @@ -28,10 +28,10 @@ public string Stage { get; set; } = null!; - public virtual ICollection StoreCountNoteDetailCopies { get; set; } = + public virtual List StoreCountNoteDetailCopies { get; set; } = new List(); - public virtual ICollection StoreCountNoteDetails { get; set; } = + public virtual List StoreCountNoteDetails { get; set; } = new List(); public string Type { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountNoteDetail/StoreCountNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountNoteDetail/StoreCountNoteDetail.cs index 1c9474702..6ec0eae56 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountNoteDetail/StoreCountNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountNoteDetail/StoreCountNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreCountNote; - public class StoreCountNoteDetail : AuditedAggregateRoot + public class StoreCountNoteDetail : AuditedEntity { public bool Adjusted { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountPlan/StoreCountPlan.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountPlan/StoreCountPlan.cs index 904325fbc..f93d4dbb8 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountPlan/StoreCountPlan.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountPlan/StoreCountPlan.cs @@ -47,7 +47,7 @@ public string Stage { get; set; } = null!; - public virtual ICollection StoreCountPlanDetails { get; set; } = + public virtual List StoreCountPlanDetails { get; set; } = new List(); public string Type { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountPlanDetail/StoreCountPlanDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountPlanDetail/StoreCountPlanDetail.cs index 69a429790..7d879cc95 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountPlanDetail/StoreCountPlanDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCountPlanDetail/StoreCountPlanDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreCountPlan; - public class StoreCountPlanDetail : AuditedAggregateRoot + public class StoreCountPlanDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCustomerAsn/StoreCustomerAsn.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCustomerAsn/StoreCustomerAsn.cs index b079d2531..44808acab 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCustomerAsn/StoreCustomerAsn.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCustomerAsn/StoreCustomerAsn.cs @@ -33,7 +33,7 @@ public int Status { get; set; } - public virtual ICollection StoreCustomerAsnDetails { get; set; } = + public virtual List StoreCustomerAsnDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCustomerAsnDetail/StoreCustomerAsnDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCustomerAsnDetail/StoreCustomerAsnDetail.cs index d0ce2aa14..5646cac2b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCustomerAsnDetail/StoreCustomerAsnDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCustomerAsnDetail/StoreCustomerAsnDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreCustomerAsn; - public class StoreCustomerAsnDetail : AuditedAggregateRoot + public class StoreCustomerAsnDetail : AuditedEntity { public string ItemCode { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCustomerReturnNote/StoreCustomerReturnNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCustomerReturnNote/StoreCustomerReturnNote.cs index 5345ccc4f..6ae3634a1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCustomerReturnNote/StoreCustomerReturnNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCustomerReturnNote/StoreCustomerReturnNote.cs @@ -21,7 +21,7 @@ public DateTime ReturnTime { get; set; } - public virtual ICollection StoreCustomerReturnNoteDetails { get; set; } = + public virtual List StoreCustomerReturnNoteDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCustomerReturnNoteDetail/StoreCustomerReturnNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCustomerReturnNoteDetail/StoreCustomerReturnNoteDetail.cs index 5d702f12a..0761a965e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCustomerReturnNoteDetail/StoreCustomerReturnNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreCustomerReturnNoteDetail/StoreCustomerReturnNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreCustomerReturnNote; - public class StoreCustomerReturnNoteDetail : AuditedAggregateRoot + public class StoreCustomerReturnNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverNote/StoreDeliverNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverNote/StoreDeliverNote.cs index 506725bfe..6e95bc558 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverNote/StoreDeliverNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverNote/StoreDeliverNote.cs @@ -31,7 +31,7 @@ public string? Remark { get; set; } - public virtual ICollection StoreDeliverNoteDetails { get; set; } = + public virtual List StoreDeliverNoteDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverNoteDetail/StoreDeliverNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverNoteDetail/StoreDeliverNoteDetail.cs index b2515cdbd..550dc0854 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverNoteDetail/StoreDeliverNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverNoteDetail/StoreDeliverNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreDeliverNote; - public class StoreDeliverNoteDetail : AuditedAggregateRoot + public class StoreDeliverNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverPlan/StoreDeliverPlan.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverPlan/StoreDeliverPlan.cs index a71e1757f..e66ba422e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverPlan/StoreDeliverPlan.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverPlan/StoreDeliverPlan.cs @@ -39,7 +39,7 @@ public string SoNumber { get; set; } = null!; - public virtual ICollection StoreDeliverPlanDetails { get; set; } = + public virtual List StoreDeliverPlanDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverPlanDetail/StoreDeliverPlanDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverPlanDetail/StoreDeliverPlanDetail.cs index 7d109d6c8..0594d8832 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverPlanDetail/StoreDeliverPlanDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverPlanDetail/StoreDeliverPlanDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreDeliverPlan; - public class StoreDeliverPlanDetail : AuditedAggregateRoot + public class StoreDeliverPlanDetail : AuditedEntity { public string ItemCode { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverRequest/StoreDeliverRequest.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverRequest/StoreDeliverRequest.cs index 1356244f4..47f56ee68 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverRequest/StoreDeliverRequest.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverRequest/StoreDeliverRequest.cs @@ -37,7 +37,7 @@ public string RequestStatus { get; set; } = null!; - public virtual ICollection StoreDeliverRequestDetails { get; set; } = + public virtual List StoreDeliverRequestDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverRequestDetail/StoreDeliverRequestDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverRequestDetail/StoreDeliverRequestDetail.cs index 8e75f9e79..64d48cff6 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverRequestDetail/StoreDeliverRequestDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreDeliverRequestDetail/StoreDeliverRequestDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreDeliverRequest; - public class StoreDeliverRequestDetail : AuditedAggregateRoot + public class StoreDeliverRequestDetail : AuditedEntity { public string? AreaCode { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectAbnormalNote/StoreInspectAbnormalNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectAbnormalNote/StoreInspectAbnormalNote.cs index 9730ed1fc..9a46066da 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectAbnormalNote/StoreInspectAbnormalNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectAbnormalNote/StoreInspectAbnormalNote.cs @@ -19,7 +19,7 @@ public string? Remark { get; set; } - public virtual ICollection StoreInspectAbnormalNoteDetails { get; set; } = + public virtual List StoreInspectAbnormalNoteDetails { get; set; } = new List(); public string SupplierCode { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectAbnormalNoteDetail/StoreInspectAbnormalNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectAbnormalNoteDetail/StoreInspectAbnormalNoteDetail.cs index ba39191a6..fb7a0c2a2 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectAbnormalNoteDetail/StoreInspectAbnormalNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectAbnormalNoteDetail/StoreInspectAbnormalNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreInspectAbnormalNote; - public class StoreInspectAbnormalNoteDetail : AuditedAggregateRoot + public class StoreInspectAbnormalNoteDetail : AuditedEntity { public string AbnormalType { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectNote/StoreInspectNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectNote/StoreInspectNote.cs index f83181c35..f16083fee 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectNote/StoreInspectNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectNote/StoreInspectNote.cs @@ -32,10 +32,10 @@ public string? RpNumber { get; set; } - public virtual ICollection StoreInspectNoteDetails { get; set; } = + public virtual List StoreInspectNoteDetails { get; set; } = new List(); - public virtual ICollection StoreInspectNoteSummaryDetails { get; set; } = + public virtual List StoreInspectNoteSummaryDetails { get; set; } = new List(); public string SupplierCode { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectNoteDetail/StoreInspectNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectNoteDetail/StoreInspectNoteDetail.cs index 1990cfea2..098fba7a3 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectNoteDetail/StoreInspectNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectNoteDetail/StoreInspectNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreInspectNote; - public class StoreInspectNoteDetail : AuditedAggregateRoot + public class StoreInspectNoteDetail : AuditedEntity { public string? AbcClass { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectNoteSummaryDetail/StoreInspectNoteSummaryDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectNoteSummaryDetail/StoreInspectNoteSummaryDetail.cs index 6d4fefa29..56c274da2 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectNoteSummaryDetail/StoreInspectNoteSummaryDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectNoteSummaryDetail/StoreInspectNoteSummaryDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreInspectNote; - public class StoreInspectNoteSummaryDetail : AuditedAggregateRoot + public class StoreInspectNoteSummaryDetail : AuditedEntity { public string? AbcClass { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectRequest/StoreInspectRequest.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectRequest/StoreInspectRequest.cs index 5ab3cb4e4..e5c6137e4 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectRequest/StoreInspectRequest.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectRequest/StoreInspectRequest.cs @@ -38,10 +38,10 @@ public string? RpNumber { get; set; } - public virtual ICollection StoreInspectRequestDetails { get; set; } = + public virtual List StoreInspectRequestDetails { get; set; } = new List(); - public virtual ICollection StoreInspectRequestSummaryDetails { get; set; } = + public virtual List StoreInspectRequestSummaryDetails { get; set; } = new List(); public string SupplierCode { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectRequestDetail/StoreInspectRequestDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectRequestDetail/StoreInspectRequestDetail.cs index ebc5dc6d4..9f511725d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectRequestDetail/StoreInspectRequestDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectRequestDetail/StoreInspectRequestDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreInspectRequest; - public class StoreInspectRequestDetail : AuditedAggregateRoot + public class StoreInspectRequestDetail : AuditedEntity { public string? AbcClass { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectRequestSummaryDetail/StoreInspectRequestSummaryDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectRequestSummaryDetail/StoreInspectRequestSummaryDetail.cs index 0ad9ef416..0b1fdd82b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectRequestSummaryDetail/StoreInspectRequestSummaryDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInspectRequestSummaryDetail/StoreInspectRequestSummaryDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreInspectRequest; - public class StoreInspectRequestSummaryDetail : AuditedAggregateRoot + public class StoreInspectRequestSummaryDetail : AuditedEntity { public string? AbcClass { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInventoryInitialNote/StoreInventoryInitialNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInventoryInitialNote/StoreInventoryInitialNote.cs index 186278737..4cb280c16 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInventoryInitialNote/StoreInventoryInitialNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInventoryInitialNote/StoreInventoryInitialNote.cs @@ -17,7 +17,7 @@ public string? RequestNumber { get; set; } - public virtual ICollection StoreInventoryInitialNoteDetails { get; set; } = + public virtual List StoreInventoryInitialNoteDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInventoryInitialNoteDetail/StoreInventoryInitialNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInventoryInitialNoteDetail/StoreInventoryInitialNoteDetail.cs index ec7df90b6..096411e67 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInventoryInitialNoteDetail/StoreInventoryInitialNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInventoryInitialNoteDetail/StoreInventoryInitialNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreInventoryInitialNote; - public class StoreInventoryInitialNoteDetail : AuditedAggregateRoot + public class StoreInventoryInitialNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInventoryTransferNote/StoreInventoryTransferNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInventoryTransferNote/StoreInventoryTransferNote.cs index 9d0dbf7d9..bddfa0819 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInventoryTransferNote/StoreInventoryTransferNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInventoryTransferNote/StoreInventoryTransferNote.cs @@ -17,7 +17,7 @@ public string? Remark { get; set; } - public virtual ICollection StoreInventoryTransferNoteDetails { get; set; } = + public virtual List StoreInventoryTransferNoteDetails { get; set; } = new List(); public string? SupplierCode { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInventoryTransferNoteDetail/StoreInventoryTransferNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInventoryTransferNoteDetail/StoreInventoryTransferNoteDetail.cs index 28b212eaa..04449d0f7 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInventoryTransferNoteDetail/StoreInventoryTransferNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreInventoryTransferNoteDetail/StoreInventoryTransferNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreInventoryTransferNote; - public class StoreInventoryTransferNoteDetail : AuditedAggregateRoot + public class StoreInventoryTransferNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreIsolationNote/StoreIsolationNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreIsolationNote/StoreIsolationNote.cs index 7af2b709b..1055a3abe 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreIsolationNote/StoreIsolationNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreIsolationNote/StoreIsolationNote.cs @@ -17,7 +17,7 @@ public string? Remark { get; set; } - public virtual ICollection StoreIsolationNoteDetails { get; set; } = + public virtual List StoreIsolationNoteDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreIsolationNoteDetail/StoreIsolationNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreIsolationNoteDetail/StoreIsolationNoteDetail.cs index 8ccdef5a7..3626972d3 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreIsolationNoteDetail/StoreIsolationNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreIsolationNoteDetail/StoreIsolationNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreIsolationNote; - public class StoreIsolationNoteDetail : AuditedAggregateRoot + public class StoreIsolationNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreIssueNote/StoreIssueNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreIssueNote/StoreIssueNote.cs index 4d0162cac..92e901c0b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreIssueNote/StoreIssueNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreIssueNote/StoreIssueNote.cs @@ -25,7 +25,7 @@ public string? RequestType { get; set; } - public virtual ICollection StoreIssueNoteDetails { get; set; } = + public virtual List StoreIssueNoteDetails { get; set; } = new List(); public bool UseOnTheWayLocation { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreIssueNoteDetail/StoreIssueNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreIssueNoteDetail/StoreIssueNoteDetail.cs index b8e7a981b..587d5ed65 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreIssueNoteDetail/StoreIssueNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreIssueNoteDetail/StoreIssueNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreIssueNote; - public class StoreIssueNoteDetail : AuditedAggregateRoot + public class StoreIssueNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreItemTransformNote/StoreItemTransformNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreItemTransformNote/StoreItemTransformNote.cs index dd773e9d9..c52b3ea67 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreItemTransformNote/StoreItemTransformNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreItemTransformNote/StoreItemTransformNote.cs @@ -19,7 +19,7 @@ public string? RequestNumber { get; set; } - public virtual ICollection StoreItemTransformNoteDetails { get; set; } = + public virtual List StoreItemTransformNoteDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreItemTransformNoteDetail/StoreItemTransformNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreItemTransformNoteDetail/StoreItemTransformNoteDetail.cs index 1572ff1f8..58baa992c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreItemTransformNoteDetail/StoreItemTransformNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreItemTransformNoteDetail/StoreItemTransformNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreItemTransformNote; - public class StoreItemTransformNoteDetail : AuditedAggregateRoot + public class StoreItemTransformNoteDetail : AuditedEntity { public DateTime FromArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreItemTransformRequest/StoreItemTransformRequest.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreItemTransformRequest/StoreItemTransformRequest.cs index 8b633d1e5..dba45b353 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreItemTransformRequest/StoreItemTransformRequest.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreItemTransformRequest/StoreItemTransformRequest.cs @@ -27,7 +27,7 @@ public string RequestStatus { get; set; } = null!; - public virtual ICollection StoreItemTransformRequestDetails { get; set; } = + public virtual List StoreItemTransformRequestDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreItemTransformRequestDetail/StoreItemTransformRequestDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreItemTransformRequestDetail/StoreItemTransformRequestDetail.cs index b3a6707e4..bc87bf9e7 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreItemTransformRequestDetail/StoreItemTransformRequestDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreItemTransformRequestDetail/StoreItemTransformRequestDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreItemTransformRequest; - public class StoreItemTransformRequestDetail : AuditedAggregateRoot + public class StoreItemTransformRequestDetail : AuditedEntity { public DateTime FromArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreJisDeliverNote/StoreJisDeliverNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreJisDeliverNote/StoreJisDeliverNote.cs index b08baeb02..f07635a6b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreJisDeliverNote/StoreJisDeliverNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreJisDeliverNote/StoreJisDeliverNote.cs @@ -31,7 +31,7 @@ public string? Remark { get; set; } - public virtual ICollection StoreJisDeliverNoteDetails { get; set; } = + public virtual List StoreJisDeliverNoteDetails { get; set; } = new List(); public string? TotalPackCapacity { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreJisDeliverNoteDetail/StoreJisDeliverNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreJisDeliverNoteDetail/StoreJisDeliverNoteDetail.cs index cfca38633..21e5d11d1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreJisDeliverNoteDetail/StoreJisDeliverNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreJisDeliverNoteDetail/StoreJisDeliverNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreJisDeliverNote; - public class StoreJisDeliverNoteDetail : AuditedAggregateRoot + public class StoreJisDeliverNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreJisProductReceiptNote/StoreJisProductReceiptNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreJisProductReceiptNote/StoreJisProductReceiptNote.cs index 735a0b617..d12b70572 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreJisProductReceiptNote/StoreJisProductReceiptNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreJisProductReceiptNote/StoreJisProductReceiptNote.cs @@ -37,7 +37,7 @@ public string? SourceNumber { get; set; } - public virtual ICollection StoreJisProductReceiptNoteDetails { get; set; } = + public virtual List StoreJisProductReceiptNoteDetails { get; set; } = new List(); public string? WarehouseCode { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreJisProductReceiptNoteDetail/StoreJisProductReceiptNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreJisProductReceiptNoteDetail/StoreJisProductReceiptNoteDetail.cs index 0791486f1..879d8b849 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreJisProductReceiptNoteDetail/StoreJisProductReceiptNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreJisProductReceiptNoteDetail/StoreJisProductReceiptNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreJisProductReceiptNote; - public class StoreJisProductReceiptNoteDetail : AuditedAggregateRoot + public class StoreJisProductReceiptNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreMaterialRequest/StoreMaterialRequest.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreMaterialRequest/StoreMaterialRequest.cs index c4e0bd306..39f0851e5 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreMaterialRequest/StoreMaterialRequest.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreMaterialRequest/StoreMaterialRequest.cs @@ -31,7 +31,7 @@ public string RequestStatus { get; set; } = null!; - public virtual ICollection StoreMaterialRequestDetails { get; set; } = + public virtual List StoreMaterialRequestDetails { get; set; } = new List(); public string? Type { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreMaterialRequestDetail/StoreMaterialRequestDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreMaterialRequestDetail/StoreMaterialRequestDetail.cs index 0afef1433..caed83a84 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreMaterialRequestDetail/StoreMaterialRequestDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreMaterialRequestDetail/StoreMaterialRequestDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreMaterialRequest; - public class StoreMaterialRequestDetail : AuditedAggregateRoot + public class StoreMaterialRequestDetail : AuditedEntity { public DateTime ExpiredTime { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreNoOkConvertOkNote/StoreNoOkConvertOkNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreNoOkConvertOkNote/StoreNoOkConvertOkNote.cs index c0a62802f..53265cb29 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreNoOkConvertOkNote/StoreNoOkConvertOkNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreNoOkConvertOkNote/StoreNoOkConvertOkNote.cs @@ -15,7 +15,7 @@ public string? Remark { get; set; } - public virtual ICollection StoreNoOkConvertOkNoteDetails { get; set; } = + public virtual List StoreNoOkConvertOkNoteDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreNoOkConvertOkNoteDetail/StoreNoOkConvertOkNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreNoOkConvertOkNoteDetail/StoreNoOkConvertOkNoteDetail.cs index f2d6dba75..2da49e144 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreNoOkConvertOkNoteDetail/StoreNoOkConvertOkNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreNoOkConvertOkNoteDetail/StoreNoOkConvertOkNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreNoOkConvertOkNote; - public class StoreNoOkConvertOkNoteDetail : AuditedAggregateRoot + public class StoreNoOkConvertOkNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreOfflineSettlementNote/StoreOfflineSettlementNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreOfflineSettlementNote/StoreOfflineSettlementNote.cs index ff906089f..b8a5a43bf 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreOfflineSettlementNote/StoreOfflineSettlementNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreOfflineSettlementNote/StoreOfflineSettlementNote.cs @@ -19,7 +19,7 @@ public string? Remark { get; set; } - public virtual ICollection StoreOfflineSettlementNoteDetails { get; set; } = + public virtual List StoreOfflineSettlementNoteDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreOfflineSettlementNoteDetail/StoreOfflineSettlementNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreOfflineSettlementNoteDetail/StoreOfflineSettlementNoteDetail.cs index 608b9b845..1050d0733 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreOfflineSettlementNoteDetail/StoreOfflineSettlementNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreOfflineSettlementNoteDetail/StoreOfflineSettlementNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreOfflineSettlementNote; - public class StoreOfflineSettlementNoteDetail : AuditedAggregateRoot + public class StoreOfflineSettlementNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePreparationPlan/StorePreparationPlan.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePreparationPlan/StorePreparationPlan.cs index 88e5ee9e4..0c9226b34 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePreparationPlan/StorePreparationPlan.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePreparationPlan/StorePreparationPlan.cs @@ -27,7 +27,7 @@ public string Status { get; set; } = null!; - public virtual ICollection StorePreparationPlanDetails { get; set; } = + public virtual List StorePreparationPlanDetails { get; set; } = new List(); public string? Team { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePreparationPlanDetail/StorePreparationPlanDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePreparationPlanDetail/StorePreparationPlanDetail.cs index f70408214..9603c09e4 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePreparationPlanDetail/StorePreparationPlanDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePreparationPlanDetail/StorePreparationPlanDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StorePreparationPlan; - public class StorePreparationPlanDetail : AuditedAggregateRoot + public class StorePreparationPlanDetail : AuditedEntity { public string ItemCode { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductL7partsNote/StoreProductL7partsNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductL7partsNote/StoreProductL7partsNote.cs index b7d6cc6f4..98b152035 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductL7partsNote/StoreProductL7partsNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductL7partsNote/StoreProductL7partsNote.cs @@ -35,7 +35,7 @@ public int Status { get; set; } - public virtual ICollection StoreProductL7partsNoteDetails { get; set; } = + public virtual List StoreProductL7partsNoteDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductL7partsNoteDetail/StoreProductL7partsNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductL7partsNoteDetail/StoreProductL7partsNoteDetail.cs index 1002ecadd..14f86261d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductL7partsNoteDetail/StoreProductL7partsNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductL7partsNoteDetail/StoreProductL7partsNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreProductL7partsNote; - public class StoreProductL7partsNoteDetail : AuditedAggregateRoot + public class StoreProductL7partsNoteDetail : AuditedEntity { public bool CanBuy { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductReceiptNote/StoreProductReceiptNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductReceiptNote/StoreProductReceiptNote.cs index 7a145af84..d1e085f4c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductReceiptNote/StoreProductReceiptNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductReceiptNote/StoreProductReceiptNote.cs @@ -29,7 +29,7 @@ public string? SourceNumber { get; set; } - public virtual ICollection StoreProductReceiptNoteDetails { get; set; } = + public virtual List StoreProductReceiptNoteDetails { get; set; } = new List(); public string? Type { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductReceiptNoteDetail/StoreProductReceiptNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductReceiptNoteDetail/StoreProductReceiptNoteDetail.cs index ad7dc78cd..c5bfa4885 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductReceiptNoteDetail/StoreProductReceiptNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductReceiptNoteDetail/StoreProductReceiptNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreProductReceiptNote; - public class StoreProductReceiptNoteDetail : AuditedAggregateRoot + public class StoreProductReceiptNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductReceiptRequest/StoreProductReceiptRequest.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductReceiptRequest/StoreProductReceiptRequest.cs index 88904bd39..0fdc0a5c0 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductReceiptRequest/StoreProductReceiptRequest.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductReceiptRequest/StoreProductReceiptRequest.cs @@ -35,7 +35,7 @@ public string? Shift { get; set; } - public virtual ICollection StoreProductReceiptRequestDetails { get; set; } = + public virtual List StoreProductReceiptRequestDetails { get; set; } = new List(); public string? Team { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductReceiptRequestDetail/StoreProductReceiptRequestDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductReceiptRequestDetail/StoreProductReceiptRequestDetail.cs index f0d587faa..a102ab0be 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductReceiptRequestDetail/StoreProductReceiptRequestDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductReceiptRequestDetail/StoreProductReceiptRequestDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreProductReceiptRequest; - public class StoreProductReceiptRequestDetail : AuditedAggregateRoot + public class StoreProductReceiptRequestDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleMaterialDetail/StoreProductRecycleMaterialDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleMaterialDetail/StoreProductRecycleMaterialDetail.cs index 55bbf24c7..a771c5695 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleMaterialDetail/StoreProductRecycleMaterialDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleMaterialDetail/StoreProductRecycleMaterialDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreProductRecycleNote; - public class StoreProductRecycleMaterialDetail : AuditedAggregateRoot + public class StoreProductRecycleMaterialDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleNote/StoreProductRecycleNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleNote/StoreProductRecycleNote.cs index fd1d089fa..649c7cd7f 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleNote/StoreProductRecycleNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleNote/StoreProductRecycleNote.cs @@ -22,10 +22,10 @@ public string? Shift { get; set; } - public virtual ICollection StoreProductRecycleMaterialDetails { get; set; } = + public virtual List StoreProductRecycleMaterialDetails { get; set; } = new List(); - public virtual ICollection StoreProductRecycleNoteDetails { get; set; } = + public virtual List StoreProductRecycleNoteDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleNoteDetail/StoreProductRecycleNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleNoteDetail/StoreProductRecycleNoteDetail.cs index cc8c3827c..6a691c95d 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleNoteDetail/StoreProductRecycleNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleNoteDetail/StoreProductRecycleNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreProductRecycleNote; - public class StoreProductRecycleNoteDetail : AuditedAggregateRoot + public class StoreProductRecycleNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleRequest/StoreProductRecycleRequest.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleRequest/StoreProductRecycleRequest.cs index d0c22893e..774b6c73c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleRequest/StoreProductRecycleRequest.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleRequest/StoreProductRecycleRequest.cs @@ -29,7 +29,7 @@ public string? Shift { get; set; } - public virtual ICollection StoreProductRecycleRequestDetails { get; set; } = + public virtual List StoreProductRecycleRequestDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleRequestDetail/StoreProductRecycleRequestDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleRequestDetail/StoreProductRecycleRequestDetail.cs index 635f83d55..5b045d07e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleRequestDetail/StoreProductRecycleRequestDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductRecycleRequestDetail/StoreProductRecycleRequestDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreProductRecycleRequest; - public class StoreProductRecycleRequestDetail : AuditedAggregateRoot + public class StoreProductRecycleRequestDetail : AuditedEntity { public string? BomVersion { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionPlan/StoreProductionPlan.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionPlan/StoreProductionPlan.cs index 56a869563..595bb5016 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionPlan/StoreProductionPlan.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionPlan/StoreProductionPlan.cs @@ -35,7 +35,7 @@ public string Shift { get; set; } = null!; - public virtual ICollection StoreProductionPlanDetails { get; set; } = + public virtual List StoreProductionPlanDetails { get; set; } = new List(); public string Team { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionPlanDetail/StoreProductionPlanDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionPlanDetail/StoreProductionPlanDetail.cs index 03349e8c0..421f2c3aa 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionPlanDetail/StoreProductionPlanDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionPlanDetail/StoreProductionPlanDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreProductionPlan; - public class StoreProductionPlanDetail : AuditedAggregateRoot + public class StoreProductionPlanDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionReturnNote/StoreProductionReturnNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionReturnNote/StoreProductionReturnNote.cs index 9b7acd235..bfdd44d8a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionReturnNote/StoreProductionReturnNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionReturnNote/StoreProductionReturnNote.cs @@ -21,7 +21,7 @@ public DateTime ReturnTime { get; set; } - public virtual ICollection StoreProductionReturnNoteDetails { get; set; } = + public virtual List StoreProductionReturnNoteDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionReturnNoteDetail/StoreProductionReturnNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionReturnNoteDetail/StoreProductionReturnNoteDetail.cs index 0a62b4b13..1d187fa0c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionReturnNoteDetail/StoreProductionReturnNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionReturnNoteDetail/StoreProductionReturnNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnNote; - public class StoreProductionReturnNoteDetail : AuditedAggregateRoot + public class StoreProductionReturnNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionReturnRequest/StoreProductionReturnRequest.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionReturnRequest/StoreProductionReturnRequest.cs index e4ea29cf8..809b96d7e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionReturnRequest/StoreProductionReturnRequest.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionReturnRequest/StoreProductionReturnRequest.cs @@ -27,7 +27,7 @@ public string RequestStatus { get; set; } = null!; - public virtual ICollection StoreProductionReturnRequestDetails { get; set; } = + public virtual List StoreProductionReturnRequestDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionReturnRequestDetail/StoreProductionReturnRequestDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionReturnRequestDetail/StoreProductionReturnRequestDetail.cs index 2e764751f..e28c3ac06 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionReturnRequestDetail/StoreProductionReturnRequestDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreProductionReturnRequestDetail/StoreProductionReturnRequestDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreProductionReturnRequest; - public class StoreProductionReturnRequestDetail : AuditedAggregateRoot + public class StoreProductionReturnRequestDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseOrder/StorePurchaseOrder.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseOrder/StorePurchaseOrder.cs index 542adda41..814d78dc2 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseOrder/StorePurchaseOrder.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseOrder/StorePurchaseOrder.cs @@ -31,7 +31,7 @@ public string? Remark { get; set; } - public virtual ICollection StorePurchaseOrderDetails { get; set; } = + public virtual List StorePurchaseOrderDetails { get; set; } = new List(); public string? SupplierAddress { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseOrderDetail/StorePurchaseOrderDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseOrderDetail/StorePurchaseOrderDetail.cs index c3ebd97b8..077e9203a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseOrderDetail/StorePurchaseOrderDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseOrderDetail/StorePurchaseOrderDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StorePurchaseOrder; - public class StorePurchaseOrderDetail : AuditedAggregateRoot + public class StorePurchaseOrderDetail : AuditedEntity { public decimal ConvertRate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReceiptNote/StorePurchaseReceiptNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReceiptNote/StorePurchaseReceiptNote.cs index ad9df7008..c263739aa 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReceiptNote/StorePurchaseReceiptNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReceiptNote/StorePurchaseReceiptNote.cs @@ -29,7 +29,7 @@ public string Status { get; set; } = null!; - public virtual ICollection StorePurchaseReceiptNoteDetails { get; set; } = + public virtual List StorePurchaseReceiptNoteDetails { get; set; } = new List(); public string? SupplierAddress { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReceiptNoteDetail/StorePurchaseReceiptNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReceiptNoteDetail/StorePurchaseReceiptNoteDetail.cs index dfba4314b..0ebbb9e96 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReceiptNoteDetail/StorePurchaseReceiptNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReceiptNoteDetail/StorePurchaseReceiptNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StorePurchaseReceiptNote; - public class StorePurchaseReceiptNoteDetail : AuditedAggregateRoot + public class StorePurchaseReceiptNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReceiptRequest/StorePurchaseReceiptRequest.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReceiptRequest/StorePurchaseReceiptRequest.cs index c645b7fa2..b42cf0436 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReceiptRequest/StorePurchaseReceiptRequest.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReceiptRequest/StorePurchaseReceiptRequest.cs @@ -37,7 +37,7 @@ public string? RpNumber { get; set; } - public virtual ICollection StorePurchaseReceiptRequestDetails { get; set; } = + public virtual List StorePurchaseReceiptRequestDetails { get; set; } = new List(); public string? SupplierAddress { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReceiptRequestDetail/StorePurchaseReceiptRequestDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReceiptRequestDetail/StorePurchaseReceiptRequestDetail.cs index ee5bd5193..2f9309105 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReceiptRequestDetail/StorePurchaseReceiptRequestDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReceiptRequestDetail/StorePurchaseReceiptRequestDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StorePurchaseReceiptRequest; - public class StorePurchaseReceiptRequestDetail : AuditedAggregateRoot + public class StorePurchaseReceiptRequestDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReturnNote/StorePurchaseReturnNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReturnNote/StorePurchaseReturnNote.cs index 1ee839e07..f3c999e53 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReturnNote/StorePurchaseReturnNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReturnNote/StorePurchaseReturnNote.cs @@ -33,7 +33,7 @@ public string Status { get; set; } = null!; - public virtual ICollection StorePurchaseReturnNoteDetails { get; set; } = + public virtual List StorePurchaseReturnNoteDetails { get; set; } = new List(); public string? SupplierCode { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReturnNoteDetail/StorePurchaseReturnNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReturnNoteDetail/StorePurchaseReturnNoteDetail.cs index b4f82b3b3..afc9f2584 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReturnNoteDetail/StorePurchaseReturnNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReturnNoteDetail/StorePurchaseReturnNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StorePurchaseReturnNote; - public class StorePurchaseReturnNoteDetail : AuditedAggregateRoot + public class StorePurchaseReturnNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReturnRequest/StorePurchaseReturnRequest.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReturnRequest/StorePurchaseReturnRequest.cs index 4e7d78b63..765b6d710 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReturnRequest/StorePurchaseReturnRequest.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReturnRequest/StorePurchaseReturnRequest.cs @@ -37,7 +37,7 @@ public string? RpNumber { get; set; } - public virtual ICollection StorePurchaseReturnRequestDetails { get; set; } = + public virtual List StorePurchaseReturnRequestDetails { get; set; } = new List(); public string? SupplierCode { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReturnRequestDetail/StorePurchaseReturnRequestDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReturnRequestDetail/StorePurchaseReturnRequestDetail.cs index 66f0b1750..b2101f359 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReturnRequestDetail/StorePurchaseReturnRequestDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePurchaseReturnRequestDetail/StorePurchaseReturnRequestDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StorePurchaseReturnRequest; - public class StorePurchaseReturnRequestDetail : AuditedAggregateRoot + public class StorePurchaseReturnRequestDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePutawayNote/StorePutawayNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePutawayNote/StorePutawayNote.cs index 8a97f9b86..0a9df0c96 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePutawayNote/StorePutawayNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePutawayNote/StorePutawayNote.cs @@ -29,7 +29,7 @@ public string? RpNumber { get; set; } - public virtual ICollection StorePutawayNoteDetails { get; set; } = + public virtual List StorePutawayNoteDetails { get; set; } = new List(); public string? SupplierCode { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePutawayNoteDetail/StorePutawayNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePutawayNoteDetail/StorePutawayNoteDetail.cs index 241f60c02..b557b1c5b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePutawayNoteDetail/StorePutawayNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePutawayNoteDetail/StorePutawayNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StorePutawayNote; - public class StorePutawayNoteDetail : AuditedAggregateRoot + public class StorePutawayNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePutawayRequest/StorePutawayRequest.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePutawayRequest/StorePutawayRequest.cs index 4b517c46e..c54daa2e6 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePutawayRequest/StorePutawayRequest.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePutawayRequest/StorePutawayRequest.cs @@ -45,7 +45,7 @@ public string? RpNumber { get; set; } - public virtual ICollection StorePutawayRequestDetails { get; set; } = + public virtual List StorePutawayRequestDetails { get; set; } = new List(); public string? SupplierCode { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePutawayRequestDetail/StorePutawayRequestDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePutawayRequestDetail/StorePutawayRequestDetail.cs index 48519e990..5ee77b930 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePutawayRequestDetail/StorePutawayRequestDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StorePutawayRequestDetail/StorePutawayRequestDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StorePutawayRequest; - public class StorePutawayRequestDetail : AuditedAggregateRoot + public class StorePutawayRequestDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreReceiptAbnormalNote/StoreReceiptAbnormalNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreReceiptAbnormalNote/StoreReceiptAbnormalNote.cs index 7ce14d0b9..263b67b6a 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreReceiptAbnormalNote/StoreReceiptAbnormalNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreReceiptAbnormalNote/StoreReceiptAbnormalNote.cs @@ -19,7 +19,7 @@ public string? Remark { get; set; } - public virtual ICollection StoreReceiptAbnormalNoteDetails { get; set; } = + public virtual List StoreReceiptAbnormalNoteDetails { get; set; } = new List(); public string SupplierCode { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreReceiptAbnormalNoteDetail/StoreReceiptAbnormalNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreReceiptAbnormalNoteDetail/StoreReceiptAbnormalNoteDetail.cs index 650e2611e..39f1bd7a9 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreReceiptAbnormalNoteDetail/StoreReceiptAbnormalNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreReceiptAbnormalNoteDetail/StoreReceiptAbnormalNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreReceiptAbnormalNote; - public class StoreReceiptAbnormalNoteDetail : AuditedAggregateRoot + public class StoreReceiptAbnormalNoteDetail : AuditedEntity { public string AbnormalType { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreRecycledMaterialReceiptNote/StoreRecycledMaterialReceiptNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreRecycledMaterialReceiptNote/StoreRecycledMaterialReceiptNote.cs index 8018ed9ae..1b11c85c3 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreRecycledMaterialReceiptNote/StoreRecycledMaterialReceiptNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreRecycledMaterialReceiptNote/StoreRecycledMaterialReceiptNote.cs @@ -15,7 +15,7 @@ public string? Remark { get; set; } - public virtual ICollection StoreRecycledMaterialReceiptNoteDetails + public virtual List StoreRecycledMaterialReceiptNoteDetails { get; set; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreRecycledMaterialReceiptNoteDetail/StoreRecycledMaterialReceiptNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreRecycledMaterialReceiptNoteDetail/StoreRecycledMaterialReceiptNoteDetail.cs index 7bf2f491a..e8810c8c7 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreRecycledMaterialReceiptNoteDetail/StoreRecycledMaterialReceiptNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreRecycledMaterialReceiptNoteDetail/StoreRecycledMaterialReceiptNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreRecycledMaterialReceiptNote; - public class StoreRecycledMaterialReceiptNoteDetail : AuditedAggregateRoot + public class StoreRecycledMaterialReceiptNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreSaleOrder/StoreSaleOrder.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreSaleOrder/StoreSaleOrder.cs index dac565a7f..d1a26a52b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreSaleOrder/StoreSaleOrder.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreSaleOrder/StoreSaleOrder.cs @@ -31,7 +31,7 @@ public string? SoType { get; set; } - public virtual ICollection StoreSaleOrderDetails { get; set; } = + public virtual List StoreSaleOrderDetails { get; set; } = new List(); public decimal TaxRate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreSaleOrderDetail/StoreSaleOrderDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreSaleOrderDetail/StoreSaleOrderDetail.cs index 8450fe45e..476623e4c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreSaleOrderDetail/StoreSaleOrderDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreSaleOrderDetail/StoreSaleOrderDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreSaleOrder; - public class StoreSaleOrderDetail : AuditedAggregateRoot + public class StoreSaleOrderDetail : AuditedEntity { public decimal ConvertRate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreScrapNote/StoreScrapNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreScrapNote/StoreScrapNote.cs index 047345bcb..a9d440650 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreScrapNote/StoreScrapNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreScrapNote/StoreScrapNote.cs @@ -19,7 +19,7 @@ public string? ScrapRequestNumber { get; set; } - public virtual ICollection StoreScrapNoteDetails { get; set; } = + public virtual List StoreScrapNoteDetails { get; set; } = new List(); public string? Type { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreScrapNoteDetail/StoreScrapNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreScrapNoteDetail/StoreScrapNoteDetail.cs index 16689d0f4..2d42d1f45 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreScrapNoteDetail/StoreScrapNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreScrapNoteDetail/StoreScrapNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreScrapNote; - public class StoreScrapNoteDetail : AuditedAggregateRoot + public class StoreScrapNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreScrapRequest/StoreScrapRequest.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreScrapRequest/StoreScrapRequest.cs index bbef01bb4..791a6fd02 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreScrapRequest/StoreScrapRequest.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreScrapRequest/StoreScrapRequest.cs @@ -27,7 +27,7 @@ public string RequestStatus { get; set; } = null!; - public virtual ICollection StoreScrapRequestDetails { get; set; } = + public virtual List StoreScrapRequestDetails { get; set; } = new List(); public string? Type { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreScrapRequestDetail/StoreScrapRequestDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreScrapRequestDetail/StoreScrapRequestDetail.cs index 16da891b0..7347e13e1 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreScrapRequestDetail/StoreScrapRequestDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreScrapRequestDetail/StoreScrapRequestDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreScrapRequest; - public class StoreScrapRequestDetail : AuditedAggregateRoot + public class StoreScrapRequestDetail : AuditedEntity { public string ItemCode { get; set; } = null!; diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreSupplierAsn/StoreSupplierAsn.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreSupplierAsn/StoreSupplierAsn.cs index 6662d983b..a5f55a8d0 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreSupplierAsn/StoreSupplierAsn.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreSupplierAsn/StoreSupplierAsn.cs @@ -41,7 +41,7 @@ public string Status { get; set; } = null!; - public virtual ICollection StoreSupplierAsnDetails { get; set; } = + public virtual List StoreSupplierAsnDetails { get; set; } = new List(); public string? SupplierAddress { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreSupplierAsnDetail/StoreSupplierAsnDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreSupplierAsnDetail/StoreSupplierAsnDetail.cs index 8194f2974..3b30abcbd 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreSupplierAsnDetail/StoreSupplierAsnDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreSupplierAsnDetail/StoreSupplierAsnDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreSupplierAsn; - public class StoreSupplierAsnDetail : AuditedAggregateRoot + public class StoreSupplierAsnDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreTransferNote/StoreTransferNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreTransferNote/StoreTransferNote.cs index e0cde1fc7..b3db51e93 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreTransferNote/StoreTransferNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreTransferNote/StoreTransferNote.cs @@ -24,10 +24,10 @@ public string? RequestNumber { get; set; } - public virtual ICollection StoreTransferNoteDetailCopies { get; set; } = + public virtual List StoreTransferNoteDetailCopies { get; set; } = new List(); - public virtual ICollection StoreTransferNoteDetails { get; set; } = + public virtual List StoreTransferNoteDetails { get; set; } = new List(); public string? Type { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreTransferNoteDetail/StoreTransferNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreTransferNoteDetail/StoreTransferNoteDetail.cs index a60b5ac88..32176c684 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreTransferNoteDetail/StoreTransferNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreTransferNoteDetail/StoreTransferNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreTransferNote; - public class StoreTransferNoteDetail : AuditedAggregateRoot + public class StoreTransferNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreTransferRequest/StoreTransferRequest.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreTransferRequest/StoreTransferRequest.cs index a32f2941d..aaa4a00f2 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreTransferRequest/StoreTransferRequest.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreTransferRequest/StoreTransferRequest.cs @@ -27,7 +27,7 @@ public string RequestStatus { get; set; } = null!; - public virtual ICollection StoreTransferRequestDetails { get; set; } = + public virtual List StoreTransferRequestDetails { get; set; } = new List(); public string? Type { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreTransferRequestDetail/StoreTransferRequestDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreTransferRequestDetail/StoreTransferRequestDetail.cs index 61c7f7897..998d45d80 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreTransferRequestDetail/StoreTransferRequestDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreTransferRequestDetail/StoreTransferRequestDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreTransferRequest; - public class StoreTransferRequestDetail : AuditedAggregateRoot + public class StoreTransferRequestDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedIssueNote/StoreUnplannedIssueNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedIssueNote/StoreUnplannedIssueNote.cs index 78e1473e0..6bda8a42e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedIssueNote/StoreUnplannedIssueNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedIssueNote/StoreUnplannedIssueNote.cs @@ -23,7 +23,7 @@ public string? Remark { get; set; } - public virtual ICollection StoreUnplannedIssueNoteDetails { get; set; } = + public virtual List StoreUnplannedIssueNoteDetails { get; set; } = new List(); public string? UnplannedIssueRequestNumber { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedIssueNoteDetail/StoreUnplannedIssueNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedIssueNoteDetail/StoreUnplannedIssueNoteDetail.cs index 818fb30e0..56231d86e 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedIssueNoteDetail/StoreUnplannedIssueNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedIssueNoteDetail/StoreUnplannedIssueNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreUnplannedIssueNote; - public class StoreUnplannedIssueNoteDetail : AuditedAggregateRoot + public class StoreUnplannedIssueNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedIssueRequest/StoreUnplannedIssueRequest.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedIssueRequest/StoreUnplannedIssueRequest.cs index 3f973e1e4..56057fd3c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedIssueRequest/StoreUnplannedIssueRequest.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedIssueRequest/StoreUnplannedIssueRequest.cs @@ -33,7 +33,7 @@ public string RequestStatus { get; set; } = null!; - public virtual ICollection StoreUnplannedIssueRequestDetails { get; set; } = + public virtual List StoreUnplannedIssueRequestDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedIssueRequestDetail/StoreUnplannedIssueRequestDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedIssueRequestDetail/StoreUnplannedIssueRequestDetail.cs index d9cba1809..858e6c068 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedIssueRequestDetail/StoreUnplannedIssueRequestDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedIssueRequestDetail/StoreUnplannedIssueRequestDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreUnplannedIssueRequest; - public class StoreUnplannedIssueRequestDetail : AuditedAggregateRoot + public class StoreUnplannedIssueRequestDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedReceiptNote/StoreUnplannedReceiptNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedReceiptNote/StoreUnplannedReceiptNote.cs index 7a383fe12..82ee863b5 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedReceiptNote/StoreUnplannedReceiptNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedReceiptNote/StoreUnplannedReceiptNote.cs @@ -23,7 +23,7 @@ public string? Remark { get; set; } - public virtual ICollection StoreUnplannedReceiptNoteDetails { get; set; } = + public virtual List StoreUnplannedReceiptNoteDetails { get; set; } = new List(); public string? UnplannedReceiptRequestNumber { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedReceiptNoteDetail/StoreUnplannedReceiptNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedReceiptNoteDetail/StoreUnplannedReceiptNoteDetail.cs index 85a908b89..998698950 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedReceiptNoteDetail/StoreUnplannedReceiptNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedReceiptNoteDetail/StoreUnplannedReceiptNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreUnplannedReceiptNote; - public class StoreUnplannedReceiptNoteDetail : AuditedAggregateRoot + public class StoreUnplannedReceiptNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedReceiptRequest/StoreUnplannedReceiptRequest.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedReceiptRequest/StoreUnplannedReceiptRequest.cs index 740b11ec0..0d69f8ec4 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedReceiptRequest/StoreUnplannedReceiptRequest.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedReceiptRequest/StoreUnplannedReceiptRequest.cs @@ -33,7 +33,7 @@ public string RequestStatus { get; set; } = null!; - public virtual ICollection StoreUnplannedReceiptRequestDetails { get; set; } = + public virtual List StoreUnplannedReceiptRequestDetails { get; set; } = new List(); public string? Worker { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedReceiptRequestDetail/StoreUnplannedReceiptRequestDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedReceiptRequestDetail/StoreUnplannedReceiptRequestDetail.cs index e26d3e513..16d39f0be 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedReceiptRequestDetail/StoreUnplannedReceiptRequestDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreUnplannedReceiptRequestDetail/StoreUnplannedReceiptRequestDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreUnplannedReceiptRequest; - public class StoreUnplannedReceiptRequestDetail : AuditedAggregateRoot + public class StoreUnplannedReceiptRequestDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWarehouseTransferNote/StoreWarehouseTransferNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWarehouseTransferNote/StoreWarehouseTransferNote.cs index 8118de472..db76bc8ca 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWarehouseTransferNote/StoreWarehouseTransferNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWarehouseTransferNote/StoreWarehouseTransferNote.cs @@ -17,7 +17,7 @@ public string? Remark { get; set; } - public virtual ICollection StoreWarehouseTransferNoteDetails { get; set; } = + public virtual List StoreWarehouseTransferNoteDetails { get; set; } = new List(); public string? SupplierCode { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWarehouseTransferNoteDetail/StoreWarehouseTransferNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWarehouseTransferNoteDetail/StoreWarehouseTransferNoteDetail.cs index 3bca3da25..db9ce718b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWarehouseTransferNoteDetail/StoreWarehouseTransferNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWarehouseTransferNoteDetail/StoreWarehouseTransferNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreWarehouseTransferNote; - public class StoreWarehouseTransferNoteDetail : AuditedAggregateRoot + public class StoreWarehouseTransferNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWipWarehouseAdjustNote/StoreWipWarehouseAdjustNote.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWipWarehouseAdjustNote/StoreWipWarehouseAdjustNote.cs index eb2bf9762..6db13941b 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWipWarehouseAdjustNote/StoreWipWarehouseAdjustNote.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWipWarehouseAdjustNote/StoreWipWarehouseAdjustNote.cs @@ -23,7 +23,7 @@ public string? RequestNumber { get; set; } - public virtual ICollection StoreWipWarehouseAdjustNoteDetails { get; set; } = + public virtual List StoreWipWarehouseAdjustNoteDetails { get; set; } = new List(); public string? Type { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWipWarehouseAdjustNoteDetail/StoreWipWarehouseAdjustNoteDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWipWarehouseAdjustNoteDetail/StoreWipWarehouseAdjustNoteDetail.cs index 7abba5ce6..0ae252db7 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWipWarehouseAdjustNoteDetail/StoreWipWarehouseAdjustNoteDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWipWarehouseAdjustNoteDetail/StoreWipWarehouseAdjustNoteDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreWipWarehouseAdjustNote; - public class StoreWipWarehouseAdjustNoteDetail : AuditedAggregateRoot + public class StoreWipWarehouseAdjustNoteDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWipWarehouseAdjustRequest/StoreWipWarehouseAdjustRequest.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWipWarehouseAdjustRequest/StoreWipWarehouseAdjustRequest.cs index 0d8272adc..7b8d2e3e3 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWipWarehouseAdjustRequest/StoreWipWarehouseAdjustRequest.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWipWarehouseAdjustRequest/StoreWipWarehouseAdjustRequest.cs @@ -27,7 +27,7 @@ public string RequestStatus { get; set; } = null!; - public virtual ICollection StoreWipWarehouseAdjustRequestDetails { get; set; } = new List(); + public virtual List StoreWipWarehouseAdjustRequestDetails { get; set; } = new List(); public string? Type { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWipWarehouseAdjustRequestDetail/StoreWipWarehouseAdjustRequestDetail.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWipWarehouseAdjustRequestDetail/StoreWipWarehouseAdjustRequestDetail.cs index 8553fb9ac..67a542c53 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWipWarehouseAdjustRequestDetail/StoreWipWarehouseAdjustRequestDetail.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/StoreWipWarehouseAdjustRequestDetail/StoreWipWarehouseAdjustRequestDetail.cs @@ -6,7 +6,7 @@ using WinIn.FasterZ.Wms.Z_Business.StoreWipWarehouseAdjustRequest; - public class StoreWipWarehouseAdjustRequestDetail : AuditedAggregateRoot + public class StoreWipWarehouseAdjustRequestDetail : AuditedEntity { public DateTime ArriveDate { get; set; } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.EntityFrameworkCore/EntityFrameworkCore/WmsDbContext.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.EntityFrameworkCore/EntityFrameworkCore/WmsDbContext.cs index dd6dc07f3..7f6fa31cc 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.EntityFrameworkCore/EntityFrameworkCore/WmsDbContext.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.EntityFrameworkCore/EntityFrameworkCore/WmsDbContext.cs @@ -239,14 +239,14 @@ using WinIn.FasterZ.Wms.Z_Business.AuthMenu; namespace WinIn.FasterZ.Wms.EntityFrameworkCore { - [ReplaceDbContext(typeof(IIdentityDbContext))] - [ReplaceDbContext(typeof(ITenantManagementDbContext))] - [ConnectionStringName("Wms")] - public class WmsDbContext : - AbpDbContext, - IIdentityDbContext, - ITenantManagementDbContext - { + [ReplaceDbContext(typeof(IIdentityDbContext))] + [ReplaceDbContext(typeof(ITenantManagementDbContext))] + [ConnectionStringName("Wms")] + public class WmsDbContext : + AbpDbContext, + IIdentityDbContext, + ITenantManagementDbContext + { /* Add DbSet properties for your Aggregate Roots / Entities here. */ /// /// �û����͵������� @@ -267,2973 +267,2973 @@ namespace WinIn.FasterZ.Wms.EntityFrameworkCore //Identity public DbSet Users { get; set; } - public DbSet Roles { get; set; } - public DbSet ClaimTypes { get; set; } - public DbSet OrganizationUnits { get; set; } - public DbSet SecurityLogs { get; set; } - public DbSet LinkUsers { get; set; } - public DbSet UserDelegations { get; set; } - - // Tenant Management - public DbSet Tenants { get; set; } - public DbSet TenantConnectionStrings { get; set; } - - #endregion - public DbSet AuthDepartments { get; set; } - public DbSet StoreWorkOrders { get; set; } - public DbSet StoreWorkOrderDetails { get; set; } - public DbSet StoreWipWarehouseAdjustRequestDetails { get; set; } - public DbSet StoreWipWarehouseAdjustRequests { get; set; } - public DbSet StoreWipWarehouseAdjustNoteDetails { get; set; } - public DbSet StoreWipWarehouseAdjustNotes { get; set; } - public DbSet StoreWarehouseTransferNoteDetails { get; set; } - public DbSet StoreWarehouseTransferNotes { get; set; } - public DbSet StoreUnplannedReceiptRequestDetails { get; set; } - public DbSet StoreUnplannedReceiptRequests { get; set; } - public DbSet StoreUnplannedReceiptNoteDetails { get; set; } - public DbSet StoreUnplannedReceiptNotes { get; set; } - public DbSet StoreUnplannedIssueRequestDetails { get; set; } - public DbSet StoreUnplannedIssueRequests { get; set; } - public DbSet StoreUnplannedIssueNoteDetails { get; set; } - public DbSet StoreUnplannedIssueNotes { get; set; } - public DbSet StoreTransferRequestDetails { get; set; } - public DbSet StoreTransferRequests { get; set; } - public DbSet StoreTransferNoteDetailCopies { get; set; } - public DbSet StoreTransferNoteDetails { get; set; } - public DbSet StoreTransferNoteCopies { get; set; } - public DbSet StoreTransferNotes { get; set; } - public DbSet StoreSupplierAsnDetails { get; set; } - public DbSet StoreSupplierAsns { get; set; } - public DbSet StoreScrapRequestDetails { get; set; } - public DbSet StoreScrapRequests { get; set; } - public DbSet StoreScrapNotes { get; set; } - public DbSet StoreSaleOrderDetails { get; set; } - public DbSet StoreSaleOrders { get; set; } - public DbSet StoreRecycledMaterialReceiptNoteDetails { get; set; } - public DbSet StoreRecycledMaterialReceiptNotes { get; set; } - public DbSet StoreReceiptAbnormalNoteDetails { get; set; } - public DbSet StoreReceiptAbnormalNotes { get; set; } - public DbSet StorePutawayRequestDetails { get; set; } - public DbSet StorePutawayRequests { get; set; } - public DbSet StorePutawayNoteDetails { get; set; } - public DbSet StorePutawayNotes { get; set; } - public DbSet StorePurchaseReturnRequestDetails { get; set; } - public DbSet StorePurchaseReturnRequests { get; set; } - public DbSet StorePurchaseReturnNoteDetails { get; set; } - public DbSet StorePurchaseReturnNotes { get; set; } - public DbSet StorePurchaseReceiptRequestDetails { get; set; } - public DbSet StorePurchaseReceiptRequests { get; set; } - public DbSet StorePurchaseReceiptNoteDetails { get; set; } - public DbSet StorePurchaseReceiptNotes { get; set; } - public DbSet StorePurchaseOrderDetails { get; set; } - public DbSet StorePurchaseOrders { get; set; } - public DbSet StoreProductRecycleRequestDetails { get; set; } - public DbSet StoreProductRecycleRequests { get; set; } - public DbSet StoreProductRecycleNoteDetails { get; set; } - public DbSet StoreProductRecycleNotes { get; set; } - public DbSet StoreProductRecycleMaterialDetails { get; set; } - public DbSet StoreProductReceiptRequestDetails { get; set; } - public DbSet StoreProductReceiptRequests { get; set; } - public DbSet StoreProductReceiptNoteDetails { get; set; } - public DbSet StoreProductReceiptNotes { get; set; } - public DbSet StoreProductL7partsNoteDetails { get; set; } - public DbSet StoreProductL7partsNotes { get; set; } - /// - /// - /// - public DbSet StoreScrapNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreProductionReturnRequestDetails { get; set; } - /// - /// - /// - public DbSet StoreProductionReturnRequests { get; set; } - /// - /// - /// - public DbSet StoreProductionReturnNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreProductionReturnNotes { get; set; } - /// - /// - /// - public DbSet StoreProductionPlanDetails { get; set; } - /// - /// - /// - public DbSet StoreProductionPlans { get; set; } - /// - /// - /// - public DbSet StorePreparationPlanDetails { get; set; } - /// - /// - /// - public DbSet StorePreparationPlans { get; set; } - /// - /// - /// - public DbSet StoreOfflineSettlementNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreOfflineSettlementNotes { get; set; } - /// - /// - /// - public DbSet StoreNoOkConvertOkNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreNoOkConvertOkNotes { get; set; } - /// - /// - /// - public DbSet StoreMaterialRequestDetails { get; set; } - /// - /// - /// - public DbSet StoreMaterialRequests { get; set; } - /// - /// - /// - public DbSet StoreJisProductReceiptNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreJisProductReceiptNotes { get; set; } - /// - /// - /// - public DbSet StoreJisDeliverNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreJisDeliverNotes { get; set; } - /// - /// - /// - public DbSet StoreItemTransformRequestDetails { get; set; } - /// - /// - /// - public DbSet StoreItemTransformRequests { get; set; } - /// - /// - /// - public DbSet StoreItemTransformNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreItemTransformNotes { get; set; } - /// - /// - /// - public DbSet StoreIssueNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreIssueNotes { get; set; } - /// - /// - /// - public DbSet StoreIsolationNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreIsolationNotes { get; set; } - /// - /// - /// - public DbSet StoreInventoryTransferNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreInventoryInitialNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreInventoryInitialNotes { get; set; } - /// - /// - /// - public DbSet StoreInspectRequestSummaryDetails { get; set; } - /// - /// - /// - public DbSet StoreInspectRequestDetails { get; set; } - /// - /// - /// - public DbSet StoreInspectRequests { get; set; } - /// - /// - /// - public DbSet StoreInspectNoteSummaryDetails { get; set; } - /// - /// - /// - public DbSet StoreInspectNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreInspectNotes { get; set; } - /// - /// - /// - public DbSet StoreInspectAbnormalNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreInspectAbnormalNotes { get; set; } - /// - /// - /// - public DbSet StoreExchangeData { get; set; } - /// - /// - /// - public DbSet StoreDeliverRequestDetails { get; set; } - /// - /// - /// - public DbSet StoreDeliverRequests { get; set; } - /// - /// - /// - public DbSet StoreDeliverPlanDetails { get; set; } - /// - /// - /// - public DbSet StoreDeliverPlans { get; set; } - /// - /// - /// - public DbSet StoreDeliverNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreDeliverNotes { get; set; } - /// - /// - /// - public DbSet StoreCustomerReturnNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreCustomerReturnNotes { get; set; } - /// - /// - /// - public DbSet StoreCustomerAsnDetails { get; set; } - /// - /// - /// - public DbSet StoreCustomerAsns { get; set; } - /// - /// - /// - public DbSet StoreCountPlanDetails { get; set; } - /// - /// - /// - public DbSet StoreCountPlans { get; set; } - /// - /// - /// - public DbSet StoreCountNoteDetailCopies { get; set; } - /// - /// - /// - public DbSet StoreCountNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreCountNoteCopies { get; set; } - /// - /// - /// - public DbSet StoreCountNotes { get; set; } - /// - /// - /// - public DbSet StoreCountAdjustRequestDetails { get; set; } - /// - /// - /// - public DbSet StoreCountAdjustRequests { get; set; } - /// - /// - /// - public DbSet StoreCountAdjustNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreCountAdjustNotes { get; set; } - /// - /// - /// - public DbSet StoreContainerBindNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreContainerBindNotes { get; set; } - /// - /// - /// - public DbSet StoreBackFlushNoteDetails { get; set; } - /// - /// - /// - public DbSet StoreBackFlushNotes { get; set; } - /// - /// - /// - public DbSet MessageUserNotifyMessages { get; set; } - /// - /// - /// - public DbSet MessagePrivateMessages { get; set; } - /// - /// - /// - public DbSet MessageNotifyMessages { get; set; } - /// - /// - /// - public DbSet MessageMessageTypeSubscribes { get; set; } - /// - /// - /// - public DbSet MessageMessageTypes { get; set; } - /// - /// - /// - public DbSet MessageAnnouncements { get; set; } - /// - /// - /// - public DbSet LabelSerialCodes { get; set; } - /// - /// - /// - public DbSet LabelSaleLabels { get; set; } - /// - /// - /// - public DbSet LabelPalletLabels { get; set; } - /// - /// - /// - public DbSet LabelPalletCodes { get; set; } - /// - /// - /// - public DbSet LabelLabelDefinitions { get; set; } - /// - /// - /// - public DbSet LabelInventoryLabels { get; set; } - /// - /// - /// - public DbSet LabelCountLabels { get; set; } - /// - /// - /// - public DbSet JobUnplannedReceiptJobDetails { get; set; } - /// - /// - /// - public DbSet JobUnplannedReceiptJobs { get; set; } - /// - /// - /// - public DbSet JobUnplannedIssueJobDetails { get; set; } - /// - /// - /// - public DbSet JobUnplannedIssueJobs { get; set; } - /// - /// - /// - public DbSet JobPutawayJobDetails { get; set; } - /// - /// - /// - public DbSet JobPutawayJobs { get; set; } - /// - /// - /// - public DbSet JobPurchaseReturnJobDetails { get; set; } - /// - /// - /// - public DbSet JobPurchaseReturnJobs { get; set; } - /// - /// - /// - public DbSet JobPurchaseReceiptJobDetails { get; set; } - /// - /// - /// - public DbSet JobPurchaseReceiptJobs { get; set; } - /// - /// - /// - public DbSet JobProductReceiveJobDetails { get; set; } - /// - /// - /// - public DbSet JobProductReceiveJobs { get; set; } - /// - /// - /// - public DbSet JobProductionReturnJobDetails { get; set; } - /// - /// - /// - public DbSet JobProductionReturnJobs { get; set; } - /// - /// - /// - public DbSet JobJisDeliverJobDetails { get; set; } - /// - /// - /// - public DbSet JobJisDeliverJobs { get; set; } - /// - /// - /// - public DbSet JobIssueJobDetails { get; set; } - /// - /// - /// - public DbSet JobIssueJobs { get; set; } - /// - /// - /// - public DbSet JobInspectJobSummaryDetails { get; set; } - /// - /// - /// - public DbSet JobInspectJobDetails { get; set; } - /// - /// - /// - public DbSet JobInspectJobs { get; set; } - /// - /// - /// - public DbSet JobDeliverJobDetails { get; set; } - /// - /// - /// - public DbSet JobDeliverJobs { get; set; } - /// - /// - /// - public DbSet JobCountJobDetails { get; set; } - /// - /// - /// - public DbSet JobCountJobs { get; set; } - /// - /// - /// - public DbSet JobCheckJobDetails { get; set; } - /// - /// - /// - public DbSet JobCheckJobs { get; set; } - /// - /// - /// - public DbSet InventoryTransferLogs { get; set; } - /// - /// - /// - public DbSet InventoryTransactions { get; set; } - /// - /// - /// - public DbSet InventorySnapshots { get; set; } - /// - /// - /// - public DbSet InventoryLocationCapacities { get; set; } - /// - /// - /// - public DbSet InventoryExpectOuts { get; set; } - /// - /// - /// - public DbSet InventoryExpectIns { get; set; } - /// - /// - /// - public DbSet InventoryErpBalances { get; set; } - /// - /// - /// - public DbSet InventoryContainerDetails { get; set; } - /// - /// - /// - public DbSet InventoryContainers { get; set; } - /// - /// - /// - public DbSet InventoryBalances { get; set; } - /// - /// - /// - public DbSet FileStorageFiles { get; set; } - /// - /// - /// - public DbSet FileStorageDataImportTasks { get; set; } - /// - /// - /// - public DbSet FileStorageDataExportTasks { get; set; } - /// - /// - /// - public DbSet BasedataWorkStations { get; set; } - /// - /// - /// - public DbSet BasedataWorkShops { get; set; } - /// - /// - /// - public DbSet BasedataWorkGroups { get; set; } - /// - /// - /// - public DbSet BasedataWarehouses { get; set; } - /// - /// - /// - public DbSet BasedataUoms { get; set; } - /// - /// - /// - public DbSet BasedataTransactionTypes { get; set; } - /// - /// - /// - public DbSet BasedataTeams { get; set; } - /// - /// - /// - public DbSet BasedataSupplierTimeWindows { get; set; } - /// - /// - /// - public DbSet BasedataSupplierItems { get; set; } - /// - /// - /// - public DbSet BasedataSuppliers { get; set; } - /// - /// - /// - public DbSet BasedataStdCostPriceSheets { get; set; } - /// - /// - /// - public DbSet BasedataShifts { get; set; } - /// - /// - /// - public DbSet BasedataSalePriceSheets { get; set; } - /// - /// - /// - public DbSet BasedataPurchasePriceSheets { get; set; } - /// - /// - /// - public DbSet BasedataProjects { get; set; } - /// - /// - /// - public DbSet BasedataProductionLineItems { get; set; } - /// - /// - /// - public DbSet BasedataProductionLines { get; set; } - /// - /// - /// - public DbSet BasedataMachines { get; set; } - /// - /// - /// - public DbSet BasedataLocationGroups { get; set; } - /// - /// - /// - public DbSet BasedataLocations { get; set; } - /// - /// - /// - public DbSet BasedataItemStoreRelations { get; set; } - /// - /// - /// - public DbSet BasedataItemSafetyStocks { get; set; } - /// - /// - /// - public DbSet BasedataItemQualities { get; set; } - /// - /// - /// - public DbSet BasedataItemPacks { get; set; } - /// - /// - /// - public DbSet BasedataItemGuideBooks { get; set; } - /// - /// - /// - public DbSet BasedataItemCategories { get; set; } - /// - /// - /// - public DbSet BasedataItemBasics { get; set; } - /// - /// - /// - public DbSet BasedataInterfaceCalendars { get; set; } - /// - /// - /// - public DbSet BasedataErpLocations { get; set; } - /// - /// - /// - public DbSet BasedataDocumentSettings { get; set; } - /// - /// - /// - public DbSet BasedataDocks { get; set; } - /// - /// - /// - public DbSet BasedataDictItems { get; set; } - /// - /// - /// - public DbSet BasedataDicts { get; set; } - /// - /// - /// - public DbSet BasedataCustomerItems { get; set; } - /// - /// - /// - public DbSet BasedataCustomerAddresses { get; set; } - /// - /// - /// - public DbSet BasedataCustomers { get; set; } - /// - /// - /// - public DbSet BasedataCurrencyExchanges { get; set; } - /// - /// - /// - public DbSet BasedataCurrencies { get; set; } - /// - /// - /// - public DbSet BasedataCategories { get; set; } - /// - /// - /// - public DbSet BasedataCalendars { get; set; } - /// - /// - /// - public DbSet BasedataBoms { get; set; } - /// - /// - /// - public DbSet BasedataAreas { get; set; } - /// - /// - /// - public DbSet BasedataAqls { get; set; } - /// - /// - /// - public DbSet AuthUserWorkGroups { get; set; } - /// - /// - /// - public DbSet AuthUserMenus { get; set; } - /// - /// - /// - public DbSet AuthMenus { get; set; } - - public WmsDbContext(DbContextOptions options) - : base(options) - { - - } - - protected override void OnModelCreating(ModelBuilder builder) - { - base.OnModelCreating(builder); - - /* Include modules to your migration db context */ - - builder.ConfigurePermissionManagement(); - builder.ConfigureSettingManagement(); - builder.ConfigureBackgroundJobs(); - builder.ConfigureAuditLogging(); - builder.ConfigureIdentity(); - builder.ConfigureOpenIddict(); - builder.ConfigureFeatureManagement(); - builder.ConfigureTenantManagement(); + public DbSet Roles { get; set; } + public DbSet ClaimTypes { get; set; } + public DbSet OrganizationUnits { get; set; } + public DbSet SecurityLogs { get; set; } + public DbSet LinkUsers { get; set; } + public DbSet UserDelegations { get; set; } + + // Tenant Management + public DbSet Tenants { get; set; } + public DbSet TenantConnectionStrings { get; set; } + + #endregion + public DbSet AuthDepartments { get; set; } + public DbSet StoreWorkOrders { get; set; } + public DbSet StoreWorkOrderDetails { get; set; } + public DbSet StoreWipWarehouseAdjustRequestDetails { get; set; } + public DbSet StoreWipWarehouseAdjustRequests { get; set; } + public DbSet StoreWipWarehouseAdjustNoteDetails { get; set; } + public DbSet StoreWipWarehouseAdjustNotes { get; set; } + public DbSet StoreWarehouseTransferNoteDetails { get; set; } + public DbSet StoreWarehouseTransferNotes { get; set; } + public DbSet StoreUnplannedReceiptRequestDetails { get; set; } + public DbSet StoreUnplannedReceiptRequests { get; set; } + public DbSet StoreUnplannedReceiptNoteDetails { get; set; } + public DbSet StoreUnplannedReceiptNotes { get; set; } + public DbSet StoreUnplannedIssueRequestDetails { get; set; } + public DbSet StoreUnplannedIssueRequests { get; set; } + public DbSet StoreUnplannedIssueNoteDetails { get; set; } + public DbSet StoreUnplannedIssueNotes { get; set; } + public DbSet StoreTransferRequestDetails { get; set; } + public DbSet StoreTransferRequests { get; set; } + public DbSet StoreTransferNoteDetailCopies { get; set; } + public DbSet StoreTransferNoteDetails { get; set; } + public DbSet StoreTransferNoteCopies { get; set; } + public DbSet StoreTransferNotes { get; set; } + public DbSet StoreSupplierAsnDetails { get; set; } + public DbSet StoreSupplierAsns { get; set; } + public DbSet StoreScrapRequestDetails { get; set; } + public DbSet StoreScrapRequests { get; set; } + public DbSet StoreScrapNotes { get; set; } + public DbSet StoreSaleOrderDetails { get; set; } + public DbSet StoreSaleOrders { get; set; } + public DbSet StoreRecycledMaterialReceiptNoteDetails { get; set; } + public DbSet StoreRecycledMaterialReceiptNotes { get; set; } + public DbSet StoreReceiptAbnormalNoteDetails { get; set; } + public DbSet StoreReceiptAbnormalNotes { get; set; } + public DbSet StorePutawayRequestDetails { get; set; } + public DbSet StorePutawayRequests { get; set; } + public DbSet StorePutawayNoteDetails { get; set; } + public DbSet StorePutawayNotes { get; set; } + public DbSet StorePurchaseReturnRequestDetails { get; set; } + public DbSet StorePurchaseReturnRequests { get; set; } + public DbSet StorePurchaseReturnNoteDetails { get; set; } + public DbSet StorePurchaseReturnNotes { get; set; } + public DbSet StorePurchaseReceiptRequestDetails { get; set; } + public DbSet StorePurchaseReceiptRequests { get; set; } + public DbSet StorePurchaseReceiptNoteDetails { get; set; } + public DbSet StorePurchaseReceiptNotes { get; set; } + public DbSet StorePurchaseOrderDetails { get; set; } + public DbSet StorePurchaseOrders { get; set; } + public DbSet StoreProductRecycleRequestDetails { get; set; } + public DbSet StoreProductRecycleRequests { get; set; } + public DbSet StoreProductRecycleNoteDetails { get; set; } + public DbSet StoreProductRecycleNotes { get; set; } + public DbSet StoreProductRecycleMaterialDetails { get; set; } + public DbSet StoreProductReceiptRequestDetails { get; set; } + public DbSet StoreProductReceiptRequests { get; set; } + public DbSet StoreProductReceiptNoteDetails { get; set; } + public DbSet StoreProductReceiptNotes { get; set; } + public DbSet StoreProductL7partsNoteDetails { get; set; } + public DbSet StoreProductL7partsNotes { get; set; } + /// + /// + /// + public DbSet StoreScrapNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreProductionReturnRequestDetails { get; set; } + /// + /// + /// + public DbSet StoreProductionReturnRequests { get; set; } + /// + /// + /// + public DbSet StoreProductionReturnNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreProductionReturnNotes { get; set; } + /// + /// + /// + public DbSet StoreProductionPlanDetails { get; set; } + /// + /// + /// + public DbSet StoreProductionPlans { get; set; } + /// + /// + /// + public DbSet StorePreparationPlanDetails { get; set; } + /// + /// + /// + public DbSet StorePreparationPlans { get; set; } + /// + /// + /// + public DbSet StoreOfflineSettlementNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreOfflineSettlementNotes { get; set; } + /// + /// + /// + public DbSet StoreNoOkConvertOkNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreNoOkConvertOkNotes { get; set; } + /// + /// + /// + public DbSet StoreMaterialRequestDetails { get; set; } + /// + /// + /// + public DbSet StoreMaterialRequests { get; set; } + /// + /// + /// + public DbSet StoreJisProductReceiptNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreJisProductReceiptNotes { get; set; } + /// + /// + /// + public DbSet StoreJisDeliverNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreJisDeliverNotes { get; set; } + /// + /// + /// + public DbSet StoreItemTransformRequestDetails { get; set; } + /// + /// + /// + public DbSet StoreItemTransformRequests { get; set; } + /// + /// + /// + public DbSet StoreItemTransformNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreItemTransformNotes { get; set; } + /// + /// + /// + public DbSet StoreIssueNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreIssueNotes { get; set; } + /// + /// + /// + public DbSet StoreIsolationNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreIsolationNotes { get; set; } + /// + /// + /// + public DbSet StoreInventoryTransferNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreInventoryInitialNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreInventoryInitialNotes { get; set; } + /// + /// + /// + public DbSet StoreInspectRequestSummaryDetails { get; set; } + /// + /// + /// + public DbSet StoreInspectRequestDetails { get; set; } + /// + /// + /// + public DbSet StoreInspectRequests { get; set; } + /// + /// + /// + public DbSet StoreInspectNoteSummaryDetails { get; set; } + /// + /// + /// + public DbSet StoreInspectNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreInspectNotes { get; set; } + /// + /// + /// + public DbSet StoreInspectAbnormalNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreInspectAbnormalNotes { get; set; } + /// + /// + /// + public DbSet StoreExchangeData { get; set; } + /// + /// + /// + public DbSet StoreDeliverRequestDetails { get; set; } + /// + /// + /// + public DbSet StoreDeliverRequests { get; set; } + /// + /// + /// + public DbSet StoreDeliverPlanDetails { get; set; } + /// + /// + /// + public DbSet StoreDeliverPlans { get; set; } + /// + /// + /// + public DbSet StoreDeliverNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreDeliverNotes { get; set; } + /// + /// + /// + public DbSet StoreCustomerReturnNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreCustomerReturnNotes { get; set; } + /// + /// + /// + public DbSet StoreCustomerAsnDetails { get; set; } + /// + /// + /// + public DbSet StoreCustomerAsns { get; set; } + /// + /// + /// + public DbSet StoreCountPlanDetails { get; set; } + /// + /// + /// + public DbSet StoreCountPlans { get; set; } + /// + /// + /// + public DbSet StoreCountNoteDetailCopies { get; set; } + /// + /// + /// + public DbSet StoreCountNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreCountNoteCopies { get; set; } + /// + /// + /// + public DbSet StoreCountNotes { get; set; } + /// + /// + /// + public DbSet StoreCountAdjustRequestDetails { get; set; } + /// + /// + /// + public DbSet StoreCountAdjustRequests { get; set; } + /// + /// + /// + public DbSet StoreCountAdjustNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreCountAdjustNotes { get; set; } + /// + /// + /// + public DbSet StoreContainerBindNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreContainerBindNotes { get; set; } + /// + /// + /// + public DbSet StoreBackFlushNoteDetails { get; set; } + /// + /// + /// + public DbSet StoreBackFlushNotes { get; set; } + /// + /// + /// + public DbSet MessageUserNotifyMessages { get; set; } + /// + /// + /// + public DbSet MessagePrivateMessages { get; set; } + /// + /// + /// + public DbSet MessageNotifyMessages { get; set; } + /// + /// + /// + public DbSet MessageMessageTypeSubscribes { get; set; } + /// + /// + /// + public DbSet MessageMessageTypes { get; set; } + /// + /// + /// + public DbSet MessageAnnouncements { get; set; } + /// + /// + /// + public DbSet LabelSerialCodes { get; set; } + /// + /// + /// + public DbSet LabelSaleLabels { get; set; } + /// + /// + /// + public DbSet LabelPalletLabels { get; set; } + /// + /// + /// + public DbSet LabelPalletCodes { get; set; } + /// + /// + /// + public DbSet LabelLabelDefinitions { get; set; } + /// + /// + /// + public DbSet LabelInventoryLabels { get; set; } + /// + /// + /// + public DbSet LabelCountLabels { get; set; } + /// + /// + /// + public DbSet JobUnplannedReceiptJobDetails { get; set; } + /// + /// + /// + public DbSet JobUnplannedReceiptJobs { get; set; } + /// + /// + /// + public DbSet JobUnplannedIssueJobDetails { get; set; } + /// + /// + /// + public DbSet JobUnplannedIssueJobs { get; set; } + /// + /// + /// + public DbSet JobPutawayJobDetails { get; set; } + /// + /// + /// + public DbSet JobPutawayJobs { get; set; } + /// + /// + /// + public DbSet JobPurchaseReturnJobDetails { get; set; } + /// + /// + /// + public DbSet JobPurchaseReturnJobs { get; set; } + /// + /// + /// + public DbSet JobPurchaseReceiptJobDetails { get; set; } + /// + /// + /// + public DbSet JobPurchaseReceiptJobs { get; set; } + /// + /// + /// + public DbSet JobProductReceiveJobDetails { get; set; } + /// + /// + /// + public DbSet JobProductReceiveJobs { get; set; } + /// + /// + /// + public DbSet JobProductionReturnJobDetails { get; set; } + /// + /// + /// + public DbSet JobProductionReturnJobs { get; set; } + /// + /// + /// + public DbSet JobJisDeliverJobDetails { get; set; } + /// + /// + /// + public DbSet JobJisDeliverJobs { get; set; } + /// + /// + /// + public DbSet JobIssueJobDetails { get; set; } + /// + /// + /// + public DbSet JobIssueJobs { get; set; } + /// + /// + /// + public DbSet JobInspectJobSummaryDetails { get; set; } + /// + /// + /// + public DbSet JobInspectJobDetails { get; set; } + /// + /// + /// + public DbSet JobInspectJobs { get; set; } + /// + /// + /// + public DbSet JobDeliverJobDetails { get; set; } + /// + /// + /// + public DbSet JobDeliverJobs { get; set; } + /// + /// + /// + public DbSet JobCountJobDetails { get; set; } + /// + /// + /// + public DbSet JobCountJobs { get; set; } + /// + /// + /// + public DbSet JobCheckJobDetails { get; set; } + /// + /// + /// + public DbSet JobCheckJobs { get; set; } + /// + /// + /// + public DbSet InventoryTransferLogs { get; set; } + /// + /// + /// + public DbSet InventoryTransactions { get; set; } + /// + /// + /// + public DbSet InventorySnapshots { get; set; } + /// + /// + /// + public DbSet InventoryLocationCapacities { get; set; } + /// + /// + /// + public DbSet InventoryExpectOuts { get; set; } + /// + /// + /// + public DbSet InventoryExpectIns { get; set; } + /// + /// + /// + public DbSet InventoryErpBalances { get; set; } + /// + /// + /// + public DbSet InventoryContainerDetails { get; set; } + /// + /// + /// + public DbSet InventoryContainers { get; set; } + /// + /// + /// + public DbSet InventoryBalances { get; set; } + /// + /// + /// + public DbSet FileStorageFiles { get; set; } + /// + /// + /// + public DbSet FileStorageDataImportTasks { get; set; } + /// + /// + /// + public DbSet FileStorageDataExportTasks { get; set; } + /// + /// + /// + public DbSet BasedataWorkStations { get; set; } + /// + /// + /// + public DbSet BasedataWorkShops { get; set; } + /// + /// + /// + public DbSet BasedataWorkGroups { get; set; } + /// + /// + /// + public DbSet BasedataWarehouses { get; set; } + /// + /// + /// + public DbSet BasedataUoms { get; set; } + /// + /// + /// + public DbSet BasedataTransactionTypes { get; set; } + /// + /// + /// + public DbSet BasedataTeams { get; set; } + /// + /// + /// + public DbSet BasedataSupplierTimeWindows { get; set; } + /// + /// + /// + public DbSet BasedataSupplierItems { get; set; } + /// + /// + /// + public DbSet BasedataSuppliers { get; set; } + /// + /// + /// + public DbSet BasedataStdCostPriceSheets { get; set; } + /// + /// + /// + public DbSet BasedataShifts { get; set; } + /// + /// + /// + public DbSet BasedataSalePriceSheets { get; set; } + /// + /// + /// + public DbSet BasedataPurchasePriceSheets { get; set; } + /// + /// + /// + public DbSet BasedataProjects { get; set; } + /// + /// + /// + public DbSet BasedataProductionLineItems { get; set; } + /// + /// + /// + public DbSet BasedataProductionLines { get; set; } + /// + /// + /// + public DbSet BasedataMachines { get; set; } + /// + /// + /// + public DbSet BasedataLocationGroups { get; set; } + /// + /// + /// + public DbSet BasedataLocations { get; set; } + /// + /// + /// + public DbSet BasedataItemStoreRelations { get; set; } + /// + /// + /// + public DbSet BasedataItemSafetyStocks { get; set; } + /// + /// + /// + public DbSet BasedataItemQualities { get; set; } + /// + /// + /// + public DbSet BasedataItemPacks { get; set; } + /// + /// + /// + public DbSet BasedataItemGuideBooks { get; set; } + /// + /// + /// + public DbSet BasedataItemCategories { get; set; } + /// + /// + /// + public DbSet BasedataItemBasics { get; set; } + /// + /// + /// + public DbSet BasedataInterfaceCalendars { get; set; } + /// + /// + /// + public DbSet BasedataErpLocations { get; set; } + /// + /// + /// + public DbSet BasedataDocumentSettings { get; set; } + /// + /// + /// + public DbSet BasedataDocks { get; set; } + /// + /// + /// + public DbSet BasedataDictItems { get; set; } + /// + /// + /// + public DbSet BasedataDicts { get; set; } + /// + /// + /// + public DbSet BasedataCustomerItems { get; set; } + /// + /// + /// + public DbSet BasedataCustomerAddresses { get; set; } + /// + /// + /// + public DbSet BasedataCustomers { get; set; } + /// + /// + /// + public DbSet BasedataCurrencyExchanges { get; set; } + /// + /// + /// + public DbSet BasedataCurrencies { get; set; } + /// + /// + /// + public DbSet BasedataCategories { get; set; } + /// + /// + /// + public DbSet BasedataCalendars { get; set; } + /// + /// + /// + public DbSet BasedataBoms { get; set; } + /// + /// + /// + public DbSet BasedataAreas { get; set; } + /// + /// + /// + public DbSet BasedataAqls { get; set; } + /// + /// + /// + public DbSet AuthUserWorkGroups { get; set; } + /// + /// + /// + public DbSet AuthUserMenus { get; set; } + /// + /// + /// + public DbSet AuthMenus { get; set; } + + public WmsDbContext(DbContextOptions options) + : base(options) + { + + } + + protected override void OnModelCreating(ModelBuilder builder) + { + base.OnModelCreating(builder); + + /* Include modules to your migration db context */ + + builder.ConfigurePermissionManagement(); + builder.ConfigureSettingManagement(); + builder.ConfigureBackgroundJobs(); + builder.ConfigureAuditLogging(); + builder.ConfigureIdentity(); + builder.ConfigureOpenIddict(); + builder.ConfigureFeatureManagement(); + builder.ConfigureTenantManagement(); + + /* Configure your own tables/entities inside here */ + + //builder.Entity(b => + //{ + // b.ToTable(WmsConsts.DbTablePrefix + "YourEntitie", WmsConsts.DbSchema); + // b.ConfigureByConvention(); //auto configure for the base class props + // //... + //}); + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "ExportCustomUserSetting", WmsConsts.DbSchema, table => table.HasComment(" �û����͵�������")); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Auth_Department", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_WorkOrder", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + b.HasMany(q => q.Details).WithOne().HasForeignKey(d => d.MasterId).IsRequired(); + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_WorkOrderDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_WipWarehouseAdjustRequestDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_WipWarehouseAdjustRequest", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_WipWarehouseAdjustNoteDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_WipWarehouseAdjustNote", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_WarehouseTransferNoteDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_WarehouseTransferNote", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_UnplannedReceiptRequestDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_UnplannedReceiptRequest", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_UnplannedReceiptNoteDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_UnplannedReceiptNote", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_UnplannedIssueRequestDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_UnplannedIssueRequest", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_UnplannedIssueNoteDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_UnplannedIssueNote", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_TransferRequestDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_TransferRequest", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_TransferNoteDetailCopie", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_TransferNoteDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_TransferNoteCopie", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_TransferNote", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_SupplierAsnDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_SupplierAsn", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ScrapRequestDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ScrapRequest", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ScrapNote", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_SaleOrderDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_SaleOrder", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_RecycledMaterialReceiptNoteDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_RecycledMaterialReceiptNote", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ReceiptAbnormalNoteDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ReceiptAbnormalNote", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_PutawayRequestDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_PutawayRequest", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_PutawayNoteDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_PutawayNote", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_PurchaseReturnRequestDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_PurchaseReturnRequest", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_PurchaseReturnNoteDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_PurchaseReturnNote", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + - /* Configure your own tables/entities inside here */ + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_PurchaseReceiptRequestDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); - //builder.Entity(b => - //{ - // b.ToTable(WmsConsts.DbTablePrefix + "YourEntities", WmsConsts.DbSchema); - // b.ConfigureByConvention(); //auto configure for the base class props - // //... - //}); - builder.Entity(b => + /* Configure more properties here */ + }); + + + builder.Entity(b => { - b.ToTable(WmsConsts.DbTablePrefix + "ExportCustomUserSettings", WmsConsts.DbSchema, table => table.HasComment(" �û����͵�������")); + b.ToTable(WmsConsts.DbTablePrefix + "Store_PurchaseReceiptRequest", WmsConsts.DbSchema); b.ConfigureByConvention(); /* Configure more properties here */ }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "Auth_Department", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_PurchaseReceiptNoteDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_PurchaseReceiptNote", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_PurchaseOrderDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_PurchaseOrder", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ProductRecycleRequestDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ProductRecycleRequest", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ProductRecycleNoteDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ProductRecycleNote", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ProductRecycleMaterialDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ProductReceiptRequestDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ProductReceiptRequest", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + + + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ProductReceiptNoteDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "Store_WorkOrder", WmsConsts.DbSchema); - b.ConfigureByConvention(); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ProductReceiptNote", WmsConsts.DbSchema); + b.ConfigureByConvention(); - b.HasMany(q => q.Details).WithOne().HasForeignKey(d => d.MasterId).IsRequired(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "Store_WorkOrderDetail", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ProductL7partsNoteDetail", WmsConsts.DbSchema); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreWipWarehouseAdjustRequestDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ProductL7partsNote", WmsConsts.DbSchema); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreWipWarehouseAdjustRequests", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreWipWarehouseAdjustNoteDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ScrapNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreWipWarehouseAdjustNotes", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ProductionReturnRequestDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreWarehouseTransferNoteDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ProductionReturnRequest", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreWarehouseTransferNotes", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreUnplannedReceiptRequestDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ProductionReturnNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreUnplannedReceiptRequests", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ProductionReturnNote", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreUnplannedReceiptNoteDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ProductionPlanDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreUnplannedReceiptNotes", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreUnplannedIssueRequestDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ProductionPlan", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreUnplannedIssueRequests", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_PreparationPlanDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreUnplannedIssueNoteDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_PreparationPlan", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreUnplannedIssueNotes", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreTransferRequestDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_OfflineSettlementNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreTransferRequests", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_OfflineSettlementNote", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreTransferNoteDetailCopies", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_NoOkConvertOkNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreTransferNoteDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreTransferNoteCopies", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_NoOkConvertOkNote", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreTransferNotes", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_MaterialRequestDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreSupplierAsnDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_MaterialRequest", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreSupplierAsns", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreScrapRequestDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_JisProductReceiptNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreScrapRequests", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_JisProductReceiptNote", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreScrapNotes", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_JisDeliverNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreSaleOrderDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreSaleOrders", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_JisDeliverNote", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreRecycledMaterialReceiptNoteDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ItemTransformRequestDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreRecycledMaterialReceiptNotes", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ItemTransformRequest", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreReceiptAbnormalNoteDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreReceiptAbnormalNotes", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ItemTransformNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StorePutawayRequestDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ItemTransformNote", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StorePutawayRequests", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_IssueNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StorePutawayNoteDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StorePutawayNotes", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_IssueNote", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StorePurchaseReturnRequestDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_IsolationNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StorePurchaseReturnRequests", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_IsolationNote", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StorePurchaseReturnNoteDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StorePurchaseReturnNotes", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_InventoryTransferNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StorePurchaseReceiptRequestDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_InventoryInitialNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StorePurchaseReceiptRequests", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_InventoryInitialNote", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StorePurchaseReceiptNoteDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StorePurchaseReceiptNotes", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_InspectRequestSummaryDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StorePurchaseOrderDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_InspectRequestDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StorePurchaseOrders", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_InspectRequest", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreProductRecycleRequestDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreProductRecycleRequests", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_InspectNoteSummaryDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreProductRecycleNoteDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_InspectNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreProductRecycleNotes", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_InspectNote", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreProductRecycleMaterialDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreProductReceiptRequestDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_InspectAbnormalNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreProductReceiptRequests", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_InspectAbnormalNote", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreProductReceiptNoteDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ExchangeData", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreProductReceiptNotes", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreProductL7partsNoteDetails", WmsConsts.DbSchema); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_DeliverRequestDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreProductL7partsNotes", WmsConsts.DbSchema); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_DeliverRequest", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreScrapNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_DeliverPlanDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreProductionReturnRequestDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreProductionReturnRequests", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_DeliverPlan", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreProductionReturnNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_DeliverNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreProductionReturnNotes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_DeliverNote", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreProductionPlanDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreProductionPlans", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_CustomerReturnNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StorePreparationPlanDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_CustomerReturnNote", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StorePreparationPlans", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_CustomerAsnDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreOfflineSettlementNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreOfflineSettlementNotes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_CustomerAsn", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreNoOkConvertOkNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_CountPlanDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreNoOkConvertOkNotes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_CountPlan", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreMaterialRequestDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreMaterialRequests", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_CountNoteDetailCopie", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreJisProductReceiptNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_CountNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreJisProductReceiptNotes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_CountNoteCopie", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreJisDeliverNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreJisDeliverNotes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_CountNote", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreItemTransformRequestDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_CountAdjustRequestDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreItemTransformRequests", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_CountAdjustRequest", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreItemTransformNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreItemTransformNotes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_CountAdjustNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreIssueNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_CountAdjustNote", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreIssueNotes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ContainerBindNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreIsolationNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreIsolationNotes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_ContainerBindNote", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreInventoryTransferNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_BackFlushNoteDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreInventoryInitialNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Store_BackFlushNote", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreInventoryInitialNotes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreInspectRequestSummaryDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "MessageUserNotifyMessage", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreInspectRequestDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "MessagePrivateMessage", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreInspectRequests", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "MessageNotifyMessage", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreInspectNoteSummaryDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreInspectNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "MessageMessageTypeSubscribe", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreInspectNotes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "MessageMessageType", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreInspectAbnormalNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "MessageAnnouncement", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreInspectAbnormalNotes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreExchangeData", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Label_SerialCode", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreDeliverRequestDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Label_SaleLabel", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreDeliverRequests", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Label_PalletLabel", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreDeliverPlanDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreDeliverPlans", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Label_PalletCode", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreDeliverNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Label_LabelDefinition", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreDeliverNotes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Label_InventoryLabel", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreCustomerReturnNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreCustomerReturnNotes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Label_CountLabel", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreCustomerAsnDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_UnplannedReceiptJobDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreCustomerAsns", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_UnplannedReceiptJob", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreCountPlanDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreCountPlans", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_UnplannedIssueJobDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreCountNoteDetailCopies", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_UnplannedIssueJob", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreCountNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_PutawayJobDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreCountNoteCopies", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreCountNotes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_PutawayJob", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreCountAdjustRequestDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_PurchaseReturnJobDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreCountAdjustRequests", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_PurchaseReturnJob", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreCountAdjustNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreCountAdjustNotes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_PurchaseReceiptJobDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreContainerBindNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_PurchaseReceiptJob", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreContainerBindNotes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_ProductReceiveJobDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreBackFlushNoteDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "StoreBackFlushNotes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_ProductReceiveJob", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "MessageUserNotifyMessages", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_ProductionReturnJobDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "MessagePrivateMessages", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_ProductionReturnJob", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "MessageNotifyMessages", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "MessageMessageTypeSubscribes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_JisDeliverJobDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "MessageMessageTypes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_JisDeliverJob", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "MessageAnnouncements", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_IssueJobDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "LabelSerialCodes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "LabelSaleLabels", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_IssueJob", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "LabelPalletLabels", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_InspectJobSummaryDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "LabelPalletCodes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_InspectJobDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "LabelLabelDefinitions", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "LabelInventoryLabels", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_InspectJob", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "LabelCountLabels", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_DeliverJobDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobUnplannedReceiptJobDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_DeliverJob", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobUnplannedReceiptJobs", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobUnplannedIssueJobDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_CountJobDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobUnplannedIssueJobs", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_CountJob", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobPutawayJobDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_CheckJobDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobPutawayJobs", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobPurchaseReturnJobDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Job_CheckJob", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobPurchaseReturnJobs", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "InventoryTransferLog", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobPurchaseReceiptJobDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "InventoryTransaction", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobPurchaseReceiptJobs", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobProductReceiveJobDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "InventorySnapshot", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobProductReceiveJobs", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "InventoryLocationCapacitie", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobProductionReturnJobDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "InventoryExpectOut", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobProductionReturnJobs", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobJisDeliverJobDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "InventoryExpectIn", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobJisDeliverJobs", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "InventoryErpBalance", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobIssueJobDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "InventoryContainerDetail", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobIssueJobs", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobInspectJobSummaryDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "InventoryContainer", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobInspectJobDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "InventoryBalance", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobInspectJobs", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "FileStorageFile", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobDeliverJobDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobDeliverJobs", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "FileStorageDataImportTask", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobCountJobDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "FileStorageDataExportTask", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobCountJobs", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_WorkStation", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobCheckJobDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "JobCheckJobs", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_WorkShop", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "InventoryTransferLogs", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_WorkGroup", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "InventoryTransactions", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Warehouse", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "InventorySnapshots", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "InventoryLocationCapacities", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Uom", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "InventoryExpectOuts", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_TransactionType", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "InventoryExpectIns", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Team", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "InventoryErpBalances", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "InventoryContainerDetails", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_SupplierTimeWindow", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "InventoryContainers", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_SupplierItem", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "InventoryBalances", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Supplier", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "FileStorageFiles", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "FileStorageDataImportTasks", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_StdCostPriceSheet", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "FileStorageDataExportTasks", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Shift", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataWorkStations", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_SalePriceSheet", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataWorkShops", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataWorkGroups", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_PurchasePriceSheet", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataWarehouses", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Project", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataUoms", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_ProductionLineItem", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataTransactionTypes", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataTeams", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_ProductionLine", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataSupplierTimeWindows", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Machine", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataSupplierItems", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_LocationGroup", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataSuppliers", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataStdCostPriceSheets", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Location", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataShifts", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_ItemStoreRelation", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataSalePriceSheets", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_ItemSafetyStock", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataPurchasePriceSheets", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataProjects", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_ItemQualitie", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataProductionLineItems", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_ItemPack", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataProductionLines", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_ItemGuideBook", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataMachines", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataLocationGroups", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_ItemCategorie", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataLocations", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_ItemBasic", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataItemStoreRelations", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_InterfaceCalendar", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataItemSafetyStocks", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataItemQualities", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_ErpLocation", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataItemPacks", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_DocumentSetting", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataItemGuideBooks", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Dock", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataItemCategories", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataItemBasics", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_DictItem", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataInterfaceCalendars", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Dict", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataErpLocations", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_CustomerItem", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataDocumentSettings", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataDocks", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_CustomerAddresse", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataDictItems", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Customer", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataDicts", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_CurrencyExchange", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataCustomerItems", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataCustomerAddresses", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Currencie", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataCustomers", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Categorie", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataCurrencyExchanges", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Calendar", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataCurrencies", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataCategories", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Bom", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataCalendars", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Area", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataBoms", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "Basedata_Aql", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataAreas", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "BasedataAqls", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "AuthUserWorkGroup", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - /* Configure more properties here */ - }); + /* Configure more properties here */ + }); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "AuthUserWorkGroups", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "AuthUserMenu", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "AuthUserMenus", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - + /* Configure more properties here */ + }); - /* Configure more properties here */ - }); + builder.Entity(b => + { + b.ToTable(WmsConsts.DbTablePrefix + "AuthMenu", WmsConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); - builder.Entity(b => - { - b.ToTable(WmsConsts.DbTablePrefix + "AuthMenus", WmsConsts.DbSchema, table => table.HasComment("")); - b.ConfigureByConvention(); - - /* Configure more properties here */ - }); - } - } + /* Configure more properties here */ + }); + } + } } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.EntityFrameworkCore/Migrations/20231110131226_Initial.Designer.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.EntityFrameworkCore/Migrations/20231110131226_Initial.Designer.cs index 2ba207cc9..8c92e2e9c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.EntityFrameworkCore/Migrations/20231110131226_Initial.Designer.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.EntityFrameworkCore/Migrations/20231110131226_Initial.Designer.cs @@ -16,1855 +16,6 @@ namespace WinIn.FasterZ.Wms.Migrations [Migration("20231110131226_Initial")] partial class Initial { - /// - protected override void BuildTargetModel(ModelBuilder modelBuilder) - { -#pragma warning disable 612, 618 - modelBuilder - .HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) - .HasAnnotation("ProductVersion", "7.0.1") - .HasAnnotation("Relational:MaxIdentifierLength", 128); - - SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); - - modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLog", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasColumnType("uniqueidentifier"); - - b.Property("ApplicationName") - .HasMaxLength(96) - .HasColumnType("nvarchar(96)") - .HasColumnName("ApplicationName"); - - b.Property("BrowserInfo") - .HasMaxLength(512) - .HasColumnType("nvarchar(512)") - .HasColumnName("BrowserInfo"); - - b.Property("ClientId") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)") - .HasColumnName("ClientId"); - - b.Property("ClientIpAddress") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)") - .HasColumnName("ClientIpAddress"); - - b.Property("ClientName") - .HasMaxLength(128) - .HasColumnType("nvarchar(128)") - .HasColumnName("ClientName"); - - b.Property("Comments") - .HasMaxLength(256) - .HasColumnType("nvarchar(256)") - .HasColumnName("Comments"); - - b.Property("ConcurrencyStamp") - .IsConcurrencyToken() - .HasMaxLength(40) - .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); - - b.Property("CorrelationId") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)") - .HasColumnName("CorrelationId"); - - b.Property("Exceptions") - .HasColumnType("nvarchar(max)"); - - b.Property("ExecutionDuration") - .HasColumnType("int") - .HasColumnName("ExecutionDuration"); - - b.Property("ExecutionTime") - .HasColumnType("datetime2"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("HttpMethod") - .HasMaxLength(16) - .HasColumnType("nvarchar(16)") - .HasColumnName("HttpMethod"); - - b.Property("HttpStatusCode") - .HasColumnType("int") - .HasColumnName("HttpStatusCode"); - - b.Property("ImpersonatorTenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("ImpersonatorTenantId"); - - b.Property("ImpersonatorTenantName") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)") - .HasColumnName("ImpersonatorTenantName"); - - b.Property("ImpersonatorUserId") - .HasColumnType("uniqueidentifier") - .HasColumnName("ImpersonatorUserId"); - - b.Property("ImpersonatorUserName") - .HasMaxLength(256) - .HasColumnType("nvarchar(256)") - .HasColumnName("ImpersonatorUserName"); - - b.Property("TenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("TenantId"); - - b.Property("TenantName") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)") - .HasColumnName("TenantName"); - - b.Property("Url") - .HasMaxLength(256) - .HasColumnType("nvarchar(256)") - .HasColumnName("Url"); - - b.Property("UserId") - .HasColumnType("uniqueidentifier") - .HasColumnName("UserId"); - - b.Property("UserName") - .HasMaxLength(256) - .HasColumnType("nvarchar(256)") - .HasColumnName("UserName"); - - b.HasKey("Id"); - - b.HasIndex("TenantId", "ExecutionTime"); - - b.HasIndex("TenantId", "UserId", "ExecutionTime"); - - b.ToTable("AbpAuditLogs", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLogAction", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasColumnType("uniqueidentifier"); - - b.Property("AuditLogId") - .HasColumnType("uniqueidentifier") - .HasColumnName("AuditLogId"); - - b.Property("ExecutionDuration") - .HasColumnType("int") - .HasColumnName("ExecutionDuration"); - - b.Property("ExecutionTime") - .HasColumnType("datetime2") - .HasColumnName("ExecutionTime"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("MethodName") - .HasMaxLength(128) - .HasColumnType("nvarchar(128)") - .HasColumnName("MethodName"); - - b.Property("Parameters") - .HasMaxLength(2000) - .HasColumnType("nvarchar(2000)") - .HasColumnName("Parameters"); - - b.Property("ServiceName") - .HasMaxLength(256) - .HasColumnType("nvarchar(256)") - .HasColumnName("ServiceName"); - - b.Property("TenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("TenantId"); - - b.HasKey("Id"); - - b.HasIndex("AuditLogId"); - - b.HasIndex("TenantId", "ServiceName", "MethodName", "ExecutionTime"); - - b.ToTable("AbpAuditLogActions", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.AuditLogging.EntityChange", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasColumnType("uniqueidentifier"); - - b.Property("AuditLogId") - .HasColumnType("uniqueidentifier") - .HasColumnName("AuditLogId"); - - b.Property("ChangeTime") - .HasColumnType("datetime2") - .HasColumnName("ChangeTime"); - - b.Property("ChangeType") - .HasColumnType("tinyint") - .HasColumnName("ChangeType"); - - b.Property("EntityId") - .IsRequired() - .HasMaxLength(128) - .HasColumnType("nvarchar(128)") - .HasColumnName("EntityId"); - - b.Property("EntityTenantId") - .HasColumnType("uniqueidentifier"); - - b.Property("EntityTypeFullName") - .IsRequired() - .HasMaxLength(128) - .HasColumnType("nvarchar(128)") - .HasColumnName("EntityTypeFullName"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("TenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("TenantId"); - - b.HasKey("Id"); - - b.HasIndex("AuditLogId"); - - b.HasIndex("TenantId", "EntityTypeFullName", "EntityId"); - - b.ToTable("AbpEntityChanges", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.AuditLogging.EntityPropertyChange", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasColumnType("uniqueidentifier"); - - b.Property("EntityChangeId") - .HasColumnType("uniqueidentifier"); - - b.Property("NewValue") - .HasMaxLength(512) - .HasColumnType("nvarchar(512)") - .HasColumnName("NewValue"); - - b.Property("OriginalValue") - .HasMaxLength(512) - .HasColumnType("nvarchar(512)") - .HasColumnName("OriginalValue"); - - b.Property("PropertyName") - .IsRequired() - .HasMaxLength(128) - .HasColumnType("nvarchar(128)") - .HasColumnName("PropertyName"); - - b.Property("PropertyTypeFullName") - .IsRequired() - .HasMaxLength(64) - .HasColumnType("nvarchar(64)") - .HasColumnName("PropertyTypeFullName"); - - b.Property("TenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("TenantId"); - - b.HasKey("Id"); - - b.HasIndex("EntityChangeId"); - - b.ToTable("AbpEntityPropertyChanges", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.BackgroundJobs.BackgroundJobRecord", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasColumnType("uniqueidentifier"); - - b.Property("ConcurrencyStamp") - .IsConcurrencyToken() - .HasMaxLength(40) - .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); - - b.Property("CreationTime") - .HasColumnType("datetime2") - .HasColumnName("CreationTime"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("IsAbandoned") - .ValueGeneratedOnAdd() - .HasColumnType("bit") - .HasDefaultValue(false); - - b.Property("JobArgs") - .IsRequired() - .HasMaxLength(1048576) - .HasColumnType("nvarchar(max)"); - - b.Property("JobName") - .IsRequired() - .HasMaxLength(128) - .HasColumnType("nvarchar(128)"); - - b.Property("LastTryTime") - .HasColumnType("datetime2"); - - b.Property("NextTryTime") - .HasColumnType("datetime2"); - - b.Property("Priority") - .ValueGeneratedOnAdd() - .HasColumnType("tinyint") - .HasDefaultValue((byte)15); - - b.Property("TryCount") - .ValueGeneratedOnAdd() - .HasColumnType("smallint") - .HasDefaultValue((short)0); - - b.HasKey("Id"); - - b.HasIndex("IsAbandoned", "NextTryTime"); - - b.ToTable("AbpBackgroundJobs", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.FeatureManagement.FeatureDefinitionRecord", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasColumnType("uniqueidentifier"); - - b.Property("AllowedProviders") - .HasMaxLength(256) - .HasColumnType("nvarchar(256)"); - - b.Property("DefaultValue") - .HasMaxLength(256) - .HasColumnType("nvarchar(256)"); - - b.Property("Description") - .HasMaxLength(256) - .HasColumnType("nvarchar(256)"); - - b.Property("DisplayName") - .IsRequired() - .HasMaxLength(256) - .HasColumnType("nvarchar(256)"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("GroupName") - .IsRequired() - .HasMaxLength(128) - .HasColumnType("nvarchar(128)"); - - b.Property("IsAvailableToHost") - .HasColumnType("bit"); - - b.Property("IsVisibleToClients") - .HasColumnType("bit"); - - b.Property("Name") - .IsRequired() - .HasMaxLength(128) - .HasColumnType("nvarchar(128)"); - - b.Property("ParentName") - .HasMaxLength(128) - .HasColumnType("nvarchar(128)"); - - b.Property("ValueType") - .HasMaxLength(2048) - .HasColumnType("nvarchar(2048)"); - - b.HasKey("Id"); - - b.HasIndex("GroupName"); - - b.HasIndex("Name") - .IsUnique(); - - b.ToTable("AbpFeatures", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.FeatureManagement.FeatureGroupDefinitionRecord", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasColumnType("uniqueidentifier"); - - b.Property("DisplayName") - .IsRequired() - .HasMaxLength(256) - .HasColumnType("nvarchar(256)"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("Name") - .IsRequired() - .HasMaxLength(128) - .HasColumnType("nvarchar(128)"); - - b.HasKey("Id"); - - b.HasIndex("Name") - .IsUnique(); - - b.ToTable("AbpFeatureGroups", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.FeatureManagement.FeatureValue", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasColumnType("uniqueidentifier"); - - b.Property("Name") - .IsRequired() - .HasMaxLength(128) - .HasColumnType("nvarchar(128)"); - - b.Property("ProviderKey") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)"); - - b.Property("ProviderName") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)"); - - b.Property("Value") - .IsRequired() - .HasMaxLength(128) - .HasColumnType("nvarchar(128)"); - - b.HasKey("Id"); - - b.HasIndex("Name", "ProviderName", "ProviderKey") - .IsUnique() - .HasFilter("[ProviderName] IS NOT NULL AND [ProviderKey] IS NOT NULL"); - - b.ToTable("AbpFeatureValues", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityClaimType", b => - { - b.Property("Id") - .HasColumnType("uniqueidentifier"); - - b.Property("ConcurrencyStamp") - .IsConcurrencyToken() - .HasMaxLength(40) - .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); - - b.Property("Description") - .HasMaxLength(256) - .HasColumnType("nvarchar(256)"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("IsStatic") - .HasColumnType("bit"); - - b.Property("Name") - .IsRequired() - .HasMaxLength(256) - .HasColumnType("nvarchar(256)"); - - b.Property("Regex") - .HasMaxLength(512) - .HasColumnType("nvarchar(512)"); - - b.Property("RegexDescription") - .HasMaxLength(128) - .HasColumnType("nvarchar(128)"); - - b.Property("Required") - .HasColumnType("bit"); - - b.Property("ValueType") - .HasColumnType("int"); - - b.HasKey("Id"); - - b.ToTable("AbpClaimTypes", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityLinkUser", b => - { - b.Property("Id") - .HasColumnType("uniqueidentifier"); - - b.Property("SourceTenantId") - .HasColumnType("uniqueidentifier"); - - b.Property("SourceUserId") - .HasColumnType("uniqueidentifier"); - - b.Property("TargetTenantId") - .HasColumnType("uniqueidentifier"); - - b.Property("TargetUserId") - .HasColumnType("uniqueidentifier"); - - b.HasKey("Id"); - - b.HasIndex("SourceUserId", "SourceTenantId", "TargetUserId", "TargetTenantId") - .IsUnique() - .HasFilter("[SourceTenantId] IS NOT NULL AND [TargetTenantId] IS NOT NULL"); - - b.ToTable("AbpLinkUsers", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityRole", b => - { - b.Property("Id") - .HasColumnType("uniqueidentifier"); - - b.Property("ConcurrencyStamp") - .IsConcurrencyToken() - .HasMaxLength(40) - .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); - - b.Property("EntityVersion") - .HasColumnType("int"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("IsDefault") - .HasColumnType("bit") - .HasColumnName("IsDefault"); - - b.Property("IsPublic") - .HasColumnType("bit") - .HasColumnName("IsPublic"); - - b.Property("IsStatic") - .HasColumnType("bit") - .HasColumnName("IsStatic"); - - b.Property("Name") - .IsRequired() - .HasMaxLength(256) - .HasColumnType("nvarchar(256)"); - - b.Property("NormalizedName") - .IsRequired() - .HasMaxLength(256) - .HasColumnType("nvarchar(256)"); - - b.Property("TenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("TenantId"); - - b.HasKey("Id"); - - b.HasIndex("NormalizedName"); - - b.ToTable("AbpRoles", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityRoleClaim", b => - { - b.Property("Id") - .HasColumnType("uniqueidentifier"); - - b.Property("ClaimType") - .IsRequired() - .HasMaxLength(256) - .HasColumnType("nvarchar(256)"); - - b.Property("ClaimValue") - .HasMaxLength(1024) - .HasColumnType("nvarchar(1024)"); - - b.Property("RoleId") - .HasColumnType("uniqueidentifier"); - - b.Property("TenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("TenantId"); - - b.HasKey("Id"); - - b.HasIndex("RoleId"); - - b.ToTable("AbpRoleClaims", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentitySecurityLog", b => - { - b.Property("Id") - .HasColumnType("uniqueidentifier"); - - b.Property("Action") - .HasMaxLength(96) - .HasColumnType("nvarchar(96)"); - - b.Property("ApplicationName") - .HasMaxLength(96) - .HasColumnType("nvarchar(96)"); - - b.Property("BrowserInfo") - .HasMaxLength(512) - .HasColumnType("nvarchar(512)"); - - b.Property("ClientId") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)"); - - b.Property("ClientIpAddress") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)"); - - b.Property("ConcurrencyStamp") - .IsConcurrencyToken() - .HasMaxLength(40) - .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); - - b.Property("CorrelationId") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)"); - - b.Property("CreationTime") - .HasColumnType("datetime2"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("Identity") - .HasMaxLength(96) - .HasColumnType("nvarchar(96)"); - - b.Property("TenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("TenantId"); - - b.Property("TenantName") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)"); - - b.Property("UserId") - .HasColumnType("uniqueidentifier"); - - b.Property("UserName") - .HasMaxLength(256) - .HasColumnType("nvarchar(256)"); - - b.HasKey("Id"); - - b.HasIndex("TenantId", "Action"); - - b.HasIndex("TenantId", "ApplicationName"); - - b.HasIndex("TenantId", "Identity"); - - b.HasIndex("TenantId", "UserId"); - - b.ToTable("AbpSecurityLogs", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityUser", b => - { - b.Property("Id") - .HasColumnType("uniqueidentifier"); - - b.Property("AccessFailedCount") - .ValueGeneratedOnAdd() - .HasColumnType("int") - .HasDefaultValue(0) - .HasColumnName("AccessFailedCount"); - - b.Property("ConcurrencyStamp") - .IsConcurrencyToken() - .HasMaxLength(40) - .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); - - b.Property("CreationTime") - .HasColumnType("datetime2") - .HasColumnName("CreationTime"); - - b.Property("CreatorId") - .HasColumnType("uniqueidentifier") - .HasColumnName("CreatorId"); - - b.Property("DeleterId") - .HasColumnType("uniqueidentifier") - .HasColumnName("DeleterId"); - - b.Property("DeletionTime") - .HasColumnType("datetime2") - .HasColumnName("DeletionTime"); - - b.Property("Email") - .IsRequired() - .HasMaxLength(256) - .HasColumnType("nvarchar(256)") - .HasColumnName("Email"); - - b.Property("EmailConfirmed") - .ValueGeneratedOnAdd() - .HasColumnType("bit") - .HasDefaultValue(false) - .HasColumnName("EmailConfirmed"); - - b.Property("EntityVersion") - .HasColumnType("int"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("IsActive") - .HasColumnType("bit") - .HasColumnName("IsActive"); - - b.Property("IsDeleted") - .ValueGeneratedOnAdd() - .HasColumnType("bit") - .HasDefaultValue(false) - .HasColumnName("IsDeleted"); - - b.Property("IsExternal") - .ValueGeneratedOnAdd() - .HasColumnType("bit") - .HasDefaultValue(false) - .HasColumnName("IsExternal"); - - b.Property("LastModificationTime") - .HasColumnType("datetime2") - .HasColumnName("LastModificationTime"); - - b.Property("LastModifierId") - .HasColumnType("uniqueidentifier") - .HasColumnName("LastModifierId"); - - b.Property("LastPasswordChangeTime") - .HasColumnType("datetimeoffset"); - - b.Property("LockoutEnabled") - .ValueGeneratedOnAdd() - .HasColumnType("bit") - .HasDefaultValue(false) - .HasColumnName("LockoutEnabled"); - - b.Property("LockoutEnd") - .HasColumnType("datetimeoffset"); - - b.Property("Name") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)") - .HasColumnName("Name"); - - b.Property("NormalizedEmail") - .IsRequired() - .HasMaxLength(256) - .HasColumnType("nvarchar(256)") - .HasColumnName("NormalizedEmail"); - - b.Property("NormalizedUserName") - .IsRequired() - .HasMaxLength(256) - .HasColumnType("nvarchar(256)") - .HasColumnName("NormalizedUserName"); - - b.Property("PasswordHash") - .HasMaxLength(256) - .HasColumnType("nvarchar(256)") - .HasColumnName("PasswordHash"); - - b.Property("PhoneNumber") - .HasMaxLength(16) - .HasColumnType("nvarchar(16)") - .HasColumnName("PhoneNumber"); - - b.Property("PhoneNumberConfirmed") - .ValueGeneratedOnAdd() - .HasColumnType("bit") - .HasDefaultValue(false) - .HasColumnName("PhoneNumberConfirmed"); - - b.Property("SecurityStamp") - .IsRequired() - .HasMaxLength(256) - .HasColumnType("nvarchar(256)") - .HasColumnName("SecurityStamp"); - - b.Property("ShouldChangePasswordOnNextLogin") - .HasColumnType("bit"); - - b.Property("Surname") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)") - .HasColumnName("Surname"); - - b.Property("TenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("TenantId"); - - b.Property("TwoFactorEnabled") - .ValueGeneratedOnAdd() - .HasColumnType("bit") - .HasDefaultValue(false) - .HasColumnName("TwoFactorEnabled"); - - b.Property("UserName") - .IsRequired() - .HasMaxLength(256) - .HasColumnType("nvarchar(256)") - .HasColumnName("UserName"); - - b.HasKey("Id"); - - b.HasIndex("Email"); - - b.HasIndex("NormalizedEmail"); - - b.HasIndex("NormalizedUserName"); - - b.HasIndex("UserName"); - - b.ToTable("AbpUsers", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityUserClaim", b => - { - b.Property("Id") - .HasColumnType("uniqueidentifier"); - - b.Property("ClaimType") - .IsRequired() - .HasMaxLength(256) - .HasColumnType("nvarchar(256)"); - - b.Property("ClaimValue") - .HasMaxLength(1024) - .HasColumnType("nvarchar(1024)"); - - b.Property("TenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("TenantId"); - - b.Property("UserId") - .HasColumnType("uniqueidentifier"); - - b.HasKey("Id"); - - b.HasIndex("UserId"); - - b.ToTable("AbpUserClaims", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityUserDelegation", b => - { - b.Property("Id") - .HasColumnType("uniqueidentifier"); - - b.Property("EndTime") - .HasColumnType("datetime2"); - - b.Property("SourceUserId") - .HasColumnType("uniqueidentifier"); - - b.Property("StartTime") - .HasColumnType("datetime2"); - - b.Property("TargetUserId") - .HasColumnType("uniqueidentifier"); - - b.Property("TenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("TenantId"); - - b.HasKey("Id"); - - b.ToTable("AbpUserDelegations", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityUserLogin", b => - { - b.Property("UserId") - .HasColumnType("uniqueidentifier"); - - b.Property("LoginProvider") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)"); - - b.Property("ProviderDisplayName") - .HasMaxLength(128) - .HasColumnType("nvarchar(128)"); - - b.Property("ProviderKey") - .IsRequired() - .HasMaxLength(196) - .HasColumnType("nvarchar(196)"); - - b.Property("TenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("TenantId"); - - b.HasKey("UserId", "LoginProvider"); - - b.HasIndex("LoginProvider", "ProviderKey"); - - b.ToTable("AbpUserLogins", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityUserOrganizationUnit", b => - { - b.Property("OrganizationUnitId") - .HasColumnType("uniqueidentifier"); - - b.Property("UserId") - .HasColumnType("uniqueidentifier"); - - b.Property("CreationTime") - .HasColumnType("datetime2") - .HasColumnName("CreationTime"); - - b.Property("CreatorId") - .HasColumnType("uniqueidentifier") - .HasColumnName("CreatorId"); - - b.Property("TenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("TenantId"); - - b.HasKey("OrganizationUnitId", "UserId"); - - b.HasIndex("UserId", "OrganizationUnitId"); - - b.ToTable("AbpUserOrganizationUnits", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityUserRole", b => - { - b.Property("UserId") - .HasColumnType("uniqueidentifier"); - - b.Property("RoleId") - .HasColumnType("uniqueidentifier"); - - b.Property("TenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("TenantId"); - - b.HasKey("UserId", "RoleId"); - - b.HasIndex("RoleId", "UserId"); - - b.ToTable("AbpUserRoles", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityUserToken", b => - { - b.Property("UserId") - .HasColumnType("uniqueidentifier"); - - b.Property("LoginProvider") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)"); - - b.Property("Name") - .HasMaxLength(128) - .HasColumnType("nvarchar(128)"); - - b.Property("TenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("TenantId"); - - b.Property("Value") - .HasColumnType("nvarchar(max)"); - - b.HasKey("UserId", "LoginProvider", "Name"); - - b.ToTable("AbpUserTokens", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnit", b => - { - b.Property("Id") - .HasColumnType("uniqueidentifier"); - - b.Property("Code") - .IsRequired() - .HasMaxLength(95) - .HasColumnType("nvarchar(95)") - .HasColumnName("Code"); - - b.Property("ConcurrencyStamp") - .IsConcurrencyToken() - .HasMaxLength(40) - .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); - - b.Property("CreationTime") - .HasColumnType("datetime2") - .HasColumnName("CreationTime"); - - b.Property("CreatorId") - .HasColumnType("uniqueidentifier") - .HasColumnName("CreatorId"); - - b.Property("DeleterId") - .HasColumnType("uniqueidentifier") - .HasColumnName("DeleterId"); - - b.Property("DeletionTime") - .HasColumnType("datetime2") - .HasColumnName("DeletionTime"); - - b.Property("DisplayName") - .IsRequired() - .HasMaxLength(128) - .HasColumnType("nvarchar(128)") - .HasColumnName("DisplayName"); - - b.Property("EntityVersion") - .HasColumnType("int"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("IsDeleted") - .ValueGeneratedOnAdd() - .HasColumnType("bit") - .HasDefaultValue(false) - .HasColumnName("IsDeleted"); - - b.Property("LastModificationTime") - .HasColumnType("datetime2") - .HasColumnName("LastModificationTime"); - - b.Property("LastModifierId") - .HasColumnType("uniqueidentifier") - .HasColumnName("LastModifierId"); - - b.Property("ParentId") - .HasColumnType("uniqueidentifier"); - - b.Property("TenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("TenantId"); - - b.HasKey("Id"); - - b.HasIndex("Code"); - - b.HasIndex("ParentId"); - - b.ToTable("AbpOrganizationUnits", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnitRole", b => - { - b.Property("OrganizationUnitId") - .HasColumnType("uniqueidentifier"); - - b.Property("RoleId") - .HasColumnType("uniqueidentifier"); - - b.Property("CreationTime") - .HasColumnType("datetime2") - .HasColumnName("CreationTime"); - - b.Property("CreatorId") - .HasColumnType("uniqueidentifier") - .HasColumnName("CreatorId"); - - b.Property("TenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("TenantId"); - - b.HasKey("OrganizationUnitId", "RoleId"); - - b.HasIndex("RoleId", "OrganizationUnitId"); - - b.ToTable("AbpOrganizationUnitRoles", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.OpenIddict.Applications.OpenIddictApplication", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasColumnType("uniqueidentifier"); - - b.Property("ClientId") - .HasMaxLength(100) - .HasColumnType("nvarchar(100)"); - - b.Property("ClientSecret") - .HasColumnType("nvarchar(max)"); - - b.Property("ClientUri") - .HasColumnType("nvarchar(max)"); - - b.Property("ConcurrencyStamp") - .IsConcurrencyToken() - .HasMaxLength(40) - .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); - - b.Property("ConsentType") - .HasMaxLength(50) - .HasColumnType("nvarchar(50)"); - - b.Property("CreationTime") - .HasColumnType("datetime2") - .HasColumnName("CreationTime"); - - b.Property("CreatorId") - .HasColumnType("uniqueidentifier") - .HasColumnName("CreatorId"); - - b.Property("DeleterId") - .HasColumnType("uniqueidentifier") - .HasColumnName("DeleterId"); - - b.Property("DeletionTime") - .HasColumnType("datetime2") - .HasColumnName("DeletionTime"); - - b.Property("DisplayName") - .HasColumnType("nvarchar(max)"); - - b.Property("DisplayNames") - .HasColumnType("nvarchar(max)"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("IsDeleted") - .ValueGeneratedOnAdd() - .HasColumnType("bit") - .HasDefaultValue(false) - .HasColumnName("IsDeleted"); - - b.Property("LastModificationTime") - .HasColumnType("datetime2") - .HasColumnName("LastModificationTime"); - - b.Property("LastModifierId") - .HasColumnType("uniqueidentifier") - .HasColumnName("LastModifierId"); - - b.Property("LogoUri") - .HasColumnType("nvarchar(max)"); - - b.Property("Permissions") - .HasColumnType("nvarchar(max)"); - - b.Property("PostLogoutRedirectUris") - .HasColumnType("nvarchar(max)"); - - b.Property("Properties") - .HasColumnType("nvarchar(max)"); - - b.Property("RedirectUris") - .HasColumnType("nvarchar(max)"); - - b.Property("Requirements") - .HasColumnType("nvarchar(max)"); - - b.Property("Type") - .HasMaxLength(50) - .HasColumnType("nvarchar(50)"); - - b.HasKey("Id"); - - b.HasIndex("ClientId"); - - b.ToTable("OpenIddictApplications", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.OpenIddict.Authorizations.OpenIddictAuthorization", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasColumnType("uniqueidentifier"); - - b.Property("ApplicationId") - .HasColumnType("uniqueidentifier"); - - b.Property("ConcurrencyStamp") - .IsConcurrencyToken() - .HasMaxLength(40) - .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); - - b.Property("CreationDate") - .HasColumnType("datetime2"); - - b.Property("CreationTime") - .HasColumnType("datetime2") - .HasColumnName("CreationTime"); - - b.Property("CreatorId") - .HasColumnType("uniqueidentifier") - .HasColumnName("CreatorId"); - - b.Property("DeleterId") - .HasColumnType("uniqueidentifier") - .HasColumnName("DeleterId"); - - b.Property("DeletionTime") - .HasColumnType("datetime2") - .HasColumnName("DeletionTime"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("IsDeleted") - .ValueGeneratedOnAdd() - .HasColumnType("bit") - .HasDefaultValue(false) - .HasColumnName("IsDeleted"); - - b.Property("LastModificationTime") - .HasColumnType("datetime2") - .HasColumnName("LastModificationTime"); - - b.Property("LastModifierId") - .HasColumnType("uniqueidentifier") - .HasColumnName("LastModifierId"); - - b.Property("Properties") - .HasColumnType("nvarchar(max)"); - - b.Property("Scopes") - .HasColumnType("nvarchar(max)"); - - b.Property("Status") - .HasMaxLength(50) - .HasColumnType("nvarchar(50)"); - - b.Property("Subject") - .HasMaxLength(400) - .HasColumnType("nvarchar(400)"); - - b.Property("Type") - .HasMaxLength(50) - .HasColumnType("nvarchar(50)"); - - b.HasKey("Id"); - - b.HasIndex("ApplicationId", "Status", "Subject", "Type"); - - b.ToTable("OpenIddictAuthorizations", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.OpenIddict.Scopes.OpenIddictScope", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasColumnType("uniqueidentifier"); - - b.Property("ConcurrencyStamp") - .IsConcurrencyToken() - .HasMaxLength(40) - .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); - - b.Property("CreationTime") - .HasColumnType("datetime2") - .HasColumnName("CreationTime"); - - b.Property("CreatorId") - .HasColumnType("uniqueidentifier") - .HasColumnName("CreatorId"); - - b.Property("DeleterId") - .HasColumnType("uniqueidentifier") - .HasColumnName("DeleterId"); - - b.Property("DeletionTime") - .HasColumnType("datetime2") - .HasColumnName("DeletionTime"); - - b.Property("Description") - .HasColumnType("nvarchar(max)"); - - b.Property("Descriptions") - .HasColumnType("nvarchar(max)"); - - b.Property("DisplayName") - .HasColumnType("nvarchar(max)"); - - b.Property("DisplayNames") - .HasColumnType("nvarchar(max)"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("IsDeleted") - .ValueGeneratedOnAdd() - .HasColumnType("bit") - .HasDefaultValue(false) - .HasColumnName("IsDeleted"); - - b.Property("LastModificationTime") - .HasColumnType("datetime2") - .HasColumnName("LastModificationTime"); - - b.Property("LastModifierId") - .HasColumnType("uniqueidentifier") - .HasColumnName("LastModifierId"); - - b.Property("Name") - .HasMaxLength(200) - .HasColumnType("nvarchar(200)"); - - b.Property("Properties") - .HasColumnType("nvarchar(max)"); - - b.Property("Resources") - .HasColumnType("nvarchar(max)"); - - b.HasKey("Id"); - - b.HasIndex("Name"); - - b.ToTable("OpenIddictScopes", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.OpenIddict.Tokens.OpenIddictToken", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasColumnType("uniqueidentifier"); - - b.Property("ApplicationId") - .HasColumnType("uniqueidentifier"); - - b.Property("AuthorizationId") - .HasColumnType("uniqueidentifier"); - - b.Property("ConcurrencyStamp") - .IsConcurrencyToken() - .HasMaxLength(40) - .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); - - b.Property("CreationDate") - .HasColumnType("datetime2"); - - b.Property("CreationTime") - .HasColumnType("datetime2") - .HasColumnName("CreationTime"); - - b.Property("CreatorId") - .HasColumnType("uniqueidentifier") - .HasColumnName("CreatorId"); - - b.Property("DeleterId") - .HasColumnType("uniqueidentifier") - .HasColumnName("DeleterId"); - - b.Property("DeletionTime") - .HasColumnType("datetime2") - .HasColumnName("DeletionTime"); - - b.Property("ExpirationDate") - .HasColumnType("datetime2"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("IsDeleted") - .ValueGeneratedOnAdd() - .HasColumnType("bit") - .HasDefaultValue(false) - .HasColumnName("IsDeleted"); - - b.Property("LastModificationTime") - .HasColumnType("datetime2") - .HasColumnName("LastModificationTime"); - - b.Property("LastModifierId") - .HasColumnType("uniqueidentifier") - .HasColumnName("LastModifierId"); - - b.Property("Payload") - .HasColumnType("nvarchar(max)"); - - b.Property("Properties") - .HasColumnType("nvarchar(max)"); - - b.Property("RedemptionDate") - .HasColumnType("datetime2"); - - b.Property("ReferenceId") - .HasMaxLength(100) - .HasColumnType("nvarchar(100)"); - - b.Property("Status") - .HasMaxLength(50) - .HasColumnType("nvarchar(50)"); - - b.Property("Subject") - .HasMaxLength(400) - .HasColumnType("nvarchar(400)"); - - b.Property("Type") - .HasMaxLength(50) - .HasColumnType("nvarchar(50)"); - - b.HasKey("Id"); - - b.HasIndex("AuthorizationId"); - - b.HasIndex("ReferenceId"); - - b.HasIndex("ApplicationId", "Status", "Subject", "Type"); - - b.ToTable("OpenIddictTokens", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.PermissionManagement.PermissionDefinitionRecord", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasColumnType("uniqueidentifier"); - - b.Property("DisplayName") - .IsRequired() - .HasMaxLength(256) - .HasColumnType("nvarchar(256)"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("GroupName") - .IsRequired() - .HasMaxLength(128) - .HasColumnType("nvarchar(128)"); - - b.Property("IsEnabled") - .HasColumnType("bit"); - - b.Property("MultiTenancySide") - .HasColumnType("tinyint"); - - b.Property("Name") - .IsRequired() - .HasMaxLength(128) - .HasColumnType("nvarchar(128)"); - - b.Property("ParentName") - .HasMaxLength(128) - .HasColumnType("nvarchar(128)"); - - b.Property("Providers") - .HasMaxLength(128) - .HasColumnType("nvarchar(128)"); - - b.Property("StateCheckers") - .HasMaxLength(256) - .HasColumnType("nvarchar(256)"); - - b.HasKey("Id"); - - b.HasIndex("GroupName"); - - b.HasIndex("Name") - .IsUnique(); - - b.ToTable("AbpPermissions", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.PermissionManagement.PermissionGrant", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasColumnType("uniqueidentifier"); - - b.Property("Name") - .IsRequired() - .HasMaxLength(128) - .HasColumnType("nvarchar(128)"); - - b.Property("ProviderKey") - .IsRequired() - .HasMaxLength(64) - .HasColumnType("nvarchar(64)"); - - b.Property("ProviderName") - .IsRequired() - .HasMaxLength(64) - .HasColumnType("nvarchar(64)"); - - b.Property("TenantId") - .HasColumnType("uniqueidentifier") - .HasColumnName("TenantId"); - - b.HasKey("Id"); - - b.HasIndex("TenantId", "Name", "ProviderName", "ProviderKey") - .IsUnique() - .HasFilter("[TenantId] IS NOT NULL"); - - b.ToTable("AbpPermissionGrants", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.PermissionManagement.PermissionGroupDefinitionRecord", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasColumnType("uniqueidentifier"); - - b.Property("DisplayName") - .IsRequired() - .HasMaxLength(256) - .HasColumnType("nvarchar(256)"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("Name") - .IsRequired() - .HasMaxLength(128) - .HasColumnType("nvarchar(128)"); - - b.HasKey("Id"); - - b.HasIndex("Name") - .IsUnique(); - - b.ToTable("AbpPermissionGroups", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.SettingManagement.Setting", b => - { - b.Property("Id") - .ValueGeneratedOnAdd() - .HasColumnType("uniqueidentifier"); - - b.Property("Name") - .IsRequired() - .HasMaxLength(128) - .HasColumnType("nvarchar(128)"); - - b.Property("ProviderKey") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)"); - - b.Property("ProviderName") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)"); - - b.Property("Value") - .IsRequired() - .HasMaxLength(2048) - .HasColumnType("nvarchar(2048)"); - - b.HasKey("Id"); - - b.HasIndex("Name", "ProviderName", "ProviderKey") - .IsUnique() - .HasFilter("[ProviderName] IS NOT NULL AND [ProviderKey] IS NOT NULL"); - - b.ToTable("AbpSettings", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.TenantManagement.Tenant", b => - { - b.Property("Id") - .HasColumnType("uniqueidentifier"); - - b.Property("ConcurrencyStamp") - .IsConcurrencyToken() - .HasMaxLength(40) - .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); - - b.Property("CreationTime") - .HasColumnType("datetime2") - .HasColumnName("CreationTime"); - - b.Property("CreatorId") - .HasColumnType("uniqueidentifier") - .HasColumnName("CreatorId"); - - b.Property("DeleterId") - .HasColumnType("uniqueidentifier") - .HasColumnName("DeleterId"); - - b.Property("DeletionTime") - .HasColumnType("datetime2") - .HasColumnName("DeletionTime"); - - b.Property("EntityVersion") - .HasColumnType("int"); - - b.Property("ExtraProperties") - .HasColumnType("nvarchar(max)") - .HasColumnName("ExtraProperties"); - - b.Property("IsDeleted") - .ValueGeneratedOnAdd() - .HasColumnType("bit") - .HasDefaultValue(false) - .HasColumnName("IsDeleted"); - - b.Property("LastModificationTime") - .HasColumnType("datetime2") - .HasColumnName("LastModificationTime"); - - b.Property("LastModifierId") - .HasColumnType("uniqueidentifier") - .HasColumnName("LastModifierId"); - - b.Property("Name") - .IsRequired() - .HasMaxLength(64) - .HasColumnType("nvarchar(64)"); - - b.HasKey("Id"); - - b.HasIndex("Name"); - - b.ToTable("AbpTenants", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.TenantManagement.TenantConnectionString", b => - { - b.Property("TenantId") - .HasColumnType("uniqueidentifier"); - - b.Property("Name") - .HasMaxLength(64) - .HasColumnType("nvarchar(64)"); - - b.Property("Value") - .IsRequired() - .HasMaxLength(1024) - .HasColumnType("nvarchar(1024)"); - - b.HasKey("TenantId", "Name"); - - b.ToTable("AbpTenantConnectionStrings", (string)null); - }); - - modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLogAction", b => - { - b.HasOne("Volo.Abp.AuditLogging.AuditLog", null) - .WithMany("Actions") - .HasForeignKey("AuditLogId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("Volo.Abp.AuditLogging.EntityChange", b => - { - b.HasOne("Volo.Abp.AuditLogging.AuditLog", null) - .WithMany("EntityChanges") - .HasForeignKey("AuditLogId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("Volo.Abp.AuditLogging.EntityPropertyChange", b => - { - b.HasOne("Volo.Abp.AuditLogging.EntityChange", null) - .WithMany("PropertyChanges") - .HasForeignKey("EntityChangeId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityRoleClaim", b => - { - b.HasOne("Volo.Abp.Identity.IdentityRole", null) - .WithMany("Claims") - .HasForeignKey("RoleId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityUserClaim", b => - { - b.HasOne("Volo.Abp.Identity.IdentityUser", null) - .WithMany("Claims") - .HasForeignKey("UserId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityUserLogin", b => - { - b.HasOne("Volo.Abp.Identity.IdentityUser", null) - .WithMany("Logins") - .HasForeignKey("UserId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityUserOrganizationUnit", b => - { - b.HasOne("Volo.Abp.Identity.OrganizationUnit", null) - .WithMany() - .HasForeignKey("OrganizationUnitId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - - b.HasOne("Volo.Abp.Identity.IdentityUser", null) - .WithMany("OrganizationUnits") - .HasForeignKey("UserId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityUserRole", b => - { - b.HasOne("Volo.Abp.Identity.IdentityRole", null) - .WithMany() - .HasForeignKey("RoleId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - - b.HasOne("Volo.Abp.Identity.IdentityUser", null) - .WithMany("Roles") - .HasForeignKey("UserId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityUserToken", b => - { - b.HasOne("Volo.Abp.Identity.IdentityUser", null) - .WithMany("Tokens") - .HasForeignKey("UserId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnit", b => - { - b.HasOne("Volo.Abp.Identity.OrganizationUnit", null) - .WithMany() - .HasForeignKey("ParentId"); - }); - - modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnitRole", b => - { - b.HasOne("Volo.Abp.Identity.OrganizationUnit", null) - .WithMany("Roles") - .HasForeignKey("OrganizationUnitId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - - b.HasOne("Volo.Abp.Identity.IdentityRole", null) - .WithMany() - .HasForeignKey("RoleId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("Volo.Abp.OpenIddict.Authorizations.OpenIddictAuthorization", b => - { - b.HasOne("Volo.Abp.OpenIddict.Applications.OpenIddictApplication", null) - .WithMany() - .HasForeignKey("ApplicationId"); - }); - - modelBuilder.Entity("Volo.Abp.OpenIddict.Tokens.OpenIddictToken", b => - { - b.HasOne("Volo.Abp.OpenIddict.Applications.OpenIddictApplication", null) - .WithMany() - .HasForeignKey("ApplicationId"); - - b.HasOne("Volo.Abp.OpenIddict.Authorizations.OpenIddictAuthorization", null) - .WithMany() - .HasForeignKey("AuthorizationId"); - }); - - modelBuilder.Entity("Volo.Abp.TenantManagement.TenantConnectionString", b => - { - b.HasOne("Volo.Abp.TenantManagement.Tenant", null) - .WithMany("ConnectionStrings") - .HasForeignKey("TenantId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLog", b => - { - b.Navigation("Actions"); - - b.Navigation("EntityChanges"); - }); - - modelBuilder.Entity("Volo.Abp.AuditLogging.EntityChange", b => - { - b.Navigation("PropertyChanges"); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityRole", b => - { - b.Navigation("Claims"); - }); - - modelBuilder.Entity("Volo.Abp.Identity.IdentityUser", b => - { - b.Navigation("Claims"); - - b.Navigation("Logins"); - - b.Navigation("OrganizationUnits"); - - b.Navigation("Roles"); - - b.Navigation("Tokens"); - }); - - modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnit", b => - { - b.Navigation("Roles"); - }); - - modelBuilder.Entity("Volo.Abp.TenantManagement.Tenant", b => - { - b.Navigation("ConnectionStrings"); - }); -#pragma warning restore 612, 618 - } + } } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.EntityFrameworkCore/Migrations/20231110131226_Initial.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.EntityFrameworkCore/Migrations/20231110131226_Initial.cs index f1bae554c..f288cd89c 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.EntityFrameworkCore/Migrations/20231110131226_Initial.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.EntityFrameworkCore/Migrations/20231110131226_Initial.cs @@ -5,1080 +5,5 @@ using Microsoft.EntityFrameworkCore.Migrations; namespace WinIn.FasterZ.Wms.Migrations { - /// - public partial class Initial : Migration - { - /// - protected override void Up(MigrationBuilder migrationBuilder) - { - migrationBuilder.CreateTable( - name: "AbpAuditLogs", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - ApplicationName = table.Column(type: "nvarchar(96)", maxLength: 96, nullable: true), - UserId = table.Column(type: "uniqueidentifier", nullable: true), - UserName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), - TenantId = table.Column(type: "uniqueidentifier", nullable: true), - TenantName = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), - ImpersonatorUserId = table.Column(type: "uniqueidentifier", nullable: true), - ImpersonatorUserName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), - ImpersonatorTenantId = table.Column(type: "uniqueidentifier", nullable: true), - ImpersonatorTenantName = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), - ExecutionTime = table.Column(type: "datetime2", nullable: false), - ExecutionDuration = table.Column(type: "int", nullable: false), - ClientIpAddress = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), - ClientName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: true), - ClientId = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), - CorrelationId = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), - BrowserInfo = table.Column(type: "nvarchar(512)", maxLength: 512, nullable: true), - HttpMethod = table.Column(type: "nvarchar(16)", maxLength: 16, nullable: true), - Url = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), - Exceptions = table.Column(type: "nvarchar(max)", nullable: true), - Comments = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), - HttpStatusCode = table.Column(type: "int", nullable: true), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), - ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpAuditLogs", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "AbpBackgroundJobs", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - JobName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), - JobArgs = table.Column(type: "nvarchar(max)", maxLength: 1048576, nullable: false), - TryCount = table.Column(type: "smallint", nullable: false, defaultValue: (short)0), - CreationTime = table.Column(type: "datetime2", nullable: false), - NextTryTime = table.Column(type: "datetime2", nullable: false), - LastTryTime = table.Column(type: "datetime2", nullable: true), - IsAbandoned = table.Column(type: "bit", nullable: false, defaultValue: false), - Priority = table.Column(type: "tinyint", nullable: false, defaultValue: (byte)15), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), - ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpBackgroundJobs", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "AbpClaimTypes", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - Name = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), - Required = table.Column(type: "bit", nullable: false), - IsStatic = table.Column(type: "bit", nullable: false), - Regex = table.Column(type: "nvarchar(512)", maxLength: 512, nullable: true), - RegexDescription = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: true), - Description = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), - ValueType = table.Column(type: "int", nullable: false), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), - ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpClaimTypes", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "AbpFeatureGroups", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - Name = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), - DisplayName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpFeatureGroups", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "AbpFeatures", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - GroupName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), - Name = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), - ParentName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: true), - DisplayName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), - Description = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), - DefaultValue = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), - IsVisibleToClients = table.Column(type: "bit", nullable: false), - IsAvailableToHost = table.Column(type: "bit", nullable: false), - AllowedProviders = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), - ValueType = table.Column(type: "nvarchar(2048)", maxLength: 2048, nullable: true), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpFeatures", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "AbpFeatureValues", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - Name = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), - Value = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), - ProviderName = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), - ProviderKey = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpFeatureValues", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "AbpLinkUsers", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - SourceUserId = table.Column(type: "uniqueidentifier", nullable: false), - SourceTenantId = table.Column(type: "uniqueidentifier", nullable: true), - TargetUserId = table.Column(type: "uniqueidentifier", nullable: false), - TargetTenantId = table.Column(type: "uniqueidentifier", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpLinkUsers", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "AbpOrganizationUnits", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - TenantId = table.Column(type: "uniqueidentifier", nullable: true), - ParentId = table.Column(type: "uniqueidentifier", nullable: true), - Code = table.Column(type: "nvarchar(95)", maxLength: 95, nullable: false), - DisplayName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), - EntityVersion = table.Column(type: "int", nullable: false), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), - ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true), - CreationTime = table.Column(type: "datetime2", nullable: false), - CreatorId = table.Column(type: "uniqueidentifier", nullable: true), - LastModificationTime = table.Column(type: "datetime2", nullable: true), - LastModifierId = table.Column(type: "uniqueidentifier", nullable: true), - IsDeleted = table.Column(type: "bit", nullable: false, defaultValue: false), - DeleterId = table.Column(type: "uniqueidentifier", nullable: true), - DeletionTime = table.Column(type: "datetime2", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpOrganizationUnits", x => x.Id); - table.ForeignKey( - name: "FK_AbpOrganizationUnits_AbpOrganizationUnits_ParentId", - column: x => x.ParentId, - principalTable: "AbpOrganizationUnits", - principalColumn: "Id"); - }); - - migrationBuilder.CreateTable( - name: "AbpPermissionGrants", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - TenantId = table.Column(type: "uniqueidentifier", nullable: true), - Name = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), - ProviderName = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: false), - ProviderKey = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpPermissionGrants", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "AbpPermissionGroups", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - Name = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), - DisplayName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpPermissionGroups", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "AbpPermissions", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - GroupName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), - Name = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), - ParentName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: true), - DisplayName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), - IsEnabled = table.Column(type: "bit", nullable: false), - MultiTenancySide = table.Column(type: "tinyint", nullable: false), - Providers = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: true), - StateCheckers = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpPermissions", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "AbpRoles", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - TenantId = table.Column(type: "uniqueidentifier", nullable: true), - Name = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), - NormalizedName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), - IsDefault = table.Column(type: "bit", nullable: false), - IsStatic = table.Column(type: "bit", nullable: false), - IsPublic = table.Column(type: "bit", nullable: false), - EntityVersion = table.Column(type: "int", nullable: false), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), - ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpRoles", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "AbpSecurityLogs", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - TenantId = table.Column(type: "uniqueidentifier", nullable: true), - ApplicationName = table.Column(type: "nvarchar(96)", maxLength: 96, nullable: true), - Identity = table.Column(type: "nvarchar(96)", maxLength: 96, nullable: true), - Action = table.Column(type: "nvarchar(96)", maxLength: 96, nullable: true), - UserId = table.Column(type: "uniqueidentifier", nullable: true), - UserName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), - TenantName = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), - ClientId = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), - CorrelationId = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), - ClientIpAddress = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), - BrowserInfo = table.Column(type: "nvarchar(512)", maxLength: 512, nullable: true), - CreationTime = table.Column(type: "datetime2", nullable: false), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), - ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpSecurityLogs", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "AbpSettings", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - Name = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), - Value = table.Column(type: "nvarchar(2048)", maxLength: 2048, nullable: false), - ProviderName = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), - ProviderKey = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpSettings", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "AbpTenants", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - Name = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: false), - EntityVersion = table.Column(type: "int", nullable: false), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), - ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true), - CreationTime = table.Column(type: "datetime2", nullable: false), - CreatorId = table.Column(type: "uniqueidentifier", nullable: true), - LastModificationTime = table.Column(type: "datetime2", nullable: true), - LastModifierId = table.Column(type: "uniqueidentifier", nullable: true), - IsDeleted = table.Column(type: "bit", nullable: false, defaultValue: false), - DeleterId = table.Column(type: "uniqueidentifier", nullable: true), - DeletionTime = table.Column(type: "datetime2", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpTenants", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "AbpUserDelegations", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - TenantId = table.Column(type: "uniqueidentifier", nullable: true), - SourceUserId = table.Column(type: "uniqueidentifier", nullable: false), - TargetUserId = table.Column(type: "uniqueidentifier", nullable: false), - StartTime = table.Column(type: "datetime2", nullable: false), - EndTime = table.Column(type: "datetime2", nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpUserDelegations", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "AbpUsers", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - TenantId = table.Column(type: "uniqueidentifier", nullable: true), - UserName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), - NormalizedUserName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), - Name = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), - Surname = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), - Email = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), - NormalizedEmail = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), - EmailConfirmed = table.Column(type: "bit", nullable: false, defaultValue: false), - PasswordHash = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), - SecurityStamp = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), - IsExternal = table.Column(type: "bit", nullable: false, defaultValue: false), - PhoneNumber = table.Column(type: "nvarchar(16)", maxLength: 16, nullable: true), - PhoneNumberConfirmed = table.Column(type: "bit", nullable: false, defaultValue: false), - IsActive = table.Column(type: "bit", nullable: false), - TwoFactorEnabled = table.Column(type: "bit", nullable: false, defaultValue: false), - LockoutEnd = table.Column(type: "datetimeoffset", nullable: true), - LockoutEnabled = table.Column(type: "bit", nullable: false, defaultValue: false), - AccessFailedCount = table.Column(type: "int", nullable: false, defaultValue: 0), - ShouldChangePasswordOnNextLogin = table.Column(type: "bit", nullable: false), - EntityVersion = table.Column(type: "int", nullable: false), - LastPasswordChangeTime = table.Column(type: "datetimeoffset", nullable: true), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), - ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true), - CreationTime = table.Column(type: "datetime2", nullable: false), - CreatorId = table.Column(type: "uniqueidentifier", nullable: true), - LastModificationTime = table.Column(type: "datetime2", nullable: true), - LastModifierId = table.Column(type: "uniqueidentifier", nullable: true), - IsDeleted = table.Column(type: "bit", nullable: false, defaultValue: false), - DeleterId = table.Column(type: "uniqueidentifier", nullable: true), - DeletionTime = table.Column(type: "datetime2", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpUsers", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "OpenIddictApplications", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - ClientId = table.Column(type: "nvarchar(100)", maxLength: 100, nullable: true), - ClientSecret = table.Column(type: "nvarchar(max)", nullable: true), - ConsentType = table.Column(type: "nvarchar(50)", maxLength: 50, nullable: true), - DisplayName = table.Column(type: "nvarchar(max)", nullable: true), - DisplayNames = table.Column(type: "nvarchar(max)", nullable: true), - Permissions = table.Column(type: "nvarchar(max)", nullable: true), - PostLogoutRedirectUris = table.Column(type: "nvarchar(max)", nullable: true), - Properties = table.Column(type: "nvarchar(max)", nullable: true), - RedirectUris = table.Column(type: "nvarchar(max)", nullable: true), - Requirements = table.Column(type: "nvarchar(max)", nullable: true), - Type = table.Column(type: "nvarchar(50)", maxLength: 50, nullable: true), - ClientUri = table.Column(type: "nvarchar(max)", nullable: true), - LogoUri = table.Column(type: "nvarchar(max)", nullable: true), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), - ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true), - CreationTime = table.Column(type: "datetime2", nullable: false), - CreatorId = table.Column(type: "uniqueidentifier", nullable: true), - LastModificationTime = table.Column(type: "datetime2", nullable: true), - LastModifierId = table.Column(type: "uniqueidentifier", nullable: true), - IsDeleted = table.Column(type: "bit", nullable: false, defaultValue: false), - DeleterId = table.Column(type: "uniqueidentifier", nullable: true), - DeletionTime = table.Column(type: "datetime2", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_OpenIddictApplications", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "OpenIddictScopes", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - Description = table.Column(type: "nvarchar(max)", nullable: true), - Descriptions = table.Column(type: "nvarchar(max)", nullable: true), - DisplayName = table.Column(type: "nvarchar(max)", nullable: true), - DisplayNames = table.Column(type: "nvarchar(max)", nullable: true), - Name = table.Column(type: "nvarchar(200)", maxLength: 200, nullable: true), - Properties = table.Column(type: "nvarchar(max)", nullable: true), - Resources = table.Column(type: "nvarchar(max)", nullable: true), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), - ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true), - CreationTime = table.Column(type: "datetime2", nullable: false), - CreatorId = table.Column(type: "uniqueidentifier", nullable: true), - LastModificationTime = table.Column(type: "datetime2", nullable: true), - LastModifierId = table.Column(type: "uniqueidentifier", nullable: true), - IsDeleted = table.Column(type: "bit", nullable: false, defaultValue: false), - DeleterId = table.Column(type: "uniqueidentifier", nullable: true), - DeletionTime = table.Column(type: "datetime2", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_OpenIddictScopes", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "AbpAuditLogActions", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - TenantId = table.Column(type: "uniqueidentifier", nullable: true), - AuditLogId = table.Column(type: "uniqueidentifier", nullable: false), - ServiceName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), - MethodName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: true), - Parameters = table.Column(type: "nvarchar(2000)", maxLength: 2000, nullable: true), - ExecutionTime = table.Column(type: "datetime2", nullable: false), - ExecutionDuration = table.Column(type: "int", nullable: false), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpAuditLogActions", x => x.Id); - table.ForeignKey( - name: "FK_AbpAuditLogActions_AbpAuditLogs_AuditLogId", - column: x => x.AuditLogId, - principalTable: "AbpAuditLogs", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "AbpEntityChanges", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - AuditLogId = table.Column(type: "uniqueidentifier", nullable: false), - TenantId = table.Column(type: "uniqueidentifier", nullable: true), - ChangeTime = table.Column(type: "datetime2", nullable: false), - ChangeType = table.Column(type: "tinyint", nullable: false), - EntityTenantId = table.Column(type: "uniqueidentifier", nullable: true), - EntityId = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), - EntityTypeFullName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpEntityChanges", x => x.Id); - table.ForeignKey( - name: "FK_AbpEntityChanges_AbpAuditLogs_AuditLogId", - column: x => x.AuditLogId, - principalTable: "AbpAuditLogs", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "AbpOrganizationUnitRoles", - columns: table => new - { - RoleId = table.Column(type: "uniqueidentifier", nullable: false), - OrganizationUnitId = table.Column(type: "uniqueidentifier", nullable: false), - TenantId = table.Column(type: "uniqueidentifier", nullable: true), - CreationTime = table.Column(type: "datetime2", nullable: false), - CreatorId = table.Column(type: "uniqueidentifier", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpOrganizationUnitRoles", x => new { x.OrganizationUnitId, x.RoleId }); - table.ForeignKey( - name: "FK_AbpOrganizationUnitRoles_AbpOrganizationUnits_OrganizationUnitId", - column: x => x.OrganizationUnitId, - principalTable: "AbpOrganizationUnits", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - table.ForeignKey( - name: "FK_AbpOrganizationUnitRoles_AbpRoles_RoleId", - column: x => x.RoleId, - principalTable: "AbpRoles", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "AbpRoleClaims", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - RoleId = table.Column(type: "uniqueidentifier", nullable: false), - TenantId = table.Column(type: "uniqueidentifier", nullable: true), - ClaimType = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), - ClaimValue = table.Column(type: "nvarchar(1024)", maxLength: 1024, nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpRoleClaims", x => x.Id); - table.ForeignKey( - name: "FK_AbpRoleClaims_AbpRoles_RoleId", - column: x => x.RoleId, - principalTable: "AbpRoles", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "AbpTenantConnectionStrings", - columns: table => new - { - TenantId = table.Column(type: "uniqueidentifier", nullable: false), - Name = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: false), - Value = table.Column(type: "nvarchar(1024)", maxLength: 1024, nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpTenantConnectionStrings", x => new { x.TenantId, x.Name }); - table.ForeignKey( - name: "FK_AbpTenantConnectionStrings_AbpTenants_TenantId", - column: x => x.TenantId, - principalTable: "AbpTenants", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "AbpUserClaims", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - UserId = table.Column(type: "uniqueidentifier", nullable: false), - TenantId = table.Column(type: "uniqueidentifier", nullable: true), - ClaimType = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), - ClaimValue = table.Column(type: "nvarchar(1024)", maxLength: 1024, nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpUserClaims", x => x.Id); - table.ForeignKey( - name: "FK_AbpUserClaims_AbpUsers_UserId", - column: x => x.UserId, - principalTable: "AbpUsers", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "AbpUserLogins", - columns: table => new - { - UserId = table.Column(type: "uniqueidentifier", nullable: false), - LoginProvider = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: false), - TenantId = table.Column(type: "uniqueidentifier", nullable: true), - ProviderKey = table.Column(type: "nvarchar(196)", maxLength: 196, nullable: false), - ProviderDisplayName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpUserLogins", x => new { x.UserId, x.LoginProvider }); - table.ForeignKey( - name: "FK_AbpUserLogins_AbpUsers_UserId", - column: x => x.UserId, - principalTable: "AbpUsers", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "AbpUserOrganizationUnits", - columns: table => new - { - UserId = table.Column(type: "uniqueidentifier", nullable: false), - OrganizationUnitId = table.Column(type: "uniqueidentifier", nullable: false), - TenantId = table.Column(type: "uniqueidentifier", nullable: true), - CreationTime = table.Column(type: "datetime2", nullable: false), - CreatorId = table.Column(type: "uniqueidentifier", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpUserOrganizationUnits", x => new { x.OrganizationUnitId, x.UserId }); - table.ForeignKey( - name: "FK_AbpUserOrganizationUnits_AbpOrganizationUnits_OrganizationUnitId", - column: x => x.OrganizationUnitId, - principalTable: "AbpOrganizationUnits", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - table.ForeignKey( - name: "FK_AbpUserOrganizationUnits_AbpUsers_UserId", - column: x => x.UserId, - principalTable: "AbpUsers", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "AbpUserRoles", - columns: table => new - { - UserId = table.Column(type: "uniqueidentifier", nullable: false), - RoleId = table.Column(type: "uniqueidentifier", nullable: false), - TenantId = table.Column(type: "uniqueidentifier", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpUserRoles", x => new { x.UserId, x.RoleId }); - table.ForeignKey( - name: "FK_AbpUserRoles_AbpRoles_RoleId", - column: x => x.RoleId, - principalTable: "AbpRoles", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - table.ForeignKey( - name: "FK_AbpUserRoles_AbpUsers_UserId", - column: x => x.UserId, - principalTable: "AbpUsers", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "AbpUserTokens", - columns: table => new - { - UserId = table.Column(type: "uniqueidentifier", nullable: false), - LoginProvider = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: false), - Name = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), - TenantId = table.Column(type: "uniqueidentifier", nullable: true), - Value = table.Column(type: "nvarchar(max)", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpUserTokens", x => new { x.UserId, x.LoginProvider, x.Name }); - table.ForeignKey( - name: "FK_AbpUserTokens_AbpUsers_UserId", - column: x => x.UserId, - principalTable: "AbpUsers", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "OpenIddictAuthorizations", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - ApplicationId = table.Column(type: "uniqueidentifier", nullable: true), - CreationDate = table.Column(type: "datetime2", nullable: true), - Properties = table.Column(type: "nvarchar(max)", nullable: true), - Scopes = table.Column(type: "nvarchar(max)", nullable: true), - Status = table.Column(type: "nvarchar(50)", maxLength: 50, nullable: true), - Subject = table.Column(type: "nvarchar(400)", maxLength: 400, nullable: true), - Type = table.Column(type: "nvarchar(50)", maxLength: 50, nullable: true), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), - ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true), - CreationTime = table.Column(type: "datetime2", nullable: false), - CreatorId = table.Column(type: "uniqueidentifier", nullable: true), - LastModificationTime = table.Column(type: "datetime2", nullable: true), - LastModifierId = table.Column(type: "uniqueidentifier", nullable: true), - IsDeleted = table.Column(type: "bit", nullable: false, defaultValue: false), - DeleterId = table.Column(type: "uniqueidentifier", nullable: true), - DeletionTime = table.Column(type: "datetime2", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_OpenIddictAuthorizations", x => x.Id); - table.ForeignKey( - name: "FK_OpenIddictAuthorizations_OpenIddictApplications_ApplicationId", - column: x => x.ApplicationId, - principalTable: "OpenIddictApplications", - principalColumn: "Id"); - }); - - migrationBuilder.CreateTable( - name: "AbpEntityPropertyChanges", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - TenantId = table.Column(type: "uniqueidentifier", nullable: true), - EntityChangeId = table.Column(type: "uniqueidentifier", nullable: false), - NewValue = table.Column(type: "nvarchar(512)", maxLength: 512, nullable: true), - OriginalValue = table.Column(type: "nvarchar(512)", maxLength: 512, nullable: true), - PropertyName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), - PropertyTypeFullName = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_AbpEntityPropertyChanges", x => x.Id); - table.ForeignKey( - name: "FK_AbpEntityPropertyChanges_AbpEntityChanges_EntityChangeId", - column: x => x.EntityChangeId, - principalTable: "AbpEntityChanges", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "OpenIddictTokens", - columns: table => new - { - Id = table.Column(type: "uniqueidentifier", nullable: false), - ApplicationId = table.Column(type: "uniqueidentifier", nullable: true), - AuthorizationId = table.Column(type: "uniqueidentifier", nullable: true), - CreationDate = table.Column(type: "datetime2", nullable: true), - ExpirationDate = table.Column(type: "datetime2", nullable: true), - Payload = table.Column(type: "nvarchar(max)", nullable: true), - Properties = table.Column(type: "nvarchar(max)", nullable: true), - RedemptionDate = table.Column(type: "datetime2", nullable: true), - ReferenceId = table.Column(type: "nvarchar(100)", maxLength: 100, nullable: true), - Status = table.Column(type: "nvarchar(50)", maxLength: 50, nullable: true), - Subject = table.Column(type: "nvarchar(400)", maxLength: 400, nullable: true), - Type = table.Column(type: "nvarchar(50)", maxLength: 50, nullable: true), - ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), - ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true), - CreationTime = table.Column(type: "datetime2", nullable: false), - CreatorId = table.Column(type: "uniqueidentifier", nullable: true), - LastModificationTime = table.Column(type: "datetime2", nullable: true), - LastModifierId = table.Column(type: "uniqueidentifier", nullable: true), - IsDeleted = table.Column(type: "bit", nullable: false, defaultValue: false), - DeleterId = table.Column(type: "uniqueidentifier", nullable: true), - DeletionTime = table.Column(type: "datetime2", nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_OpenIddictTokens", x => x.Id); - table.ForeignKey( - name: "FK_OpenIddictTokens_OpenIddictApplications_ApplicationId", - column: x => x.ApplicationId, - principalTable: "OpenIddictApplications", - principalColumn: "Id"); - table.ForeignKey( - name: "FK_OpenIddictTokens_OpenIddictAuthorizations_AuthorizationId", - column: x => x.AuthorizationId, - principalTable: "OpenIddictAuthorizations", - principalColumn: "Id"); - }); - - migrationBuilder.CreateIndex( - name: "IX_AbpAuditLogActions_AuditLogId", - table: "AbpAuditLogActions", - column: "AuditLogId"); - - migrationBuilder.CreateIndex( - name: "IX_AbpAuditLogActions_TenantId_ServiceName_MethodName_ExecutionTime", - table: "AbpAuditLogActions", - columns: new[] { "TenantId", "ServiceName", "MethodName", "ExecutionTime" }); - - migrationBuilder.CreateIndex( - name: "IX_AbpAuditLogs_TenantId_ExecutionTime", - table: "AbpAuditLogs", - columns: new[] { "TenantId", "ExecutionTime" }); - - migrationBuilder.CreateIndex( - name: "IX_AbpAuditLogs_TenantId_UserId_ExecutionTime", - table: "AbpAuditLogs", - columns: new[] { "TenantId", "UserId", "ExecutionTime" }); - - migrationBuilder.CreateIndex( - name: "IX_AbpBackgroundJobs_IsAbandoned_NextTryTime", - table: "AbpBackgroundJobs", - columns: new[] { "IsAbandoned", "NextTryTime" }); - - migrationBuilder.CreateIndex( - name: "IX_AbpEntityChanges_AuditLogId", - table: "AbpEntityChanges", - column: "AuditLogId"); - - migrationBuilder.CreateIndex( - name: "IX_AbpEntityChanges_TenantId_EntityTypeFullName_EntityId", - table: "AbpEntityChanges", - columns: new[] { "TenantId", "EntityTypeFullName", "EntityId" }); - - migrationBuilder.CreateIndex( - name: "IX_AbpEntityPropertyChanges_EntityChangeId", - table: "AbpEntityPropertyChanges", - column: "EntityChangeId"); - - migrationBuilder.CreateIndex( - name: "IX_AbpFeatureGroups_Name", - table: "AbpFeatureGroups", - column: "Name", - unique: true); - - migrationBuilder.CreateIndex( - name: "IX_AbpFeatures_GroupName", - table: "AbpFeatures", - column: "GroupName"); - - migrationBuilder.CreateIndex( - name: "IX_AbpFeatures_Name", - table: "AbpFeatures", - column: "Name", - unique: true); - - migrationBuilder.CreateIndex( - name: "IX_AbpFeatureValues_Name_ProviderName_ProviderKey", - table: "AbpFeatureValues", - columns: new[] { "Name", "ProviderName", "ProviderKey" }, - unique: true, - filter: "[ProviderName] IS NOT NULL AND [ProviderKey] IS NOT NULL"); - - migrationBuilder.CreateIndex( - name: "IX_AbpLinkUsers_SourceUserId_SourceTenantId_TargetUserId_TargetTenantId", - table: "AbpLinkUsers", - columns: new[] { "SourceUserId", "SourceTenantId", "TargetUserId", "TargetTenantId" }, - unique: true, - filter: "[SourceTenantId] IS NOT NULL AND [TargetTenantId] IS NOT NULL"); - - migrationBuilder.CreateIndex( - name: "IX_AbpOrganizationUnitRoles_RoleId_OrganizationUnitId", - table: "AbpOrganizationUnitRoles", - columns: new[] { "RoleId", "OrganizationUnitId" }); - - migrationBuilder.CreateIndex( - name: "IX_AbpOrganizationUnits_Code", - table: "AbpOrganizationUnits", - column: "Code"); - - migrationBuilder.CreateIndex( - name: "IX_AbpOrganizationUnits_ParentId", - table: "AbpOrganizationUnits", - column: "ParentId"); - - migrationBuilder.CreateIndex( - name: "IX_AbpPermissionGrants_TenantId_Name_ProviderName_ProviderKey", - table: "AbpPermissionGrants", - columns: new[] { "TenantId", "Name", "ProviderName", "ProviderKey" }, - unique: true, - filter: "[TenantId] IS NOT NULL"); - - migrationBuilder.CreateIndex( - name: "IX_AbpPermissionGroups_Name", - table: "AbpPermissionGroups", - column: "Name", - unique: true); - - migrationBuilder.CreateIndex( - name: "IX_AbpPermissions_GroupName", - table: "AbpPermissions", - column: "GroupName"); - - migrationBuilder.CreateIndex( - name: "IX_AbpPermissions_Name", - table: "AbpPermissions", - column: "Name", - unique: true); - - migrationBuilder.CreateIndex( - name: "IX_AbpRoleClaims_RoleId", - table: "AbpRoleClaims", - column: "RoleId"); - - migrationBuilder.CreateIndex( - name: "IX_AbpRoles_NormalizedName", - table: "AbpRoles", - column: "NormalizedName"); - - migrationBuilder.CreateIndex( - name: "IX_AbpSecurityLogs_TenantId_Action", - table: "AbpSecurityLogs", - columns: new[] { "TenantId", "Action" }); - - migrationBuilder.CreateIndex( - name: "IX_AbpSecurityLogs_TenantId_ApplicationName", - table: "AbpSecurityLogs", - columns: new[] { "TenantId", "ApplicationName" }); - - migrationBuilder.CreateIndex( - name: "IX_AbpSecurityLogs_TenantId_Identity", - table: "AbpSecurityLogs", - columns: new[] { "TenantId", "Identity" }); - - migrationBuilder.CreateIndex( - name: "IX_AbpSecurityLogs_TenantId_UserId", - table: "AbpSecurityLogs", - columns: new[] { "TenantId", "UserId" }); - - migrationBuilder.CreateIndex( - name: "IX_AbpSettings_Name_ProviderName_ProviderKey", - table: "AbpSettings", - columns: new[] { "Name", "ProviderName", "ProviderKey" }, - unique: true, - filter: "[ProviderName] IS NOT NULL AND [ProviderKey] IS NOT NULL"); - - migrationBuilder.CreateIndex( - name: "IX_AbpTenants_Name", - table: "AbpTenants", - column: "Name"); - - migrationBuilder.CreateIndex( - name: "IX_AbpUserClaims_UserId", - table: "AbpUserClaims", - column: "UserId"); - - migrationBuilder.CreateIndex( - name: "IX_AbpUserLogins_LoginProvider_ProviderKey", - table: "AbpUserLogins", - columns: new[] { "LoginProvider", "ProviderKey" }); - - migrationBuilder.CreateIndex( - name: "IX_AbpUserOrganizationUnits_UserId_OrganizationUnitId", - table: "AbpUserOrganizationUnits", - columns: new[] { "UserId", "OrganizationUnitId" }); - - migrationBuilder.CreateIndex( - name: "IX_AbpUserRoles_RoleId_UserId", - table: "AbpUserRoles", - columns: new[] { "RoleId", "UserId" }); - - migrationBuilder.CreateIndex( - name: "IX_AbpUsers_Email", - table: "AbpUsers", - column: "Email"); - - migrationBuilder.CreateIndex( - name: "IX_AbpUsers_NormalizedEmail", - table: "AbpUsers", - column: "NormalizedEmail"); - - migrationBuilder.CreateIndex( - name: "IX_AbpUsers_NormalizedUserName", - table: "AbpUsers", - column: "NormalizedUserName"); - - migrationBuilder.CreateIndex( - name: "IX_AbpUsers_UserName", - table: "AbpUsers", - column: "UserName"); - - migrationBuilder.CreateIndex( - name: "IX_OpenIddictApplications_ClientId", - table: "OpenIddictApplications", - column: "ClientId"); - - migrationBuilder.CreateIndex( - name: "IX_OpenIddictAuthorizations_ApplicationId_Status_Subject_Type", - table: "OpenIddictAuthorizations", - columns: new[] { "ApplicationId", "Status", "Subject", "Type" }); - - migrationBuilder.CreateIndex( - name: "IX_OpenIddictScopes_Name", - table: "OpenIddictScopes", - column: "Name"); - - migrationBuilder.CreateIndex( - name: "IX_OpenIddictTokens_ApplicationId_Status_Subject_Type", - table: "OpenIddictTokens", - columns: new[] { "ApplicationId", "Status", "Subject", "Type" }); - - migrationBuilder.CreateIndex( - name: "IX_OpenIddictTokens_AuthorizationId", - table: "OpenIddictTokens", - column: "AuthorizationId"); - - migrationBuilder.CreateIndex( - name: "IX_OpenIddictTokens_ReferenceId", - table: "OpenIddictTokens", - column: "ReferenceId"); - } - - /// - protected override void Down(MigrationBuilder migrationBuilder) - { - migrationBuilder.DropTable( - name: "AbpAuditLogActions"); - - migrationBuilder.DropTable( - name: "AbpBackgroundJobs"); - - migrationBuilder.DropTable( - name: "AbpClaimTypes"); - - migrationBuilder.DropTable( - name: "AbpEntityPropertyChanges"); - - migrationBuilder.DropTable( - name: "AbpFeatureGroups"); - - migrationBuilder.DropTable( - name: "AbpFeatures"); - - migrationBuilder.DropTable( - name: "AbpFeatureValues"); - - migrationBuilder.DropTable( - name: "AbpLinkUsers"); - - migrationBuilder.DropTable( - name: "AbpOrganizationUnitRoles"); - - migrationBuilder.DropTable( - name: "AbpPermissionGrants"); - - migrationBuilder.DropTable( - name: "AbpPermissionGroups"); - - migrationBuilder.DropTable( - name: "AbpPermissions"); - - migrationBuilder.DropTable( - name: "AbpRoleClaims"); - - migrationBuilder.DropTable( - name: "AbpSecurityLogs"); - - migrationBuilder.DropTable( - name: "AbpSettings"); - - migrationBuilder.DropTable( - name: "AbpTenantConnectionStrings"); - - migrationBuilder.DropTable( - name: "AbpUserClaims"); - - migrationBuilder.DropTable( - name: "AbpUserDelegations"); - - migrationBuilder.DropTable( - name: "AbpUserLogins"); - - migrationBuilder.DropTable( - name: "AbpUserOrganizationUnits"); - - migrationBuilder.DropTable( - name: "AbpUserRoles"); - - migrationBuilder.DropTable( - name: "AbpUserTokens"); - - migrationBuilder.DropTable( - name: "OpenIddictScopes"); - - migrationBuilder.DropTable( - name: "OpenIddictTokens"); - - migrationBuilder.DropTable( - name: "AbpEntityChanges"); - - migrationBuilder.DropTable( - name: "AbpTenants"); - - migrationBuilder.DropTable( - name: "AbpOrganizationUnits"); - - migrationBuilder.DropTable( - name: "AbpRoles"); - - migrationBuilder.DropTable( - name: "AbpUsers"); - - migrationBuilder.DropTable( - name: "OpenIddictAuthorizations"); - - migrationBuilder.DropTable( - name: "AbpAuditLogs"); - - migrationBuilder.DropTable( - name: "OpenIddictApplications"); - } - } + } diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.EntityFrameworkCore/Migrations/WmsDbContextModelSnapshot.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.EntityFrameworkCore/Migrations/WmsDbContextModelSnapshot.cs index 15ae82d2b..03ddd81cd 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.EntityFrameworkCore/Migrations/WmsDbContextModelSnapshot.cs +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.EntityFrameworkCore/Migrations/WmsDbContextModelSnapshot.cs @@ -60,11 +60,11 @@ namespace WinIn.FasterZ.Wms.Migrations .HasColumnType("nvarchar(256)") .HasColumnName("Comments"); - b.Property("ConcurrencyStamp") + b.Property("") .IsConcurrencyToken() .HasMaxLength(40) .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); + .HasColumnName(""); b.Property("CorrelationId") .HasMaxLength(64) @@ -292,11 +292,11 @@ namespace WinIn.FasterZ.Wms.Migrations .ValueGeneratedOnAdd() .HasColumnType("uniqueidentifier"); - b.Property("ConcurrencyStamp") + b.Property("") .IsConcurrencyToken() .HasMaxLength(40) .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); + .HasColumnName(""); b.Property("CreationTime") .HasColumnType("datetime2") @@ -471,11 +471,11 @@ namespace WinIn.FasterZ.Wms.Migrations b.Property("Id") .HasColumnType("uniqueidentifier"); - b.Property("ConcurrencyStamp") + b.Property("") .IsConcurrencyToken() .HasMaxLength(40) .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); + .HasColumnName(""); b.Property("Description") .HasMaxLength(256) @@ -543,11 +543,11 @@ namespace WinIn.FasterZ.Wms.Migrations b.Property("Id") .HasColumnType("uniqueidentifier"); - b.Property("ConcurrencyStamp") + b.Property("") .IsConcurrencyToken() .HasMaxLength(40) .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); + .HasColumnName(""); b.Property("EntityVersion") .HasColumnType("int"); @@ -642,11 +642,11 @@ namespace WinIn.FasterZ.Wms.Migrations .HasMaxLength(64) .HasColumnType("nvarchar(64)"); - b.Property("ConcurrencyStamp") + b.Property("") .IsConcurrencyToken() .HasMaxLength(40) .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); + .HasColumnName(""); b.Property("CorrelationId") .HasMaxLength(64) @@ -702,11 +702,11 @@ namespace WinIn.FasterZ.Wms.Migrations .HasDefaultValue(0) .HasColumnName("AccessFailedCount"); - b.Property("ConcurrencyStamp") + b.Property("") .IsConcurrencyToken() .HasMaxLength(40) .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); + .HasColumnName(""); b.Property("CreationTime") .HasColumnType("datetime2") @@ -1020,11 +1020,11 @@ namespace WinIn.FasterZ.Wms.Migrations .HasColumnType("nvarchar(95)") .HasColumnName("Code"); - b.Property("ConcurrencyStamp") + b.Property("") .IsConcurrencyToken() .HasMaxLength(40) .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); + .HasColumnName(""); b.Property("CreationTime") .HasColumnType("datetime2") @@ -1128,11 +1128,11 @@ namespace WinIn.FasterZ.Wms.Migrations b.Property("ClientUri") .HasColumnType("nvarchar(max)"); - b.Property("ConcurrencyStamp") + b.Property("") .IsConcurrencyToken() .HasMaxLength(40) .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); + .HasColumnName(""); b.Property("ConsentType") .HasMaxLength(50) @@ -1216,11 +1216,11 @@ namespace WinIn.FasterZ.Wms.Migrations b.Property("ApplicationId") .HasColumnType("uniqueidentifier"); - b.Property("ConcurrencyStamp") + b.Property("") .IsConcurrencyToken() .HasMaxLength(40) .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); + .HasColumnName(""); b.Property("CreationDate") .HasColumnType("datetime2"); @@ -1290,11 +1290,11 @@ namespace WinIn.FasterZ.Wms.Migrations .ValueGeneratedOnAdd() .HasColumnType("uniqueidentifier"); - b.Property("ConcurrencyStamp") + b.Property("") .IsConcurrencyToken() .HasMaxLength(40) .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); + .HasColumnName(""); b.Property("CreationTime") .HasColumnType("datetime2") @@ -1371,11 +1371,11 @@ namespace WinIn.FasterZ.Wms.Migrations b.Property("AuthorizationId") .HasColumnType("uniqueidentifier"); - b.Property("ConcurrencyStamp") + b.Property("") .IsConcurrencyToken() .HasMaxLength(40) .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); + .HasColumnName(""); b.Property("CreationDate") .HasColumnType("datetime2"); @@ -1606,11 +1606,11 @@ namespace WinIn.FasterZ.Wms.Migrations b.Property("Id") .HasColumnType("uniqueidentifier"); - b.Property("ConcurrencyStamp") + b.Property("") .IsConcurrencyToken() .HasMaxLength(40) .HasColumnType("nvarchar(40)") - .HasColumnName("ConcurrencyStamp"); + .HasColumnName(""); b.Property("CreationTime") .HasColumnType("datetime2") diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.HttpApi.Host/appsettings.json b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.HttpApi.Host/appsettings.json index ecd63c6f7..ccad8a1a4 100644 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.HttpApi.Host/appsettings.json +++ b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.HttpApi.Host/appsettings.json @@ -1,6 +1,6 @@ { "App": { - "CorsOrigins": "http://localhost:60011,http://localhost:60012,http://localhost:60013,http://localhost:60021,http://localhost:60022,http://localhost:60022,http://localhost:10090", + "CorsOrigins": "http://dev.ccwin-in.com:60080,http://dev.ccwin-in.com:60081,http://dev.ccwin-in.com:60075,http://localhost:60080,http://localhost:60081,http://localhost:60075", "Audit": { "IsEnabled": false // 禁用审计功能 // 其他审计相关设置项 @@ -14,7 +14,7 @@ "Configuration": "127.0.0.1" }, "AuthServer": { - "Authority": "http://192.168.0.240:60100", + "Authority": "http://192.168.0.240:60080", "RequireHttpsMetadata": "false", "SwaggerClientId": "Wms_Swagger" }, @@ -22,6 +22,6 @@ "DefaultPassPhrase": "4jjXQgqwh6PRrjn4" }, "AlwaysAllowAuthorization": "false", - "urls": "http://192.168.0.240:60011" + "urls": "http://192.168.0.240:60081" } diff --git a/端口.txt b/端口.txt index 8b6ccdefa..5c997804f 100644 --- a/端口.txt +++ b/端口.txt @@ -5,7 +5,10 @@ 60071 pda 60073 大屏 60074 报表4 打印标签 (IIS发布) +60075 Faster.Pc +60080 Faster.AuthCenter +60081 Faster.Wms 60082 core 60083 auth 60084 basedata