From 87ba0886131746372f2c2d977cf2af51502f0179 Mon Sep 17 00:00:00 2001 From: lwh <2679599887@qq.com> Date: Sat, 24 Jun 2023 23:21:02 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20=E5=AE=8C=E5=96=84=E5=95=86=E5=93=81?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Api/Custom/Customers/CustomerApiDto.cs | 4 +- .../Dto/Api/ShopManager/Shops/ShopApiDto.cs | 4 +- .../Business/Custom/Customers/CustomerDto.cs | 8 +- .../GoodsCategorys/GoodsCategoryDto.cs | 4 +- .../GoodsServicess/GoodsServicesDto.cs | 4 +- .../GoodsServicesRels/GoodsServicesRelDto.cs | 4 +- .../GoodsSpecs/GoodsSkus/GoodsSkuDto.cs | 4 +- .../GoodsSpecRels/GoodsSpecRelDto.cs | 4 +- .../GoodsSpecs/SpecValues/SpecValueDto.cs | 4 +- .../GoodsManager/GoodsSpecs/Specs/SpecDto.cs | 4 +- .../Business/GoodsManager/Goodss/GoodsDto.cs | 83 +++++++++++- .../ShopGoodsCategoryDto.cs | 4 +- .../DeliveryRules/DeliveryRuleDto.cs | 4 +- .../LogisticsManage/Deliverys/DeliveryDto.cs | 6 +- .../LogisticsCompanys/LogisticsCompanyDto.cs | 4 +- .../ShopAddresss/ShopAddressDto.cs | 4 +- .../Dto/Business/ShopManager/Shops/ShopDto.cs | 14 +- .../Business/Custom/Customers/Customer.cs | 2 +- .../GoodsCategorys/GoodsCategory.cs | 2 +- .../GoodsServicess/GoodsServices.cs | 2 +- .../GoodsServicesRels/GoodsServicesRel.cs | 17 +-- .../GoodsSpecs/GoodsSkus/GoodsSku.cs | 2 +- .../GoodsSpecs/GoodsSpecRels/GoodsSpecRel.cs | 2 +- .../GoodsSpecs/SpecValues/SpecValue.cs | 2 +- .../GoodsManager/GoodsSpecs/Specs/Spec.cs | 2 +- .../Business/GoodsManager/Goodss/Goods.cs | 16 ++- .../ShopGoodsCategorys/ShopGoodsCategory.cs | 2 +- .../DeliveryRules/DeliveryRule.cs | 2 +- .../LogisticsManage/Deliverys/Delivery.cs | 2 +- .../LogisticsCompanys/LogisticsCompany.cs | 2 +- .../ShopManager/ShopAddresss/ShopAddress.cs | 2 +- .../Models/Business/ShopManager/Shops/Shop.cs | 2 +- .../ShopManager/Shops/GoodsCategoryVoApi.cs | 2 +- .../Vo/Api/ShopManager/Shops/ShopApiVo.cs | 2 +- .../Business/Custom/Customers/CustomerVo.cs | 2 +- .../GoodsCategorys/GoodsCategoryVo.cs | 2 +- .../GoodsServicesRels/GoodsServicesRelVo.cs | 15 +-- .../GoodsServicess/GoodsServicesVo.cs | 2 +- .../GoodsSpecs/GoodsSkus/GoodsSkuVo.cs | 2 +- .../GoodsSpecRels/GoodsSpecRelVo.cs | 2 +- .../GoodsSpecs/SpecValues/SpecValueVo.cs | 2 +- .../GoodsManager/GoodsSpecs/Specs/SpecVo.cs | 2 +- .../Business/GoodsManager/Goodss/GoodsVo.cs | 2 +- .../ShopGoodsCategorys/ShopGoodsCategoryVo.cs | 2 +- .../DeliveryRules/DeliveryRuleVo.cs | 2 +- .../LogisticsManage/Deliverys/DeliveryVo.cs | 2 +- .../LogisticsCompanys/LogisticsCompanyVo.cs | 2 +- .../ShopManager/ShopAddresss/ShopAddressVo.cs | 2 +- .../Shops/CustomerWithOutBindVo.cs | 2 +- .../Vo/Business/ShopManager/Shops/ShopVo.cs | 4 +- .../ShopManager/Shops/UserWithOutBindVo.cs | 2 +- .../Custom/Customers/CustomerRepository.cs | 2 +- .../GoodsCategorys/GoodsCategoryRepository.cs | 2 +- .../GoodsServicesRelRepository.cs | 2 +- .../GoodsServicess/GoodsServicesRepository.cs | 2 +- .../GoodsSkus/GoodsSkuRepository.cs | 2 +- .../GoodsSpecRels/GoodsSpecRelRepository.cs | 2 +- .../SpecValues/SpecValueRepository.cs | 2 +- .../GoodsSpecs/Specs/SpecRepository.cs | 2 +- .../GoodsManager/Goodss/GoodsRepository.cs | 2 +- .../ShopGoodsCategoryRepository.cs | 2 +- .../DeliveryRules/DeliveryRuleRepository.cs | 2 +- .../Deliverys/DeliveryRepository.cs | 2 +- .../LogisticsCompanyRepository.cs | 2 +- .../ShopAddresss/ShopAddressRepository.cs | 2 +- .../ShopManager/Shops/ShopRepository.cs | 2 +- .../Custom/Customers/CustomerServiceApi.cs | 2 +- .../ShopManager/Shops/ShopServiceApi.cs | 2 +- .../Custom/Customers/ICustomerServiceApi.cs | 2 +- .../ShopManager/Shops/IShopServiceApi.cs | 2 +- .../Custom/Customers/CustomerService.cs | 2 +- .../GoodsCategorys/GoodsCategoryService.cs | 2 +- .../GoodsServicesRelService.cs | 47 +++---- .../GoodsServicess/GoodsServicesService.cs | 2 +- .../GoodsSpecs/GoodsSkus/GoodsSkuService.cs | 2 +- .../GoodsSpecRels/GoodsSpecRelService.cs | 67 +++++----- .../GoodsSpecs/SpecValues/SpecValueService.cs | 39 +++--- .../GoodsSpecs/Specs/SpecService.cs | 58 ++++---- .../GoodsManager/Goodss/GoodsService.cs | 126 +++++++++++++++++- .../ShopGoodsCategoryService.cs | 2 +- .../DeliveryRules/DeliveryRuleService.cs | 2 +- .../Deliverys/DeliveryService.cs | 2 +- .../LogisticsCompanyService.cs | 2 +- .../ShopAddresss/ShopAddressService.cs | 2 +- .../ShopManager/Shops/ShopService.cs | 2 +- .../Custom/Customers/ICustomerService.cs | 2 +- .../GoodsCategorys/IGoodsCategoryService.cs | 2 +- .../IGoodsServicesRelService.cs | 22 +-- .../GoodsServicess/IGoodsServicesService.cs | 2 +- .../GoodsSpecs/GoodsSkus/IGoodsSkuService.cs | 2 +- .../GoodsSpecRels/IGoodsSpecRelService.cs | 22 +-- .../SpecValues/ISpecValueService.cs | 23 ++-- .../GoodsSpecs/Specs/ISpecService.cs | 23 ++-- .../GoodsManager/Goodss/IGoodsService.cs | 2 +- .../IShopGoodsCategoryService.cs | 2 +- .../DeliveryRules/IDeliveryRuleService.cs | 2 +- .../Deliverys/IDeliveryService.cs | 2 +- .../ILogisticsCompanyService.cs | 2 +- .../ShopAddresss/IShopAddressService.cs | 2 +- .../ShopManager/Shops/IShopService.cs | 2 +- .../Custom/Customers/CustomerApiController.cs | 2 +- .../ShopManager/Shops/ShopApiController.cs | 2 +- .../Custom/Customers/CustomerController.cs | 2 +- .../GoodsCategorys/GoodsCategoryController.cs | 2 +- .../GoodsServicess/GoodsServicesController.cs | 2 +- .../GoodsManager/Goodss/GoodsController.cs | 2 +- .../ShopGoodsCategoryController.cs | 2 +- .../Deliverys/DeliveryController.cs | 2 +- .../LogisticsCompanyController.cs | 2 +- .../ShopAddresss/ShopAddressController.cs | 2 +- .../ShopManager/Shops/ShopController.cs | 2 +- ARW.WebApi/appsettings.json | 6 +- 112 files changed, 510 insertions(+), 300 deletions(-) diff --git a/ARW.Model/Dto/Api/Custom/Customers/CustomerApiDto.cs b/ARW.Model/Dto/Api/Custom/Customers/CustomerApiDto.cs index 233d47b..7d5013b 100644 --- a/ARW.Model/Dto/Api/Custom/Customers/CustomerApiDto.cs +++ b/ARW.Model/Dto/Api/Custom/Customers/CustomerApiDto.cs @@ -9,7 +9,7 @@ namespace ARW.Model.Dto.Api.Custom.Customers /// /// 小程序客户查询对象Api /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-07 /// public class CustomerQueryDtoApi : PagerInfo @@ -23,7 +23,7 @@ namespace ARW.Model.Dto.Api.Custom.Customers /// /// 小程序客户详情输入对象Api /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-07 /// public class CustomerDtoApi diff --git a/ARW.Model/Dto/Api/ShopManager/Shops/ShopApiDto.cs b/ARW.Model/Dto/Api/ShopManager/Shops/ShopApiDto.cs index 07ca684..cf47a98 100644 --- a/ARW.Model/Dto/Api/ShopManager/Shops/ShopApiDto.cs +++ b/ARW.Model/Dto/Api/ShopManager/Shops/ShopApiDto.cs @@ -9,7 +9,7 @@ namespace ARW.Model.Dto.Api.ShopManager.Shops /// /// 店铺查询对象Api /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-12 /// public class ShopQueryDtoApi : PagerInfo @@ -22,7 +22,7 @@ namespace ARW.Model.Dto.Api.ShopManager.Shops /// /// 店铺详情输入对象Api /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-12 /// public class ShopDtoApi diff --git a/ARW.Model/Dto/Business/Custom/Customers/CustomerDto.cs b/ARW.Model/Dto/Business/Custom/Customers/CustomerDto.cs index 50be2be..55eb007 100644 --- a/ARW.Model/Dto/Business/Custom/Customers/CustomerDto.cs +++ b/ARW.Model/Dto/Business/Custom/Customers/CustomerDto.cs @@ -6,7 +6,7 @@ namespace ARW.Model.Dto.Business.Custom.Customers /// /// 小程序客户输入对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-05 /// public class CustomerDto @@ -71,7 +71,7 @@ namespace ARW.Model.Dto.Business.Custom.Customers /// /// 小程序客户查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-05 /// public class CustomerQueryDto : PagerInfo @@ -94,7 +94,7 @@ namespace ARW.Model.Dto.Business.Custom.Customers /// /// 客户微信手机号登录 输入对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-06 /// public class CustomerLoginDto @@ -116,7 +116,7 @@ namespace ARW.Model.Dto.Business.Custom.Customers /// /// 客户手机号登录 输入对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-06 /// public class CustomerPhoneLoginDto diff --git a/ARW.Model/Dto/Business/GoodsManager/GoodsCategorys/GoodsCategoryDto.cs b/ARW.Model/Dto/Business/GoodsManager/GoodsCategorys/GoodsCategoryDto.cs index 62a7521..1d36f92 100644 --- a/ARW.Model/Dto/Business/GoodsManager/GoodsCategorys/GoodsCategoryDto.cs +++ b/ARW.Model/Dto/Business/GoodsManager/GoodsCategorys/GoodsCategoryDto.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Dto.Business.GoodsManager.GoodsCategorys /// /// 商品类目输入对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-12 /// public class GoodsCategoryDto @@ -46,7 +46,7 @@ namespace ARW.Model.Dto.Business.GoodsManager.GoodsCategorys /// /// 商品类目查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-12 /// public class GoodsCategoryQueryDto : PagerInfo diff --git a/ARW.Model/Dto/Business/GoodsManager/GoodsServicess/GoodsServicesDto.cs b/ARW.Model/Dto/Business/GoodsManager/GoodsServicess/GoodsServicesDto.cs index 6a24cb4..5c20737 100644 --- a/ARW.Model/Dto/Business/GoodsManager/GoodsServicess/GoodsServicesDto.cs +++ b/ARW.Model/Dto/Business/GoodsManager/GoodsServicess/GoodsServicesDto.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Dto.Business.GoodsManager.GoodsServicess /// /// 商品服务与承诺输入对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// public class GoodsServicesDto @@ -45,7 +45,7 @@ namespace ARW.Model.Dto.Business.GoodsManager.GoodsServicess /// /// 商品服务与承诺查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// public class GoodsServicesQueryDto : PagerInfo diff --git a/ARW.Model/Dto/Business/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRelDto.cs b/ARW.Model/Dto/Business/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRelDto.cs index 4e0fbb0..93564f8 100644 --- a/ARW.Model/Dto/Business/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRelDto.cs +++ b/ARW.Model/Dto/Business/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRelDto.cs @@ -5,7 +5,7 @@ namespace ARW.Model.Dto.Business.GoodsManager.GoodsServicess.GoodsServicesRels /// /// 商品服务与承诺关系表输入对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// public class GoodsServicesRelDto @@ -34,7 +34,7 @@ namespace ARW.Model.Dto.Business.GoodsManager.GoodsServicess.GoodsServicesRels /// /// 商品服务与承诺关系表查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// public class GoodsServicesRelQueryDto : PagerInfo diff --git a/ARW.Model/Dto/Business/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSkuDto.cs b/ARW.Model/Dto/Business/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSkuDto.cs index 075c02a..677d2d9 100644 --- a/ARW.Model/Dto/Business/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSkuDto.cs +++ b/ARW.Model/Dto/Business/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSkuDto.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Dto.Business.GoodsManager.GoodsSpecs.GoodsSkus /// /// 商品规格输入对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public class GoodsSkuDto @@ -51,7 +51,7 @@ namespace ARW.Model.Dto.Business.GoodsManager.GoodsSpecs.GoodsSkus /// /// 商品规格查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public class GoodsSkuQueryDto : PagerInfo diff --git a/ARW.Model/Dto/Business/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRelDto.cs b/ARW.Model/Dto/Business/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRelDto.cs index ddf4ecc..7f739b2 100644 --- a/ARW.Model/Dto/Business/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRelDto.cs +++ b/ARW.Model/Dto/Business/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRelDto.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Dto.Business.GoodsManager.GoodsSpecs.GoodsSpecRels /// /// 商品与规格值关系记录输入对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public class GoodsSpecRelDto @@ -35,7 +35,7 @@ namespace ARW.Model.Dto.Business.GoodsManager.GoodsSpecs.GoodsSpecRels /// /// 商品与规格值关系记录查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public class GoodsSpecRelQueryDto : PagerInfo diff --git a/ARW.Model/Dto/Business/GoodsManager/GoodsSpecs/SpecValues/SpecValueDto.cs b/ARW.Model/Dto/Business/GoodsManager/GoodsSpecs/SpecValues/SpecValueDto.cs index a354ee0..dca4649 100644 --- a/ARW.Model/Dto/Business/GoodsManager/GoodsSpecs/SpecValues/SpecValueDto.cs +++ b/ARW.Model/Dto/Business/GoodsManager/GoodsSpecs/SpecValues/SpecValueDto.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Dto.Business.GoodsManager.GoodsSpecs.SpecValues /// /// 商品规格值输入对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public class SpecValueDto @@ -32,7 +32,7 @@ namespace ARW.Model.Dto.Business.GoodsManager.GoodsSpecs.SpecValues /// /// 商品规格值查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public class SpecValueQueryDto : PagerInfo diff --git a/ARW.Model/Dto/Business/GoodsManager/GoodsSpecs/Specs/SpecDto.cs b/ARW.Model/Dto/Business/GoodsManager/GoodsSpecs/Specs/SpecDto.cs index a587b16..b79dc2f 100644 --- a/ARW.Model/Dto/Business/GoodsManager/GoodsSpecs/Specs/SpecDto.cs +++ b/ARW.Model/Dto/Business/GoodsManager/GoodsSpecs/Specs/SpecDto.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Dto.Business.GoodsManager.GoodsSpecs.Specs /// /// 商品规格组输入对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public class SpecDto @@ -29,7 +29,7 @@ namespace ARW.Model.Dto.Business.GoodsManager.GoodsSpecs.Specs /// /// 商品规格组查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public class SpecQueryDto : PagerInfo diff --git a/ARW.Model/Dto/Business/GoodsManager/Goodss/GoodsDto.cs b/ARW.Model/Dto/Business/GoodsManager/Goodss/GoodsDto.cs index 1694249..2dada95 100644 --- a/ARW.Model/Dto/Business/GoodsManager/Goodss/GoodsDto.cs +++ b/ARW.Model/Dto/Business/GoodsManager/Goodss/GoodsDto.cs @@ -1,14 +1,16 @@ using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; +using System.Reflection.Metadata.Ecma335; using ARW.Model.Models.Business.GoodsManager.Goodss; +using Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure; namespace ARW.Model.Dto.Business.GoodsManager.Goodss { /// /// 商品输入对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public class GoodsDto @@ -28,6 +30,17 @@ namespace ARW.Model.Dto.Business.GoodsManager.Goodss public string GoodsServicesIds { get; set; } + /// + /// 商品规格 + /// + public List GoodsSpecList { get; set; } + + + /// + /// 商品sku列表 + /// + public List SkuList { get; set; } + [Required(ErrorMessage = "配送模板guid不能为空")] public long DeliveryGuid { get; set; } @@ -108,7 +121,7 @@ namespace ARW.Model.Dto.Business.GoodsManager.Goodss /// /// 商品查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public class GoodsQueryDto : PagerInfo @@ -126,5 +139,71 @@ namespace ARW.Model.Dto.Business.GoodsManager.Goodss } + /// + /// 商品规格组对象 + /// + /// @author lwh + /// @date 2023-06-24 + /// + public class GoodsSpecDto + { + + public int SpecId { get; set; } + + public string SpecName { get; set; } + + public List Props { get; set; } + } + + + /// + /// 商品规格值列表对象 + /// + /// @author lwh + /// @date 2023-06-24 + /// + public class GoodsSpecValueDto + { + + public int SpecId { get; set; } + + public int SpecValueId { get; set; } + + public string SpecValueName { get; set; } + + } + + + /// + /// 商品sku列表对象 + /// + /// @author lwh + /// @date 2023-06-24 + /// + public class SkuDto + { + + public string SpecValue{ get; set; } + + public string SpecSecondValue { get; set; } + + public string SpecThirdValue { get; set; } + + public long GoodsGuid { get; set; } + + public string GoodsSkuImg { get; set; } + + public decimal GoodsSkuPrice { get; set; } + + public decimal GoodsSkuLinePrice { get; set; } + + public int GoodsSkuStockNum { get; set; } + + public decimal GoodsSkuWeight { get; set; } + + public string GoodsSkuSkuCode { get;set; } + + } + } diff --git a/ARW.Model/Dto/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryDto.cs b/ARW.Model/Dto/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryDto.cs index 102ce43..6c45944 100644 --- a/ARW.Model/Dto/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryDto.cs +++ b/ARW.Model/Dto/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryDto.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Dto.Business.GoodsManager.ShopGoodsCategorys /// /// 店铺商品类目输入对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-15 /// public class ShopGoodsCategoryDto @@ -44,7 +44,7 @@ namespace ARW.Model.Dto.Business.GoodsManager.ShopGoodsCategorys /// /// 店铺商品类目查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-15 /// public class ShopGoodsCategoryQueryDto : PagerInfo diff --git a/ARW.Model/Dto/Business/LogisticsManage/DeliveryRules/DeliveryRuleDto.cs b/ARW.Model/Dto/Business/LogisticsManage/DeliveryRules/DeliveryRuleDto.cs index faec333..485cfd6 100644 --- a/ARW.Model/Dto/Business/LogisticsManage/DeliveryRules/DeliveryRuleDto.cs +++ b/ARW.Model/Dto/Business/LogisticsManage/DeliveryRules/DeliveryRuleDto.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Dto.Business.LogisticsManage.DeliveryRules /// /// 配送模板区域及运费输入对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-16 /// public class DeliveryRuleDto @@ -49,7 +49,7 @@ namespace ARW.Model.Dto.Business.LogisticsManage.DeliveryRules /// /// 配送模板区域及运费查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-16 /// public class DeliveryRuleQueryDto : PagerInfo diff --git a/ARW.Model/Dto/Business/LogisticsManage/Deliverys/DeliveryDto.cs b/ARW.Model/Dto/Business/LogisticsManage/Deliverys/DeliveryDto.cs index 3ea48ff..ccc6526 100644 --- a/ARW.Model/Dto/Business/LogisticsManage/Deliverys/DeliveryDto.cs +++ b/ARW.Model/Dto/Business/LogisticsManage/Deliverys/DeliveryDto.cs @@ -9,7 +9,7 @@ namespace ARW.Model.Dto.Business.LogisticsManage.Deliverys /// /// 配送模板输入对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-16 /// public class DeliveryDto @@ -44,7 +44,7 @@ namespace ARW.Model.Dto.Business.LogisticsManage.Deliverys /// /// 配送模板查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-16 /// public class DeliveryQueryDto : PagerInfo @@ -64,7 +64,7 @@ namespace ARW.Model.Dto.Business.LogisticsManage.Deliverys /// /// 配送模板的配送区域和运费查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-16 /// public class DeliveryRuleEditDto diff --git a/ARW.Model/Dto/Business/LogisticsManage/LogisticsCompanys/LogisticsCompanyDto.cs b/ARW.Model/Dto/Business/LogisticsManage/LogisticsCompanys/LogisticsCompanyDto.cs index 89014f9..810baff 100644 --- a/ARW.Model/Dto/Business/LogisticsManage/LogisticsCompanys/LogisticsCompanyDto.cs +++ b/ARW.Model/Dto/Business/LogisticsManage/LogisticsCompanys/LogisticsCompanyDto.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Dto.Business.LogisticsManage.LogisticsCompanys /// /// 物流公司输入对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// public class LogisticsCompanyDto @@ -37,7 +37,7 @@ namespace ARW.Model.Dto.Business.LogisticsManage.LogisticsCompanys /// /// 物流公司查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// public class LogisticsCompanyQueryDto : PagerInfo diff --git a/ARW.Model/Dto/Business/ShopManager/ShopAddresss/ShopAddressDto.cs b/ARW.Model/Dto/Business/ShopManager/ShopAddresss/ShopAddressDto.cs index 704b642..a09d874 100644 --- a/ARW.Model/Dto/Business/ShopManager/ShopAddresss/ShopAddressDto.cs +++ b/ARW.Model/Dto/Business/ShopManager/ShopAddresss/ShopAddressDto.cs @@ -9,7 +9,7 @@ namespace ARW.Model.Dto.Business.ShopManager.ShopAddresss /// /// 店铺地址输入对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-15 /// public class ShopAddressDto @@ -56,7 +56,7 @@ namespace ARW.Model.Dto.Business.ShopManager.ShopAddresss /// /// 店铺地址查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-15 /// public class ShopAddressQueryDto : PagerInfo diff --git a/ARW.Model/Dto/Business/ShopManager/Shops/ShopDto.cs b/ARW.Model/Dto/Business/ShopManager/Shops/ShopDto.cs index 7058e09..4625b5a 100644 --- a/ARW.Model/Dto/Business/ShopManager/Shops/ShopDto.cs +++ b/ARW.Model/Dto/Business/ShopManager/Shops/ShopDto.cs @@ -11,7 +11,7 @@ namespace ARW.Model.Dto.Business.ShopManager.Shops /// /// 店铺输入对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-09 /// public class ShopDto @@ -58,7 +58,7 @@ namespace ARW.Model.Dto.Business.ShopManager.Shops /// /// 店铺查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-09 /// public class ShopQueryDto : PagerInfo @@ -74,7 +74,7 @@ namespace ARW.Model.Dto.Business.ShopManager.Shops /// /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-09 /// 审核对象 /// @@ -88,7 +88,7 @@ namespace ARW.Model.Dto.Business.ShopManager.Shops /// /// 未绑定的用户查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-09 /// public class UserWithOutBindQueryDto : PagerInfo @@ -102,7 +102,7 @@ namespace ARW.Model.Dto.Business.ShopManager.Shops /// /// 未绑定的客户查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-09 /// public class CustomerWithOutBindQueryDto : PagerInfo @@ -117,7 +117,7 @@ namespace ARW.Model.Dto.Business.ShopManager.Shops /// /// 商户店铺查询对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-09 /// public class ShopOperatorQueryDto @@ -130,7 +130,7 @@ namespace ARW.Model.Dto.Business.ShopManager.Shops /// /// 商户店铺编辑对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-09 /// public class ShopOperatorEditDto diff --git a/ARW.Model/Models/Business/Custom/Customers/Customer.cs b/ARW.Model/Models/Business/Custom/Customers/Customer.cs index 76ffb16..84f3179 100644 --- a/ARW.Model/Models/Business/Custom/Customers/Customer.cs +++ b/ARW.Model/Models/Business/Custom/Customers/Customer.cs @@ -9,7 +9,7 @@ namespace ARW.Model.Models.Business.Custom.Customers /// /// 小程序客户,数据实体对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-05 /// [SugarTable("tb_customer")] diff --git a/ARW.Model/Models/Business/GoodsManager/GoodsCategorys/GoodsCategory.cs b/ARW.Model/Models/Business/GoodsManager/GoodsCategorys/GoodsCategory.cs index edc7980..1b30aee 100644 --- a/ARW.Model/Models/Business/GoodsManager/GoodsCategorys/GoodsCategory.cs +++ b/ARW.Model/Models/Business/GoodsManager/GoodsCategorys/GoodsCategory.cs @@ -9,7 +9,7 @@ namespace ARW.Model.Models.Business.GoodsManager.GoodsCategorys /// /// 商品类目,数据实体对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-12 /// [SugarTable("tb_goods_category")] diff --git a/ARW.Model/Models/Business/GoodsManager/GoodsServicess/GoodsServices.cs b/ARW.Model/Models/Business/GoodsManager/GoodsServicess/GoodsServices.cs index 083746e..036504c 100644 --- a/ARW.Model/Models/Business/GoodsManager/GoodsServicess/GoodsServices.cs +++ b/ARW.Model/Models/Business/GoodsManager/GoodsServicess/GoodsServices.cs @@ -9,7 +9,7 @@ namespace ARW.Model.Models.Business.GoodsManager.GoodsServicess /// /// 商品服务与承诺,数据实体对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// [SugarTable("tb_goods_services")] diff --git a/ARW.Model/Models/Business/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRel.cs b/ARW.Model/Models/Business/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRel.cs index 90be54a..8abe134 100644 --- a/ARW.Model/Models/Business/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRel.cs +++ b/ARW.Model/Models/Business/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRel.cs @@ -9,7 +9,7 @@ namespace ARW.Model.Models.Business.GoodsManager.GoodsServicess.GoodsServicesRel /// /// 商品服务与承诺关系表,数据实体对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// [SugarTable("tb_goods_services_rel")] @@ -24,15 +24,6 @@ namespace ARW.Model.Models.Business.GoodsManager.GoodsServicess.GoodsServicesRel public int Id { get; set; } - /// - /// 描述 : - /// 空值 : false - /// - [JsonConverter(typeof(ValueToStringConverter))] - [SugarColumn(IsPrimaryKey = true, IsIdentity = false)] - public long Guid { get; set; } - - /// /// 描述 :店铺guid /// 空值 : false @@ -52,12 +43,12 @@ namespace ARW.Model.Models.Business.GoodsManager.GoodsServicess.GoodsServicesRel /// - /// 描述 :服务与承诺guid + /// 描述 :服务与承诺id /// 空值 : false /// [JsonConverter(typeof(ValueToStringConverter))] - [SugarColumn(ColumnName = "service_guid")] - public long ServiceGuid { get; set; } + [SugarColumn(ColumnName = "service_id")] + public int ServiceId { get; set; } diff --git a/ARW.Model/Models/Business/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSku.cs b/ARW.Model/Models/Business/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSku.cs index edf2428..ee0f551 100644 --- a/ARW.Model/Models/Business/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSku.cs +++ b/ARW.Model/Models/Business/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSku.cs @@ -9,7 +9,7 @@ namespace ARW.Model.Models.Business.GoodsManager.GoodsSpecs.GoodsSkus /// /// 商品规格,数据实体对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// [SugarTable("tb_goods_sku")] diff --git a/ARW.Model/Models/Business/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRel.cs b/ARW.Model/Models/Business/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRel.cs index 9c2af4d..886c4d3 100644 --- a/ARW.Model/Models/Business/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRel.cs +++ b/ARW.Model/Models/Business/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRel.cs @@ -9,7 +9,7 @@ namespace ARW.Model.Models.Business.GoodsManager.GoodsSpecs.GoodsSpecRels /// /// 商品与规格值关系记录,数据实体对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// [SugarTable("tb_goods_spec_rel")] diff --git a/ARW.Model/Models/Business/GoodsManager/GoodsSpecs/SpecValues/SpecValue.cs b/ARW.Model/Models/Business/GoodsManager/GoodsSpecs/SpecValues/SpecValue.cs index f5221f1..567c5ad 100644 --- a/ARW.Model/Models/Business/GoodsManager/GoodsSpecs/SpecValues/SpecValue.cs +++ b/ARW.Model/Models/Business/GoodsManager/GoodsSpecs/SpecValues/SpecValue.cs @@ -9,7 +9,7 @@ namespace ARW.Model.Models.Business.GoodsManager.GoodsSpecs.SpecValues /// /// 商品规格值,数据实体对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// [SugarTable("tb_spec_value")] diff --git a/ARW.Model/Models/Business/GoodsManager/GoodsSpecs/Specs/Spec.cs b/ARW.Model/Models/Business/GoodsManager/GoodsSpecs/Specs/Spec.cs index a715ec2..b66760a 100644 --- a/ARW.Model/Models/Business/GoodsManager/GoodsSpecs/Specs/Spec.cs +++ b/ARW.Model/Models/Business/GoodsManager/GoodsSpecs/Specs/Spec.cs @@ -9,7 +9,7 @@ namespace ARW.Model.Models.Business.GoodsManager.GoodsSpecs.Specs /// /// 商品规格组,数据实体对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// [SugarTable("tb_spec")] diff --git a/ARW.Model/Models/Business/GoodsManager/Goodss/Goods.cs b/ARW.Model/Models/Business/GoodsManager/Goodss/Goods.cs index 9001768..152ce0b 100644 --- a/ARW.Model/Models/Business/GoodsManager/Goodss/Goods.cs +++ b/ARW.Model/Models/Business/GoodsManager/Goodss/Goods.cs @@ -3,13 +3,14 @@ using System.Collections.Generic; using SqlSugar; using OfficeOpenXml.Attributes; using Newtonsoft.Json; +using ARW.Model.Dto.Business.GoodsManager.Goodss; namespace ARW.Model.Models.Business.GoodsManager.Goodss { /// /// 商品,数据实体对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// [SugarTable("tb_goods")] @@ -299,7 +300,20 @@ namespace ARW.Model.Models.Business.GoodsManager.Goodss + [SugarColumn(IsIgnore = true)] + public string GoodsServicesIds { get; set; } + /// + /// 商品规格 + /// + public List GoodsSpecList { get; set; } + + + /// + /// 商品sku列表 + /// + public List SkuList { get; set; } + } } \ No newline at end of file diff --git a/ARW.Model/Models/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategory.cs b/ARW.Model/Models/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategory.cs index 97a72cb..296dede 100644 --- a/ARW.Model/Models/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategory.cs +++ b/ARW.Model/Models/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategory.cs @@ -9,7 +9,7 @@ namespace ARW.Model.Models.Business.GoodsManager.ShopGoodsCategorys /// /// 店铺商品类目,数据实体对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-15 /// [SugarTable("tb_shop_goods_category")] diff --git a/ARW.Model/Models/Business/LogisticsManage/DeliveryRules/DeliveryRule.cs b/ARW.Model/Models/Business/LogisticsManage/DeliveryRules/DeliveryRule.cs index 7f70b54..69565c1 100644 --- a/ARW.Model/Models/Business/LogisticsManage/DeliveryRules/DeliveryRule.cs +++ b/ARW.Model/Models/Business/LogisticsManage/DeliveryRules/DeliveryRule.cs @@ -9,7 +9,7 @@ namespace ARW.Model.Models.Business.LogisticsManage.DeliveryRules /// /// 配送模板区域及运费,数据实体对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-16 /// [SugarTable("tb_delivery_rule")] diff --git a/ARW.Model/Models/Business/LogisticsManage/Deliverys/Delivery.cs b/ARW.Model/Models/Business/LogisticsManage/Deliverys/Delivery.cs index c33d720..04e4528 100644 --- a/ARW.Model/Models/Business/LogisticsManage/Deliverys/Delivery.cs +++ b/ARW.Model/Models/Business/LogisticsManage/Deliverys/Delivery.cs @@ -10,7 +10,7 @@ namespace ARW.Model.Models.Business.LogisticsManage.Deliverys /// /// 配送模板,数据实体对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-16 /// [SugarTable("tb_delivery")] diff --git a/ARW.Model/Models/Business/LogisticsManage/LogisticsCompanys/LogisticsCompany.cs b/ARW.Model/Models/Business/LogisticsManage/LogisticsCompanys/LogisticsCompany.cs index 8de1ac1..a892c31 100644 --- a/ARW.Model/Models/Business/LogisticsManage/LogisticsCompanys/LogisticsCompany.cs +++ b/ARW.Model/Models/Business/LogisticsManage/LogisticsCompanys/LogisticsCompany.cs @@ -9,7 +9,7 @@ namespace ARW.Model.Models.Business.LogisticsManage.LogisticsCompanys /// /// 物流公司,数据实体对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// [SugarTable("tb_logistics_company")] diff --git a/ARW.Model/Models/Business/ShopManager/ShopAddresss/ShopAddress.cs b/ARW.Model/Models/Business/ShopManager/ShopAddresss/ShopAddress.cs index 047c280..df0881b 100644 --- a/ARW.Model/Models/Business/ShopManager/ShopAddresss/ShopAddress.cs +++ b/ARW.Model/Models/Business/ShopManager/ShopAddresss/ShopAddress.cs @@ -9,7 +9,7 @@ namespace ARW.Model.Models.Business.ShopManager.ShopAddresss /// /// 店铺地址,数据实体对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-15 /// [SugarTable("tb_shop_address")] diff --git a/ARW.Model/Models/Business/ShopManager/Shops/Shop.cs b/ARW.Model/Models/Business/ShopManager/Shops/Shop.cs index 52e0367..fb3e19b 100644 --- a/ARW.Model/Models/Business/ShopManager/Shops/Shop.cs +++ b/ARW.Model/Models/Business/ShopManager/Shops/Shop.cs @@ -9,7 +9,7 @@ namespace ARW.Model.Models.Business.ShopManager.Shops /// /// 店铺,数据实体对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-09 /// [SugarTable("tb_shop")] diff --git a/ARW.Model/Vo/Api/ShopManager/Shops/GoodsCategoryVoApi.cs b/ARW.Model/Vo/Api/ShopManager/Shops/GoodsCategoryVoApi.cs index 23550ab..b8dc918 100644 --- a/ARW.Model/Vo/Api/ShopManager/Shops/GoodsCategoryVoApi.cs +++ b/ARW.Model/Vo/Api/ShopManager/Shops/GoodsCategoryVoApi.cs @@ -10,7 +10,7 @@ namespace ARW.Model.Vo.Api.ShopManager.Shops /// /// 经营类目对象Api /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-13 /// public class GoodsCategoryVoApi diff --git a/ARW.Model/Vo/Api/ShopManager/Shops/ShopApiVo.cs b/ARW.Model/Vo/Api/ShopManager/Shops/ShopApiVo.cs index d1e383c..13d4d2a 100644 --- a/ARW.Model/Vo/Api/ShopManager/Shops/ShopApiVo.cs +++ b/ARW.Model/Vo/Api/ShopManager/Shops/ShopApiVo.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Vo.Api.ShopManager.Shops /// /// 店铺展示对象Api /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-12 /// public class ShopVoApi diff --git a/ARW.Model/Vo/Business/Custom/Customers/CustomerVo.cs b/ARW.Model/Vo/Business/Custom/Customers/CustomerVo.cs index 75bedfe..c5389ef 100644 --- a/ARW.Model/Vo/Business/Custom/Customers/CustomerVo.cs +++ b/ARW.Model/Vo/Business/Custom/Customers/CustomerVo.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Vo.Business.Custom.Customers /// /// 小程序客户展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-05 /// public class CustomerVo diff --git a/ARW.Model/Vo/Business/GoodsManager/GoodsCategorys/GoodsCategoryVo.cs b/ARW.Model/Vo/Business/GoodsManager/GoodsCategorys/GoodsCategoryVo.cs index 174d7d6..215bfa7 100644 --- a/ARW.Model/Vo/Business/GoodsManager/GoodsCategorys/GoodsCategoryVo.cs +++ b/ARW.Model/Vo/Business/GoodsManager/GoodsCategorys/GoodsCategoryVo.cs @@ -10,7 +10,7 @@ namespace ARW.Model.Vo.Business.GoodsManager.GoodsCategorys /// /// 商品类目展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-12 /// public class GoodsCategoryVo diff --git a/ARW.Model/Vo/Business/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRelVo.cs b/ARW.Model/Vo/Business/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRelVo.cs index 2066518..d1a2c78 100644 --- a/ARW.Model/Vo/Business/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRelVo.cs +++ b/ARW.Model/Vo/Business/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRelVo.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Vo.Business.GoodsManager.GoodsServicess.GoodsServicesRels /// /// 商品服务与承诺关系表展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// public class GoodsServicesRelVo @@ -20,14 +20,6 @@ namespace ARW.Model.Vo.Business.GoodsManager.GoodsServicess.GoodsServicesRels /// public int Id { get; set; } - - /// - /// 描述 : - /// - [JsonConverter(typeof(ValueToStringConverter))] - public long Guid { get; set; } - - /// /// 描述 :店铺guid /// @@ -43,10 +35,9 @@ namespace ARW.Model.Vo.Business.GoodsManager.GoodsServicess.GoodsServicesRels /// - /// 描述 :服务与承诺guid + /// 描述 :服务与承诺id /// - [JsonConverter(typeof(ValueToStringConverter))] - public long ServiceGuid { get; set; } + public long ServiceId { get; set; } } } diff --git a/ARW.Model/Vo/Business/GoodsManager/GoodsServicess/GoodsServicesVo.cs b/ARW.Model/Vo/Business/GoodsManager/GoodsServicess/GoodsServicesVo.cs index f8515fd..9f4930f 100644 --- a/ARW.Model/Vo/Business/GoodsManager/GoodsServicess/GoodsServicesVo.cs +++ b/ARW.Model/Vo/Business/GoodsManager/GoodsServicess/GoodsServicesVo.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Vo.Business.GoodsManager.GoodsServicess /// /// 商品服务与承诺展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// public class GoodsServicesVo diff --git a/ARW.Model/Vo/Business/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSkuVo.cs b/ARW.Model/Vo/Business/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSkuVo.cs index bc39143..c7515e4 100644 --- a/ARW.Model/Vo/Business/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSkuVo.cs +++ b/ARW.Model/Vo/Business/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSkuVo.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Vo.Business.GoodsManager.GoodsSpecs.GoodsSkus /// /// 商品规格展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public class GoodsSkuVo diff --git a/ARW.Model/Vo/Business/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRelVo.cs b/ARW.Model/Vo/Business/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRelVo.cs index 98fda09..86cc96e 100644 --- a/ARW.Model/Vo/Business/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRelVo.cs +++ b/ARW.Model/Vo/Business/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRelVo.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Vo.Business.GoodsManager.GoodsSpecs.GoodsSpecRels /// /// 商品与规格值关系记录展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public class GoodsSpecRelVo diff --git a/ARW.Model/Vo/Business/GoodsManager/GoodsSpecs/SpecValues/SpecValueVo.cs b/ARW.Model/Vo/Business/GoodsManager/GoodsSpecs/SpecValues/SpecValueVo.cs index 21993a7..4d96630 100644 --- a/ARW.Model/Vo/Business/GoodsManager/GoodsSpecs/SpecValues/SpecValueVo.cs +++ b/ARW.Model/Vo/Business/GoodsManager/GoodsSpecs/SpecValues/SpecValueVo.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Vo.Business.GoodsManager.GoodsSpecs.SpecValues /// /// 商品规格值展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public class SpecValueVo diff --git a/ARW.Model/Vo/Business/GoodsManager/GoodsSpecs/Specs/SpecVo.cs b/ARW.Model/Vo/Business/GoodsManager/GoodsSpecs/Specs/SpecVo.cs index 9af06e2..aec6dd7 100644 --- a/ARW.Model/Vo/Business/GoodsManager/GoodsSpecs/Specs/SpecVo.cs +++ b/ARW.Model/Vo/Business/GoodsManager/GoodsSpecs/Specs/SpecVo.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Vo.Business.GoodsManager.GoodsSpecs.Specs /// /// 商品规格组展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public class SpecVo diff --git a/ARW.Model/Vo/Business/GoodsManager/Goodss/GoodsVo.cs b/ARW.Model/Vo/Business/GoodsManager/Goodss/GoodsVo.cs index 9f3c4d0..4285842 100644 --- a/ARW.Model/Vo/Business/GoodsManager/Goodss/GoodsVo.cs +++ b/ARW.Model/Vo/Business/GoodsManager/Goodss/GoodsVo.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Vo.Business.GoodsManager.Goodss /// /// 商品展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public class GoodsVo diff --git a/ARW.Model/Vo/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryVo.cs b/ARW.Model/Vo/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryVo.cs index 4b3fa5b..3e5233b 100644 --- a/ARW.Model/Vo/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryVo.cs +++ b/ARW.Model/Vo/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryVo.cs @@ -10,7 +10,7 @@ namespace ARW.Model.Vo.Business.GoodsManager.ShopGoodsCategorys /// /// 店铺商品类目展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-15 /// public class ShopGoodsCategoryVo diff --git a/ARW.Model/Vo/Business/LogisticsManage/DeliveryRules/DeliveryRuleVo.cs b/ARW.Model/Vo/Business/LogisticsManage/DeliveryRules/DeliveryRuleVo.cs index e7dbd43..fbf624b 100644 --- a/ARW.Model/Vo/Business/LogisticsManage/DeliveryRules/DeliveryRuleVo.cs +++ b/ARW.Model/Vo/Business/LogisticsManage/DeliveryRules/DeliveryRuleVo.cs @@ -10,7 +10,7 @@ namespace ARW.Model.Vo.Business.LogisticsManage.DeliveryRules /// /// 配送模板区域及运费展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-16 /// public class DeliveryRuleVo diff --git a/ARW.Model/Vo/Business/LogisticsManage/Deliverys/DeliveryVo.cs b/ARW.Model/Vo/Business/LogisticsManage/Deliverys/DeliveryVo.cs index 9b5d23c..410a38d 100644 --- a/ARW.Model/Vo/Business/LogisticsManage/Deliverys/DeliveryVo.cs +++ b/ARW.Model/Vo/Business/LogisticsManage/Deliverys/DeliveryVo.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Vo.Business.LogisticsManage.Deliverys /// /// 配送模板展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-16 /// public class DeliveryVo diff --git a/ARW.Model/Vo/Business/LogisticsManage/LogisticsCompanys/LogisticsCompanyVo.cs b/ARW.Model/Vo/Business/LogisticsManage/LogisticsCompanys/LogisticsCompanyVo.cs index 8f92dff..037b6bc 100644 --- a/ARW.Model/Vo/Business/LogisticsManage/LogisticsCompanys/LogisticsCompanyVo.cs +++ b/ARW.Model/Vo/Business/LogisticsManage/LogisticsCompanys/LogisticsCompanyVo.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Vo.Business.LogisticsManage.LogisticsCompanys /// /// 物流公司展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// public class LogisticsCompanyVo diff --git a/ARW.Model/Vo/Business/ShopManager/ShopAddresss/ShopAddressVo.cs b/ARW.Model/Vo/Business/ShopManager/ShopAddresss/ShopAddressVo.cs index 0257fee..9b447c5 100644 --- a/ARW.Model/Vo/Business/ShopManager/ShopAddresss/ShopAddressVo.cs +++ b/ARW.Model/Vo/Business/ShopManager/ShopAddresss/ShopAddressVo.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Vo.Business.ShopManager.ShopAddresss /// /// 店铺地址展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-15 /// public class ShopAddressVo diff --git a/ARW.Model/Vo/Business/ShopManager/Shops/CustomerWithOutBindVo.cs b/ARW.Model/Vo/Business/ShopManager/Shops/CustomerWithOutBindVo.cs index c6111f9..1f35794 100644 --- a/ARW.Model/Vo/Business/ShopManager/Shops/CustomerWithOutBindVo.cs +++ b/ARW.Model/Vo/Business/ShopManager/Shops/CustomerWithOutBindVo.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Vo.Business.ShopManager.Shops /// /// 未绑定客户展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-12 /// public class CustomerWithOutBindVo diff --git a/ARW.Model/Vo/Business/ShopManager/Shops/ShopVo.cs b/ARW.Model/Vo/Business/ShopManager/Shops/ShopVo.cs index 6359c1a..331d0ae 100644 --- a/ARW.Model/Vo/Business/ShopManager/Shops/ShopVo.cs +++ b/ARW.Model/Vo/Business/ShopManager/Shops/ShopVo.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Vo.Business.ShopManager.Shops /// /// 店铺展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-09 /// public class ShopVo @@ -134,7 +134,7 @@ namespace ARW.Model.Vo.Business.ShopManager.Shops /// /// 店铺详情展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-015 /// public class ShopDetailVo diff --git a/ARW.Model/Vo/Business/ShopManager/Shops/UserWithOutBindVo.cs b/ARW.Model/Vo/Business/ShopManager/Shops/UserWithOutBindVo.cs index db8aef1..8c497a0 100644 --- a/ARW.Model/Vo/Business/ShopManager/Shops/UserWithOutBindVo.cs +++ b/ARW.Model/Vo/Business/ShopManager/Shops/UserWithOutBindVo.cs @@ -8,7 +8,7 @@ namespace ARW.Model.Vo.Business.ShopManager.Shops /// /// 未绑定用户展示对象 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-12 /// public class UserWithOutBindVo diff --git a/ARW.Repository/Business/Custom/Customers/CustomerRepository.cs b/ARW.Repository/Business/Custom/Customers/CustomerRepository.cs index 96c70b9..1a55d6c 100644 --- a/ARW.Repository/Business/Custom/Customers/CustomerRepository.cs +++ b/ARW.Repository/Business/Custom/Customers/CustomerRepository.cs @@ -8,7 +8,7 @@ namespace ARW.Repository.Business.Custom.Customers /// /// 小程序客户仓储 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-05 /// [AppService(ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Repository/Business/GoodsManager/GoodsCategorys/GoodsCategoryRepository.cs b/ARW.Repository/Business/GoodsManager/GoodsCategorys/GoodsCategoryRepository.cs index e495de1..6752043 100644 --- a/ARW.Repository/Business/GoodsManager/GoodsCategorys/GoodsCategoryRepository.cs +++ b/ARW.Repository/Business/GoodsManager/GoodsCategorys/GoodsCategoryRepository.cs @@ -8,7 +8,7 @@ namespace ARW.Repository.Business.GoodsManager.GoodsCategorys /// /// 商品类目仓储 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-12 /// [AppService(ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Repository/Business/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRelRepository.cs b/ARW.Repository/Business/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRelRepository.cs index 67f7244..a1db6a0 100644 --- a/ARW.Repository/Business/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRelRepository.cs +++ b/ARW.Repository/Business/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRelRepository.cs @@ -8,7 +8,7 @@ namespace ARW.Repository.Business.GoodsManager.GoodsServicess.GoodsServicesRels /// /// 商品服务与承诺关系表仓储 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// [AppService(ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Repository/Business/GoodsManager/GoodsServicess/GoodsServicesRepository.cs b/ARW.Repository/Business/GoodsManager/GoodsServicess/GoodsServicesRepository.cs index 3d12456..3ea28e0 100644 --- a/ARW.Repository/Business/GoodsManager/GoodsServicess/GoodsServicesRepository.cs +++ b/ARW.Repository/Business/GoodsManager/GoodsServicess/GoodsServicesRepository.cs @@ -8,7 +8,7 @@ namespace ARW.Repository.Business.GoodsManager.GoodsServicess /// /// 商品服务与承诺仓储 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// [AppService(ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Repository/Business/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSkuRepository.cs b/ARW.Repository/Business/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSkuRepository.cs index d420d74..ff55a5a 100644 --- a/ARW.Repository/Business/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSkuRepository.cs +++ b/ARW.Repository/Business/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSkuRepository.cs @@ -8,7 +8,7 @@ namespace ARW.Repository.Business.GoodsManager.GoodsSpecs.GoodsSkus /// /// 商品规格仓储 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// [AppService(ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Repository/Business/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRelRepository.cs b/ARW.Repository/Business/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRelRepository.cs index 0cc4d1a..2edacc8 100644 --- a/ARW.Repository/Business/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRelRepository.cs +++ b/ARW.Repository/Business/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRelRepository.cs @@ -8,7 +8,7 @@ namespace ARW.Repository.Business.GoodsManager.GoodsSpecs.GoodsSpecRels /// /// 商品与规格值关系记录仓储 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// [AppService(ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Repository/Business/GoodsManager/GoodsSpecs/SpecValues/SpecValueRepository.cs b/ARW.Repository/Business/GoodsManager/GoodsSpecs/SpecValues/SpecValueRepository.cs index 80e554b..1eefeae 100644 --- a/ARW.Repository/Business/GoodsManager/GoodsSpecs/SpecValues/SpecValueRepository.cs +++ b/ARW.Repository/Business/GoodsManager/GoodsSpecs/SpecValues/SpecValueRepository.cs @@ -8,7 +8,7 @@ namespace ARW.Repository.Business.GoodsManager.GoodsSpecs.SpecValues /// /// 商品规格值仓储 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// [AppService(ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Repository/Business/GoodsManager/GoodsSpecs/Specs/SpecRepository.cs b/ARW.Repository/Business/GoodsManager/GoodsSpecs/Specs/SpecRepository.cs index 88c20bb..294ecb6 100644 --- a/ARW.Repository/Business/GoodsManager/GoodsSpecs/Specs/SpecRepository.cs +++ b/ARW.Repository/Business/GoodsManager/GoodsSpecs/Specs/SpecRepository.cs @@ -8,7 +8,7 @@ namespace ARW.Repository.Business.GoodsManager.GoodsSpecs.Specs /// /// 商品规格组仓储 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// [AppService(ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Repository/Business/GoodsManager/Goodss/GoodsRepository.cs b/ARW.Repository/Business/GoodsManager/Goodss/GoodsRepository.cs index 815cd77..0a15c6a 100644 --- a/ARW.Repository/Business/GoodsManager/Goodss/GoodsRepository.cs +++ b/ARW.Repository/Business/GoodsManager/Goodss/GoodsRepository.cs @@ -8,7 +8,7 @@ namespace ARW.Repository.Business.GoodsManager.Goodss /// /// 商品仓储 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// [AppService(ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Repository/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryRepository.cs b/ARW.Repository/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryRepository.cs index c74d566..3fb02ad 100644 --- a/ARW.Repository/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryRepository.cs +++ b/ARW.Repository/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryRepository.cs @@ -8,7 +8,7 @@ namespace ARW.Repository.Business.GoodsManager.ShopGoodsCategorys /// /// 店铺商品类目仓储 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-15 /// [AppService(ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Repository/Business/LogisticsManage/DeliveryRules/DeliveryRuleRepository.cs b/ARW.Repository/Business/LogisticsManage/DeliveryRules/DeliveryRuleRepository.cs index de448fb..cc91c80 100644 --- a/ARW.Repository/Business/LogisticsManage/DeliveryRules/DeliveryRuleRepository.cs +++ b/ARW.Repository/Business/LogisticsManage/DeliveryRules/DeliveryRuleRepository.cs @@ -8,7 +8,7 @@ namespace ARW.Repository.Business.LogisticsManage.DeliveryRules /// /// 配送模板区域及运费仓储 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-16 /// [AppService(ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Repository/Business/LogisticsManage/Deliverys/DeliveryRepository.cs b/ARW.Repository/Business/LogisticsManage/Deliverys/DeliveryRepository.cs index 20462c1..978e771 100644 --- a/ARW.Repository/Business/LogisticsManage/Deliverys/DeliveryRepository.cs +++ b/ARW.Repository/Business/LogisticsManage/Deliverys/DeliveryRepository.cs @@ -8,7 +8,7 @@ namespace ARW.Repository.Business.LogisticsManage.Deliverys /// /// 配送模板仓储 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-16 /// [AppService(ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Repository/Business/LogisticsManage/LogisticsCompanys/LogisticsCompanyRepository.cs b/ARW.Repository/Business/LogisticsManage/LogisticsCompanys/LogisticsCompanyRepository.cs index aa27c20..d05e2f2 100644 --- a/ARW.Repository/Business/LogisticsManage/LogisticsCompanys/LogisticsCompanyRepository.cs +++ b/ARW.Repository/Business/LogisticsManage/LogisticsCompanys/LogisticsCompanyRepository.cs @@ -8,7 +8,7 @@ namespace ARW.Repository.Business.LogisticsManage.LogisticsCompanys /// /// 物流公司仓储 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// [AppService(ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Repository/Business/ShopManager/ShopAddresss/ShopAddressRepository.cs b/ARW.Repository/Business/ShopManager/ShopAddresss/ShopAddressRepository.cs index dd2f4a0..ee1b5c2 100644 --- a/ARW.Repository/Business/ShopManager/ShopAddresss/ShopAddressRepository.cs +++ b/ARW.Repository/Business/ShopManager/ShopAddresss/ShopAddressRepository.cs @@ -8,7 +8,7 @@ namespace ARW.Repository.Business.ShopManager.ShopAddresss /// /// 店铺地址仓储 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-15 /// [AppService(ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Repository/Business/ShopManager/Shops/ShopRepository.cs b/ARW.Repository/Business/ShopManager/Shops/ShopRepository.cs index a2a37f8..a6787a1 100644 --- a/ARW.Repository/Business/ShopManager/Shops/ShopRepository.cs +++ b/ARW.Repository/Business/ShopManager/Shops/ShopRepository.cs @@ -8,7 +8,7 @@ namespace ARW.Repository.Business.ShopManager.Shops /// /// 店铺仓储 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-09 /// [AppService(ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Service/Api/BusinessService/Custom/Customers/CustomerServiceApi.cs b/ARW.Service/Api/BusinessService/Custom/Customers/CustomerServiceApi.cs index bf5460b..67afbe5 100644 --- a/ARW.Service/Api/BusinessService/Custom/Customers/CustomerServiceApi.cs +++ b/ARW.Service/Api/BusinessService/Custom/Customers/CustomerServiceApi.cs @@ -17,7 +17,7 @@ namespace ARW.Service.Api.BusinessService.Custom.Customers /// /// 小程序客户接口实现类Api /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-07 /// [AppService(ServiceType = typeof(ICustomerServiceApi), ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Service/Api/BusinessService/ShopManager/Shops/ShopServiceApi.cs b/ARW.Service/Api/BusinessService/ShopManager/Shops/ShopServiceApi.cs index f40049b..3e56217 100644 --- a/ARW.Service/Api/BusinessService/ShopManager/Shops/ShopServiceApi.cs +++ b/ARW.Service/Api/BusinessService/ShopManager/Shops/ShopServiceApi.cs @@ -23,7 +23,7 @@ namespace ARW.Service.Api.BusinessService.ShopManager.Shops /// /// 店铺接口实现类Api /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-12 /// [AppService(ServiceType = typeof(IShopServiceApi), ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Service/Api/IBusinessService/Custom/Customers/ICustomerServiceApi.cs b/ARW.Service/Api/IBusinessService/Custom/Customers/ICustomerServiceApi.cs index 5f7cc96..b33da2d 100644 --- a/ARW.Service/Api/IBusinessService/Custom/Customers/ICustomerServiceApi.cs +++ b/ARW.Service/Api/IBusinessService/Custom/Customers/ICustomerServiceApi.cs @@ -13,7 +13,7 @@ namespace ARW.Service.Api.IBusinessService.Custom.Customers /// /// 小程序客户接口类Api /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-07 /// public interface ICustomerServiceApi : IBaseService diff --git a/ARW.Service/Api/IBusinessService/ShopManager/Shops/IShopServiceApi.cs b/ARW.Service/Api/IBusinessService/ShopManager/Shops/IShopServiceApi.cs index 76a218a..0b652df 100644 --- a/ARW.Service/Api/IBusinessService/ShopManager/Shops/IShopServiceApi.cs +++ b/ARW.Service/Api/IBusinessService/ShopManager/Shops/IShopServiceApi.cs @@ -14,7 +14,7 @@ namespace ARW.Service.Api.IBusinessService.ShopManager.Shops /// /// 店铺接口类Api /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-12 /// public interface IShopServiceApi : IBaseService diff --git a/ARW.Service/Business/BusinessService/Custom/Customers/CustomerService.cs b/ARW.Service/Business/BusinessService/Custom/Customers/CustomerService.cs index 2c67e84..e504fc4 100644 --- a/ARW.Service/Business/BusinessService/Custom/Customers/CustomerService.cs +++ b/ARW.Service/Business/BusinessService/Custom/Customers/CustomerService.cs @@ -20,7 +20,7 @@ namespace ARW.Service.Business.BusinessService.Custom.Customers /// /// 小程序客户接口实现类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-05 /// [AppService(ServiceType = typeof(ICustomerService), ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Service/Business/BusinessService/GoodsManager/GoodsCategorys/GoodsCategoryService.cs b/ARW.Service/Business/BusinessService/GoodsManager/GoodsCategorys/GoodsCategoryService.cs index 12ee34c..b61c7d7 100644 --- a/ARW.Service/Business/BusinessService/GoodsManager/GoodsCategorys/GoodsCategoryService.cs +++ b/ARW.Service/Business/BusinessService/GoodsManager/GoodsCategorys/GoodsCategoryService.cs @@ -20,7 +20,7 @@ namespace ARW.Service.Business.BusinessService.GoodsManager.GoodsCategorys /// /// 商品类目接口实现类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-12 /// [AppService(ServiceType = typeof(IGoodsCategoryService), ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Service/Business/BusinessService/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRelService.cs b/ARW.Service/Business/BusinessService/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRelService.cs index bb5f443..c38133d 100644 --- a/ARW.Service/Business/BusinessService/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRelService.cs +++ b/ARW.Service/Business/BusinessService/GoodsManager/GoodsServicess/GoodsServicesRels/GoodsServicesRelService.cs @@ -14,13 +14,15 @@ using ARW.Model.Models.Business.GoodsManager.GoodsServicess.GoodsServicesRels; using ARW.Model.Vo.Business.GoodsManager.GoodsServicess.GoodsServicesRels; using ARW.Repository.Business.GoodsManager.GoodsServicess.GoodsServicesRels; using ARW.Service.Business.IBusinessService.GoodsManager.GoodsServicess.GoodsServicesRels; +using ARW.Model.Models.Business.LogisticsManage.DeliveryRules; +using ARW.Repository.Business.LogisticsManage.DeliveryRules; namespace ARW.Service.Business.BusinessService.GoodsManager.GoodsServicess.GoodsServicesRels { /// /// 商品服务与承诺关系表接口实现类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// [AppService(ServiceType = typeof(IGoodsServicesRelService), ServiceLifetime = LifeTime.Transient)] @@ -47,43 +49,42 @@ namespace ARW.Service.Business.BusinessService.GoodsManager.GoodsServicess.Goods var query = _GoodsServicesRelRepository .Queryable() .Where(predicate.ToExpression()) - .OrderBy(s => s.Create_time, OrderByType.Desc) + .OrderBy(s => s.Id, OrderByType.Desc) .Select(s => new GoodsServicesRelVo { Id = s.Id, - Guid = s.Guid, ShopGuid = s.ShopGuid, GoodsGuid = s.GoodsGuid, - ServiceGuid = s.ServiceGuid, + ServiceId = s.ServiceId, }); return await query.ToPageAsync(parm); } - /// - /// 添加或修改商品服务与承诺关系表 - /// - public async Task AddOrUpdateGoodsServicesRel(GoodsServicesRel model) - { - if (model.Id != 0) - { - var response = await _GoodsServicesRelRepository.UpdateAsync(model); - return "修改成功!"; - } - else - { - var response = await _GoodsServicesRelRepository.InsertReturnSnowflakeIdAsync(model); - return "添加成功!"; - } + + /// + /// 新增商品服务与承诺关系 + /// + /// 商品服务与承诺关系列表 + public async Task InsertGoodsServicesRelAsync(List goodsServicesRelList) + { + await _GoodsServicesRelRepository.InsertRangeAsync(goodsServicesRelList); } - #region Excel处理 - - - #endregion + /// + /// 更新商品服务与承诺关系 + /// + /// 商品服务与承诺关系列表 + /// 商品guid + /// + public async Task UpdateGoodsServicesRelAsync(List goodsServicesRelList, long goodsGuid) + { + await _GoodsServicesRelRepository.DeleteAsync(s => s.GoodsGuid == goodsGuid); + await _GoodsServicesRelRepository.InsertRangeAsync(goodsServicesRelList); + } #endregion diff --git a/ARW.Service/Business/BusinessService/GoodsManager/GoodsServicess/GoodsServicesService.cs b/ARW.Service/Business/BusinessService/GoodsManager/GoodsServicess/GoodsServicesService.cs index ee9d37e..ba23cd6 100644 --- a/ARW.Service/Business/BusinessService/GoodsManager/GoodsServicess/GoodsServicesService.cs +++ b/ARW.Service/Business/BusinessService/GoodsManager/GoodsServicess/GoodsServicesService.cs @@ -21,7 +21,7 @@ namespace ARW.Service.Business.BusinessService.GoodsManager.GoodsServicess /// /// 商品服务与承诺接口实现类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// [AppService(ServiceType = typeof(IGoodsServicesService), ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Service/Business/BusinessService/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSkuService.cs b/ARW.Service/Business/BusinessService/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSkuService.cs index cf11b24..c69b6c6 100644 --- a/ARW.Service/Business/BusinessService/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSkuService.cs +++ b/ARW.Service/Business/BusinessService/GoodsManager/GoodsSpecs/GoodsSkus/GoodsSkuService.cs @@ -20,7 +20,7 @@ namespace ARW.Service.Business.BusinessService.GoodsManager.GoodsSpecs.GoodsSkus /// /// 商品规格接口实现类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// [AppService(ServiceType = typeof(IGoodsSkuService), ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Service/Business/BusinessService/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRelService.cs b/ARW.Service/Business/BusinessService/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRelService.cs index 0200cb6..fbb6dd2 100644 --- a/ARW.Service/Business/BusinessService/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRelService.cs +++ b/ARW.Service/Business/BusinessService/GoodsManager/GoodsSpecs/GoodsSpecRels/GoodsSpecRelService.cs @@ -14,13 +14,16 @@ using ARW.Service.Business.IBusinessService.GoodsManager.GoodsSpecs.GoodsSpecRel using ARW.Model.Dto.Business.GoodsManager.GoodsSpecs.GoodsSpecRels; using ARW.Model.Models.Business.GoodsManager.GoodsSpecs.GoodsSpecRels; using ARW.Model.Vo.Business.GoodsManager.GoodsSpecs.GoodsSpecRels; +using ARW.Model.Models.Business.GoodsManager.GoodsSpecs.SpecValues; +using ARW.Repository.Business.GoodsManager.GoodsSpecs.SpecValues; +using System.Diagnostics.Eventing.Reader; namespace ARW.Service.Business.BusinessService.GoodsManager.GoodsSpecs.GoodsSpecRels { /// /// 商品与规格值关系记录接口实现类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// [AppService(ServiceType = typeof(IGoodsSpecRelService), ServiceLifetime = LifeTime.Transient)] @@ -33,13 +36,13 @@ namespace ARW.Service.Business.BusinessService.GoodsManager.GoodsSpecs.GoodsSpec this._GoodsSpecRelRepository = GoodsSpecRelRepository; } - #region 业务逻辑代码 - - - /// + #region 业务逻辑代码 + + + /// /// 查询商品与规格值关系记录分页列表 /// - public async Task> GetGoodsSpecRelList(GoodsSpecRelQueryDto parm) + public async Task> GetGoodsSpecRelList(GoodsSpecRelQueryDto parm) { //开始拼装查询条件d var predicate = Expressionable.Create(); @@ -47,45 +50,43 @@ namespace ARW.Service.Business.BusinessService.GoodsManager.GoodsSpecs.GoodsSpec var query = _GoodsSpecRelRepository .Queryable() .Where(predicate.ToExpression()) - .OrderBy(s => s.Create_time,OrderByType.Desc) + .OrderBy(s => s.Create_time, OrderByType.Desc) .Select(s => new GoodsSpecRelVo { - GoodsSpecRelId = s.GoodsSpecRelId, - GoodsGuid = s.GoodsGuid, - SpecId = s.SpecId, - SpecValueId = s.SpecValueId, - }); - + GoodsSpecRelId = s.GoodsSpecRelId, + GoodsGuid = s.GoodsGuid, + SpecId = s.SpecId, + SpecValueId = s.SpecValueId, + }); - return await query.ToPageAsync(parm); + + return await query.ToPageAsync(parm); } - /// - /// 添加或修改商品与规格值关系记录 + + /// + /// 新增商品与规格值关系 /// - public async Task AddOrUpdateGoodsSpecRel(GoodsSpecRel model) + /// 商品与规格值关系列表 + public async Task InsertGoodsSpecRelAsync(List goodsSpecRelList) { - if (model.GoodsSpecRelId != 0) - { - var response = await _GoodsSpecRelRepository.UpdateAsync(model); - return "修改成功!"; - } - else - { - - var response = await _GoodsSpecRelRepository.InsertReturnSnowflakeIdAsync(model); - return "添加成功!"; - } + await _GoodsSpecRelRepository.InsertRangeAsync(goodsSpecRelList); } - #region Excel处理 + + /// + /// 更新商品与规格值关系 + /// + /// 商品与规格值关系列表 + /// + public async Task UpdateGoodsSpecRelAsync(List goodsSpecRelList, long goodsGuid) + { + await _GoodsSpecRelRepository.DeleteAsync(s => s.GoodsGuid == goodsGuid); + await _GoodsSpecRelRepository.InsertRangeAsync(goodsSpecRelList); + } #endregion - - - -#endregion } } diff --git a/ARW.Service/Business/BusinessService/GoodsManager/GoodsSpecs/SpecValues/SpecValueService.cs b/ARW.Service/Business/BusinessService/GoodsManager/GoodsSpecs/SpecValues/SpecValueService.cs index a886e73..5bf105c 100644 --- a/ARW.Service/Business/BusinessService/GoodsManager/GoodsSpecs/SpecValues/SpecValueService.cs +++ b/ARW.Service/Business/BusinessService/GoodsManager/GoodsSpecs/SpecValues/SpecValueService.cs @@ -14,13 +14,15 @@ using ARW.Service.Business.IBusinessService.GoodsManager.GoodsSpecs.SpecValues; using ARW.Model.Dto.Business.GoodsManager.GoodsSpecs.SpecValues; using ARW.Model.Models.Business.GoodsManager.GoodsSpecs.SpecValues; using ARW.Model.Vo.Business.GoodsManager.GoodsSpecs.SpecValues; +using ARW.Model.Models.Business.GoodsManager.GoodsSpecs.Specs; +using ARW.Repository.Business.GoodsManager.GoodsSpecs.Specs; namespace ARW.Service.Business.BusinessService.GoodsManager.GoodsSpecs.SpecValues { /// /// 商品规格值接口实现类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// [AppService(ServiceType = typeof(ISpecValueService), ServiceLifetime = LifeTime.Transient)] @@ -59,29 +61,26 @@ namespace ARW.Service.Business.BusinessService.GoodsManager.GoodsSpecs.SpecValue return await query.ToPageAsync(parm); } - /// - /// 添加或修改商品规格值 - /// - public async Task AddOrUpdateSpecValue(SpecValue model) - { - if (model.SpecValueId != 0) - { - var response = await _SpecValueRepository.UpdateAsync(model); - return "修改成功!"; - } - else - { - var response = await _SpecValueRepository.InsertReturnSnowflakeIdAsync(model); - return "添加成功!"; - } + /// + /// 新增规格值 + /// + /// 规格值列表 + public async Task InsertSpecValueAsync(List sepcValueList) + { + await _SpecValueRepository.InsertRangeAsync(sepcValueList); } - #region Excel处理 - - - #endregion + /// + /// 更新规格值 + /// + /// 规格值列表 + /// + public async Task UpdateSpecValueAsync(List sepcValueList) + { + await _SpecValueRepository.UpdateRangeAsync(sepcValueList); + } #endregion diff --git a/ARW.Service/Business/BusinessService/GoodsManager/GoodsSpecs/Specs/SpecService.cs b/ARW.Service/Business/BusinessService/GoodsManager/GoodsSpecs/Specs/SpecService.cs index 43f6b49..ce73924 100644 --- a/ARW.Service/Business/BusinessService/GoodsManager/GoodsSpecs/Specs/SpecService.cs +++ b/ARW.Service/Business/BusinessService/GoodsManager/GoodsSpecs/Specs/SpecService.cs @@ -20,7 +20,7 @@ namespace ARW.Service.Business.BusinessService.GoodsManager.GoodsSpecs.Specs /// /// 商品规格组接口实现类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// [AppService(ServiceType = typeof(ISpecService), ServiceLifetime = LifeTime.Transient)] @@ -33,13 +33,13 @@ namespace ARW.Service.Business.BusinessService.GoodsManager.GoodsSpecs.Specs this._SpecRepository = SpecRepository; } - #region 业务逻辑代码 - - - /// + #region 业务逻辑代码 + + + /// /// 查询商品规格组分页列表 /// - public async Task> GetSpecList(SpecQueryDto parm) + public async Task> GetSpecList(SpecQueryDto parm) { //开始拼装查询条件d var predicate = Expressionable.Create(); @@ -47,43 +47,39 @@ namespace ARW.Service.Business.BusinessService.GoodsManager.GoodsSpecs.Specs var query = _SpecRepository .Queryable() .Where(predicate.ToExpression()) - .OrderBy(s => s.Create_time,OrderByType.Desc) + .OrderBy(s => s.Create_time, OrderByType.Desc) .Select(s => new SpecVo { - SpecId = s.SpecId, - SpecName = s.SpecName, - }); - + SpecId = s.SpecId, + SpecName = s.SpecName, + }); - return await query.ToPageAsync(parm); + + return await query.ToPageAsync(parm); } - /// - /// 添加或修改商品规格组 + /// + /// 新增规格组 /// - public async Task AddOrUpdateSpec(Spec model) + /// 规格组列表 + public async Task InsertSpecAsync(List sepcList) { - if (model.SpecId != 0) - { - var response = await _SpecRepository.UpdateAsync(model); - return "修改成功!"; - } - else - { - - var response = await _SpecRepository.InsertReturnSnowflakeIdAsync(model); - return "添加成功!"; - } + await _SpecRepository.InsertRangeAsync(sepcList); } - #region Excel处理 + + /// + /// 更新规格组 + /// + /// 规格组列表 + /// + public async Task UpdateSpecAsync(List sepcList) + { + await _SpecRepository.UpdateRangeAsync(sepcList); + } #endregion - - - -#endregion } } diff --git a/ARW.Service/Business/BusinessService/GoodsManager/Goodss/GoodsService.cs b/ARW.Service/Business/BusinessService/GoodsManager/Goodss/GoodsService.cs index 17e14b9..dfa2f62 100644 --- a/ARW.Service/Business/BusinessService/GoodsManager/Goodss/GoodsService.cs +++ b/ARW.Service/Business/BusinessService/GoodsManager/Goodss/GoodsService.cs @@ -15,23 +15,43 @@ using ARW.Model.Dto.Business.GoodsManager.Goodss; using ARW.Model.Models.Business.GoodsManager.Goodss; using ARW.Model.Vo.Business.GoodsManager.Goodss; using ARW.Model.Models.Business.ShopManager.Shops; +using ARW.Repository.Business.GoodsManager.GoodsServicess; +using ARW.Repository.Business.GoodsManager.GoodsServicess.GoodsServicesRels; +using ARW.Service.Business.IBusinessService.GoodsManager.GoodsServicess.GoodsServicesRels; +using AngleSharp.Html; +using ARW.Model.Models.Business.GoodsManager.GoodsServicess.GoodsServicesRels; +using ARW.Service.Business.IBusinessService.GoodsManager.GoodsSpecs.Specs; +using ARW.Service.Business.IBusinessService.GoodsManager.GoodsSpecs.SpecValues; +using ARW.Service.Business.IBusinessService.GoodsManager.GoodsSpecs.GoodsSpecRels; +using Senparc.Weixin.MP.AdvancedAPIs.Semantic; +using ARW.Model.Models.Business.GoodsManager.GoodsSpecs.Specs; +using ARW.Model.Models.Business.GoodsManager.GoodsSpecs.SpecValues; namespace ARW.Service.Business.BusinessService.GoodsManager.Goodss { /// /// 商品接口实现类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// [AppService(ServiceType = typeof(IGoodsService), ServiceLifetime = LifeTime.Transient)] public class GoodsServiceImpl : BaseService, IGoodsService { private readonly GoodsRepository _GoodsRepository; + private readonly IGoodsServicesRelService _GoodsServicesRelIService; + private readonly ISpecService _SepcIService; + private readonly ISpecValueService _SpecValueIService; + private readonly IGoodsSpecRelService _GoodsSpecRelService; - public GoodsServiceImpl(GoodsRepository GoodsRepository) + + public GoodsServiceImpl(GoodsRepository GoodsRepository, IGoodsServicesRelService goodsServicesRelIService, ISpecService sepcIService, ISpecValueService specValueIService, IGoodsSpecRelService goodsSpecRelService) { this._GoodsRepository = GoodsRepository; + _GoodsServicesRelIService = goodsServicesRelIService; + _SepcIService = sepcIService; + _SpecValueIService = specValueIService; + _GoodsSpecRelService = goodsSpecRelService; } #region 业务逻辑代码 @@ -54,7 +74,7 @@ namespace ARW.Service.Business.BusinessService.GoodsManager.Goodss .LeftJoin((s, c) => s.ShopGuid == c.ShopGuid) .Where(predicate.ToExpression()) .OrderBy(s => s.GoodsSort, OrderByType.Asc) - .Select((s,c) => new GoodsVo + .Select((s, c) => new GoodsVo { GoodsId = s.GoodsId, GoodsGuid = s.GoodsGuid, @@ -98,6 +118,7 @@ namespace ARW.Service.Business.BusinessService.GoodsManager.Goodss /// public async Task AddOrUpdateGoods(Goods model) { + if (model.GoodsId != 0) { var response = await _GoodsRepository.UpdateAsync(model); @@ -105,8 +126,11 @@ namespace ARW.Service.Business.BusinessService.GoodsManager.Goodss } else { - + await HandleBeforeAdd(model); var response = await _GoodsRepository.InsertReturnSnowflakeIdAsync(model); + model.GoodsGuid = response; + await HandleAfterAdd(model); + return "添加成功!"; } } @@ -196,6 +220,100 @@ namespace ARW.Service.Business.BusinessService.GoodsManager.Goodss #endregion + #region 商品格式处理 + + /// + /// 商品添加前处理处理 + /// + /// 商品Model + /// + public async Task HandleBeforeAdd(Goods model) + { + // 单规格(最高价格 最高划线价格 = 最低价格 最低划线价格) + model = HandleSingleSpec(model); + + return model; + } + + + /// + /// 商品添加后处理 + /// + /// 商品Model + /// + public async Task HandleAfterAdd(Goods model) + { + // 服务与承诺 + if (!string.IsNullOrEmpty(model.GoodsServicesIds)) + { + var servicesIds = model.GoodsServicesIds.Split(','); + var servicesList = new List(); + foreach (var id in servicesIds) + { + //var service = await _GoodsServicesRepository.GetFirstAsync(s => s.GoodsServicesId == Convert.ToInt32(id)); + var service = new GoodsServicesRel + { + ShopGuid = model.ShopGuid, + GoodsGuid = model.GoodsGuid, + ServiceId = Convert.ToInt32(id) + }; + servicesList.Add(service); + } + await _GoodsServicesRelIService.InsertGoodsServicesRelAsync(servicesList); + } + + // Sku列表 + if (model.GoodsSpecType == "2") + { + + // 规格组和规格值 + foreach (var item in model.GoodsSpecList) + { + var spec = new Spec + { + SpecName = item.SpecName + }; + var specId = await _SepcIService.InsertReturnIdentityAsync(spec); + foreach (var i in item.Props) + { + var specValue = new SpecValue + { + SpecId = specId, + SpecValueName = i.SpecValueName, + }; + await _SpecValueIService.InsertReturnIdentityAsync(specValue); + } + } + } + + + } + + + /// + /// 商品单规格处理 + /// + /// 商品Model + /// + public Goods HandleSingleSpec(Goods model) + { + // 单规格 + if (model.GoodsSpecType == "1") + { + // 价格 + model.GoodsPriceLowest = model.GoodsPriceHighest; + + // 划线价格 + if (model.GoodsDashedPriceHighest != 0) + { + model.GoodsDashedPriceLowest = model.GoodsDashedPriceHighest; + } + } + + return model; + } + + #endregion #endregion diff --git a/ARW.Service/Business/BusinessService/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryService.cs b/ARW.Service/Business/BusinessService/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryService.cs index 209bbe0..52c8ae1 100644 --- a/ARW.Service/Business/BusinessService/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryService.cs +++ b/ARW.Service/Business/BusinessService/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryService.cs @@ -25,7 +25,7 @@ namespace ARW.Service.Business.BusinessService.GoodsManager.ShopGoodsCategorys /// /// 店铺商品类目接口实现类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-15 /// [AppService(ServiceType = typeof(IShopGoodsCategoryService), ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Service/Business/BusinessService/LogisticsManage/DeliveryRules/DeliveryRuleService.cs b/ARW.Service/Business/BusinessService/LogisticsManage/DeliveryRules/DeliveryRuleService.cs index 2ffea98..9b30db6 100644 --- a/ARW.Service/Business/BusinessService/LogisticsManage/DeliveryRules/DeliveryRuleService.cs +++ b/ARW.Service/Business/BusinessService/LogisticsManage/DeliveryRules/DeliveryRuleService.cs @@ -32,7 +32,7 @@ namespace ARW.Service.Business.BusinessService.LogisticsManage.DeliveryRules /// /// 配送模板区域及运费接口实现类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-16 /// [AppService(ServiceType = typeof(IDeliveryRuleService), ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Service/Business/BusinessService/LogisticsManage/Deliverys/DeliveryService.cs b/ARW.Service/Business/BusinessService/LogisticsManage/Deliverys/DeliveryService.cs index 767b58b..4d5bca8 100644 --- a/ARW.Service/Business/BusinessService/LogisticsManage/Deliverys/DeliveryService.cs +++ b/ARW.Service/Business/BusinessService/LogisticsManage/Deliverys/DeliveryService.cs @@ -24,7 +24,7 @@ namespace ARW.Service.Business.BusinessService.LogisticsManage.Deliverys /// /// 配送模板接口实现类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-16 /// [AppService(ServiceType = typeof(IDeliveryService), ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Service/Business/BusinessService/LogisticsManage/LogisticsCompanys/LogisticsCompanyService.cs b/ARW.Service/Business/BusinessService/LogisticsManage/LogisticsCompanys/LogisticsCompanyService.cs index aacd30c..88cd1b8 100644 --- a/ARW.Service/Business/BusinessService/LogisticsManage/LogisticsCompanys/LogisticsCompanyService.cs +++ b/ARW.Service/Business/BusinessService/LogisticsManage/LogisticsCompanys/LogisticsCompanyService.cs @@ -20,7 +20,7 @@ namespace ARW.Service.Business.BusinessService.LogisticsManage.LogisticsCompanys /// /// 物流公司接口实现类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// [AppService(ServiceType = typeof(ILogisticsCompanyService), ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Service/Business/BusinessService/ShopManager/ShopAddresss/ShopAddressService.cs b/ARW.Service/Business/BusinessService/ShopManager/ShopAddresss/ShopAddressService.cs index f6508a3..8f8c852 100644 --- a/ARW.Service/Business/BusinessService/ShopManager/ShopAddresss/ShopAddressService.cs +++ b/ARW.Service/Business/BusinessService/ShopManager/ShopAddresss/ShopAddressService.cs @@ -23,7 +23,7 @@ namespace ARW.Service.Business.BusinessService.ShopManager.ShopAddresss /// /// 店铺地址接口实现类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-15 /// [AppService(ServiceType = typeof(IShopAddressService), ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Service/Business/BusinessService/ShopManager/Shops/ShopService.cs b/ARW.Service/Business/BusinessService/ShopManager/Shops/ShopService.cs index 9231925..a27bee4 100644 --- a/ARW.Service/Business/BusinessService/ShopManager/Shops/ShopService.cs +++ b/ARW.Service/Business/BusinessService/ShopManager/Shops/ShopService.cs @@ -33,7 +33,7 @@ namespace ARW.Service.Business.BusinessService.ShopManager.Shops /// /// 店铺接口实现类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-09 /// [AppService(ServiceType = typeof(IShopService), ServiceLifetime = LifeTime.Transient)] diff --git a/ARW.Service/Business/IBusinessService/Custom/Customers/ICustomerService.cs b/ARW.Service/Business/IBusinessService/Custom/Customers/ICustomerService.cs index fbb5d1e..63c500a 100644 --- a/ARW.Service/Business/IBusinessService/Custom/Customers/ICustomerService.cs +++ b/ARW.Service/Business/IBusinessService/Custom/Customers/ICustomerService.cs @@ -13,7 +13,7 @@ namespace ARW.Service.Business.IBusinessService.Custom.Customers /// /// 小程序客户接口类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-05 /// public interface ICustomerService : IBaseService diff --git a/ARW.Service/Business/IBusinessService/GoodsManager/GoodsCategorys/IGoodsCategoryService.cs b/ARW.Service/Business/IBusinessService/GoodsManager/GoodsCategorys/IGoodsCategoryService.cs index bd055c4..40c3e05 100644 --- a/ARW.Service/Business/IBusinessService/GoodsManager/GoodsCategorys/IGoodsCategoryService.cs +++ b/ARW.Service/Business/IBusinessService/GoodsManager/GoodsCategorys/IGoodsCategoryService.cs @@ -13,7 +13,7 @@ namespace ARW.Service.Business.IBusinessService.GoodsManager.GoodsCategorys /// /// 商品类目接口类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-12 /// public interface IGoodsCategoryService : IBaseService diff --git a/ARW.Service/Business/IBusinessService/GoodsManager/GoodsServicess/GoodsServicesRels/IGoodsServicesRelService.cs b/ARW.Service/Business/IBusinessService/GoodsManager/GoodsServicess/GoodsServicesRels/IGoodsServicesRelService.cs index aead9fa..c2fde3f 100644 --- a/ARW.Service/Business/IBusinessService/GoodsManager/GoodsServicess/GoodsServicesRels/IGoodsServicesRelService.cs +++ b/ARW.Service/Business/IBusinessService/GoodsManager/GoodsServicess/GoodsServicesRels/IGoodsServicesRelService.cs @@ -1,7 +1,4 @@ -using System; using System.Collections.Generic; -using System.Linq; -using System.Text; using System.Threading.Tasks; using ARW.Model; using ARW.Model.Dto.Business.GoodsManager.GoodsServicess.GoodsServicesRels; @@ -13,7 +10,7 @@ namespace ARW.Service.Business.IBusinessService.GoodsManager.GoodsServicess.Good /// /// 商品服务与承诺关系表接口类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// public interface IGoodsServicesRelService : IBaseService @@ -27,14 +24,19 @@ namespace ARW.Service.Business.IBusinessService.GoodsManager.GoodsServicess.Good /// - /// 添加或修改商品服务与承诺关系表 + /// 新增商品服务与承诺关系 /// - /// + /// 商品服务与承诺关系列表 + Task InsertGoodsServicesRelAsync(List goodsServicesRelList); + + + /// + /// 更新商品服务与承诺关系 + /// + /// 商品服务与承诺关系列表 + /// 商品guid /// - Task AddOrUpdateGoodsServicesRel(GoodsServicesRel parm); - - - + Task UpdateGoodsServicesRelAsync(List goodsServicesRelList, long goodsGuid); } diff --git a/ARW.Service/Business/IBusinessService/GoodsManager/GoodsServicess/IGoodsServicesService.cs b/ARW.Service/Business/IBusinessService/GoodsManager/GoodsServicess/IGoodsServicesService.cs index 351c8fd..48ba7f6 100644 --- a/ARW.Service/Business/IBusinessService/GoodsManager/GoodsServicess/IGoodsServicesService.cs +++ b/ARW.Service/Business/IBusinessService/GoodsManager/GoodsServicess/IGoodsServicesService.cs @@ -13,7 +13,7 @@ namespace ARW.Service.Business.IBusinessService.GoodsManager.GoodsServicess /// /// 商品服务与承诺接口类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// public interface IGoodsServicesService : IBaseService diff --git a/ARW.Service/Business/IBusinessService/GoodsManager/GoodsSpecs/GoodsSkus/IGoodsSkuService.cs b/ARW.Service/Business/IBusinessService/GoodsManager/GoodsSpecs/GoodsSkus/IGoodsSkuService.cs index 1f4784f..04ca667 100644 --- a/ARW.Service/Business/IBusinessService/GoodsManager/GoodsSpecs/GoodsSkus/IGoodsSkuService.cs +++ b/ARW.Service/Business/IBusinessService/GoodsManager/GoodsSpecs/GoodsSkus/IGoodsSkuService.cs @@ -13,7 +13,7 @@ namespace ARW.Service.Business.IBusinessService.GoodsManager.GoodsSpecs.GoodsSku /// /// 商品规格接口类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public interface IGoodsSkuService : IBaseService diff --git a/ARW.Service/Business/IBusinessService/GoodsManager/GoodsSpecs/GoodsSpecRels/IGoodsSpecRelService.cs b/ARW.Service/Business/IBusinessService/GoodsManager/GoodsSpecs/GoodsSpecRels/IGoodsSpecRelService.cs index 3323e55..c44deef 100644 --- a/ARW.Service/Business/IBusinessService/GoodsManager/GoodsSpecs/GoodsSpecRels/IGoodsSpecRelService.cs +++ b/ARW.Service/Business/IBusinessService/GoodsManager/GoodsSpecs/GoodsSpecRels/IGoodsSpecRelService.cs @@ -7,13 +7,14 @@ using ARW.Model; using ARW.Model.Dto.Business.GoodsManager.GoodsSpecs.GoodsSpecRels; using ARW.Model.Models.Business.GoodsManager.GoodsSpecs.GoodsSpecRels; using ARW.Model.Vo.Business.GoodsManager.GoodsSpecs.GoodsSpecRels; +using ARW.Repository.Business.GoodsManager.GoodsSpecs.GoodsSpecRels; namespace ARW.Service.Business.IBusinessService.GoodsManager.GoodsSpecs.GoodsSpecRels { /// /// 商品与规格值关系记录接口类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public interface IGoodsSpecRelService : IBaseService @@ -25,15 +26,20 @@ namespace ARW.Service.Business.IBusinessService.GoodsManager.GoodsSpecs.GoodsSpe /// Task> GetGoodsSpecRelList(GoodsSpecRelQueryDto parm); - - /// - /// 添加或修改商品与规格值关系记录 + + /// + /// 新增商品与规格值关系 /// - /// + /// 商品与规格值关系列表 + Task InsertGoodsSpecRelAsync(List goodsSpecRelList); + + + /// + /// 更新商品与规格值关系 + /// + /// 商品与规格值关系列表 /// - Task AddOrUpdateGoodsSpecRel(GoodsSpecRel parm); - - + Task UpdateGoodsSpecRelAsync(List goodsSpecRelList, long goodsGuid); diff --git a/ARW.Service/Business/IBusinessService/GoodsManager/GoodsSpecs/SpecValues/ISpecValueService.cs b/ARW.Service/Business/IBusinessService/GoodsManager/GoodsSpecs/SpecValues/ISpecValueService.cs index ae7161e..74ef6ac 100644 --- a/ARW.Service/Business/IBusinessService/GoodsManager/GoodsSpecs/SpecValues/ISpecValueService.cs +++ b/ARW.Service/Business/IBusinessService/GoodsManager/GoodsSpecs/SpecValues/ISpecValueService.cs @@ -5,15 +5,17 @@ using System.Text; using System.Threading.Tasks; using ARW.Model; using ARW.Model.Dto.Business.GoodsManager.GoodsSpecs.SpecValues; +using ARW.Model.Models.Business.GoodsManager.GoodsSpecs.Specs; using ARW.Model.Models.Business.GoodsManager.GoodsSpecs.SpecValues; using ARW.Model.Vo.Business.GoodsManager.GoodsSpecs.SpecValues; +using ARW.Repository.Business.GoodsManager.GoodsSpecs.SpecValues; namespace ARW.Service.Business.IBusinessService.GoodsManager.GoodsSpecs.SpecValues { /// /// 商品规格值接口类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public interface ISpecValueService : IBaseService @@ -25,15 +27,20 @@ namespace ARW.Service.Business.IBusinessService.GoodsManager.GoodsSpecs.SpecValu /// Task> GetSpecValueList(SpecValueQueryDto parm); - - /// - /// 添加或修改商品规格值 + + /// + /// 新增规格值 /// - /// + /// 规格值列表 + Task InsertSpecValueAsync(List sepcValueList); + + + /// + /// 更新规格值 + /// + /// 规格值列表 /// - Task AddOrUpdateSpecValue(SpecValue parm); - - + Task UpdateSpecValueAsync(List sepcValueList); diff --git a/ARW.Service/Business/IBusinessService/GoodsManager/GoodsSpecs/Specs/ISpecService.cs b/ARW.Service/Business/IBusinessService/GoodsManager/GoodsSpecs/Specs/ISpecService.cs index 8c0f861..1118212 100644 --- a/ARW.Service/Business/IBusinessService/GoodsManager/GoodsSpecs/Specs/ISpecService.cs +++ b/ARW.Service/Business/IBusinessService/GoodsManager/GoodsSpecs/Specs/ISpecService.cs @@ -7,13 +7,14 @@ using ARW.Model; using ARW.Model.Dto.Business.GoodsManager.GoodsSpecs.Specs; using ARW.Model.Models.Business.GoodsManager.GoodsSpecs.Specs; using ARW.Model.Vo.Business.GoodsManager.GoodsSpecs.Specs; +using ARW.Repository.Business.GoodsManager.GoodsSpecs.Specs; namespace ARW.Service.Business.IBusinessService.GoodsManager.GoodsSpecs.Specs { /// /// 商品规格组接口类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public interface ISpecService : IBaseService @@ -25,16 +26,20 @@ namespace ARW.Service.Business.IBusinessService.GoodsManager.GoodsSpecs.Specs /// Task> GetSpecList(SpecQueryDto parm); - - /// - /// 添加或修改商品规格组 + + /// + /// 新增规格组 /// - /// + /// 规格组列表 + Task InsertSpecAsync(List sepcList); + + + /// + /// 更新规格组 + /// + /// 规格组列表 /// - Task AddOrUpdateSpec(Spec parm); - - - + Task UpdateSpecAsync(List sepcList); } diff --git a/ARW.Service/Business/IBusinessService/GoodsManager/Goodss/IGoodsService.cs b/ARW.Service/Business/IBusinessService/GoodsManager/Goodss/IGoodsService.cs index cddcb51..f77486f 100644 --- a/ARW.Service/Business/IBusinessService/GoodsManager/Goodss/IGoodsService.cs +++ b/ARW.Service/Business/IBusinessService/GoodsManager/Goodss/IGoodsService.cs @@ -13,7 +13,7 @@ namespace ARW.Service.Business.IBusinessService.GoodsManager.Goodss /// /// 商品接口类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// public interface IGoodsService : IBaseService diff --git a/ARW.Service/Business/IBusinessService/GoodsManager/ShopGoodsCategorys/IShopGoodsCategoryService.cs b/ARW.Service/Business/IBusinessService/GoodsManager/ShopGoodsCategorys/IShopGoodsCategoryService.cs index e32a015..6b6a8c0 100644 --- a/ARW.Service/Business/IBusinessService/GoodsManager/ShopGoodsCategorys/IShopGoodsCategoryService.cs +++ b/ARW.Service/Business/IBusinessService/GoodsManager/ShopGoodsCategorys/IShopGoodsCategoryService.cs @@ -14,7 +14,7 @@ namespace ARW.Service.Business.IBusinessService.GoodsManager.ShopGoodsCategorys /// /// 店铺商品类目接口类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-15 /// public interface IShopGoodsCategoryService : IBaseService diff --git a/ARW.Service/Business/IBusinessService/LogisticsManage/DeliveryRules/IDeliveryRuleService.cs b/ARW.Service/Business/IBusinessService/LogisticsManage/DeliveryRules/IDeliveryRuleService.cs index 5a8cef9..e43c236 100644 --- a/ARW.Service/Business/IBusinessService/LogisticsManage/DeliveryRules/IDeliveryRuleService.cs +++ b/ARW.Service/Business/IBusinessService/LogisticsManage/DeliveryRules/IDeliveryRuleService.cs @@ -13,7 +13,7 @@ namespace ARW.Service.Business.IBusinessService.LogisticsManage.DeliveryRules /// /// 配送模板区域及运费接口类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-16 /// public interface IDeliveryRuleService : IBaseService diff --git a/ARW.Service/Business/IBusinessService/LogisticsManage/Deliverys/IDeliveryService.cs b/ARW.Service/Business/IBusinessService/LogisticsManage/Deliverys/IDeliveryService.cs index d0908ab..528d8d8 100644 --- a/ARW.Service/Business/IBusinessService/LogisticsManage/Deliverys/IDeliveryService.cs +++ b/ARW.Service/Business/IBusinessService/LogisticsManage/Deliverys/IDeliveryService.cs @@ -13,7 +13,7 @@ namespace ARW.Service.Business.IBusinessService.LogisticsManage.Deliverys /// /// 配送模板接口类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-16 /// public interface IDeliveryService : IBaseService diff --git a/ARW.Service/Business/IBusinessService/LogisticsManage/LogisticsCompanys/ILogisticsCompanyService.cs b/ARW.Service/Business/IBusinessService/LogisticsManage/LogisticsCompanys/ILogisticsCompanyService.cs index c892b92..84850e8 100644 --- a/ARW.Service/Business/IBusinessService/LogisticsManage/LogisticsCompanys/ILogisticsCompanyService.cs +++ b/ARW.Service/Business/IBusinessService/LogisticsManage/LogisticsCompanys/ILogisticsCompanyService.cs @@ -13,7 +13,7 @@ namespace ARW.Service.Business.IBusinessService.LogisticsManage.LogisticsCompany /// /// 物流公司接口类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// public interface ILogisticsCompanyService : IBaseService diff --git a/ARW.Service/Business/IBusinessService/ShopManager/ShopAddresss/IShopAddressService.cs b/ARW.Service/Business/IBusinessService/ShopManager/ShopAddresss/IShopAddressService.cs index 194f864..e024ee9 100644 --- a/ARW.Service/Business/IBusinessService/ShopManager/ShopAddresss/IShopAddressService.cs +++ b/ARW.Service/Business/IBusinessService/ShopManager/ShopAddresss/IShopAddressService.cs @@ -13,7 +13,7 @@ namespace ARW.Service.Business.IBusinessService.ShopManager.ShopAddresss /// /// 店铺地址接口类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-15 /// public interface IShopAddressService : IBaseService diff --git a/ARW.Service/Business/IBusinessService/ShopManager/Shops/IShopService.cs b/ARW.Service/Business/IBusinessService/ShopManager/Shops/IShopService.cs index 5e81889..409ab87 100644 --- a/ARW.Service/Business/IBusinessService/ShopManager/Shops/IShopService.cs +++ b/ARW.Service/Business/IBusinessService/ShopManager/Shops/IShopService.cs @@ -15,7 +15,7 @@ namespace ARW.Service.Business.IBusinessService.ShopManager.Shops /// /// 店铺接口类 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-09 /// public interface IShopService : IBaseService diff --git a/ARW.WebApi/Controllers/Api/Custom/Customers/CustomerApiController.cs b/ARW.WebApi/Controllers/Api/Custom/Customers/CustomerApiController.cs index db8d66f..b83664f 100644 --- a/ARW.WebApi/Controllers/Api/Custom/Customers/CustomerApiController.cs +++ b/ARW.WebApi/Controllers/Api/Custom/Customers/CustomerApiController.cs @@ -18,7 +18,7 @@ namespace ARW.WebApi.Controllers.Api.Custom.Customers /// /// 小程序客户控制器Api /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-07 /// [Verify] diff --git a/ARW.WebApi/Controllers/Api/ShopManager/Shops/ShopApiController.cs b/ARW.WebApi/Controllers/Api/ShopManager/Shops/ShopApiController.cs index a051853..8716b35 100644 --- a/ARW.WebApi/Controllers/Api/ShopManager/Shops/ShopApiController.cs +++ b/ARW.WebApi/Controllers/Api/ShopManager/Shops/ShopApiController.cs @@ -25,7 +25,7 @@ namespace ARW.WebApi.Controllers.Api.ShopManager.Shops /// /// 店铺控制器Api /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-12 /// [Verify] diff --git a/ARW.WebApi/Controllers/Business/Custom/Customers/CustomerController.cs b/ARW.WebApi/Controllers/Business/Custom/Customers/CustomerController.cs index 8e1aca4..a54a4cb 100644 --- a/ARW.WebApi/Controllers/Business/Custom/Customers/CustomerController.cs +++ b/ARW.WebApi/Controllers/Business/Custom/Customers/CustomerController.cs @@ -18,7 +18,7 @@ namespace ARW.WebApi.Controllers.Business.Custom.Customers /// /// 小程序客户控制器 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-05 /// [Verify] diff --git a/ARW.WebApi/Controllers/Business/GoodsManager/GoodsCategorys/GoodsCategoryController.cs b/ARW.WebApi/Controllers/Business/GoodsManager/GoodsCategorys/GoodsCategoryController.cs index 94099fe..962c058 100644 --- a/ARW.WebApi/Controllers/Business/GoodsManager/GoodsCategorys/GoodsCategoryController.cs +++ b/ARW.WebApi/Controllers/Business/GoodsManager/GoodsCategorys/GoodsCategoryController.cs @@ -22,7 +22,7 @@ namespace ARW.WebApi.Controllers.Business.GoodsManager.GoodsCategorys /// /// 商品类目控制器 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-12 /// [Verify] diff --git a/ARW.WebApi/Controllers/Business/GoodsManager/GoodsServicess/GoodsServicesController.cs b/ARW.WebApi/Controllers/Business/GoodsManager/GoodsServicess/GoodsServicesController.cs index 6d151bf..8ab60bc 100644 --- a/ARW.WebApi/Controllers/Business/GoodsManager/GoodsServicess/GoodsServicesController.cs +++ b/ARW.WebApi/Controllers/Business/GoodsManager/GoodsServicess/GoodsServicesController.cs @@ -23,7 +23,7 @@ namespace ARW.WebApi.Controllers.Business.GoodsManager.GoodsServicess /// /// 商品服务与承诺控制器 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// [Verify] diff --git a/ARW.WebApi/Controllers/Business/GoodsManager/Goodss/GoodsController.cs b/ARW.WebApi/Controllers/Business/GoodsManager/Goodss/GoodsController.cs index 06bd79f..f9440b0 100644 --- a/ARW.WebApi/Controllers/Business/GoodsManager/Goodss/GoodsController.cs +++ b/ARW.WebApi/Controllers/Business/GoodsManager/Goodss/GoodsController.cs @@ -22,7 +22,7 @@ namespace ARW.WebApi.Controllers.Business.GoodsManager.Goodss /// /// 商品控制器 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-19 /// [Verify] diff --git a/ARW.WebApi/Controllers/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryController.cs b/ARW.WebApi/Controllers/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryController.cs index 2cc8742..12cdbc0 100644 --- a/ARW.WebApi/Controllers/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryController.cs +++ b/ARW.WebApi/Controllers/Business/GoodsManager/ShopGoodsCategorys/ShopGoodsCategoryController.cs @@ -23,7 +23,7 @@ namespace ARW.WebApi.Controllers.Business.GoodsManager.ShopGoodsCategorys /// /// 店铺商品类目控制器 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-15 /// [Verify] diff --git a/ARW.WebApi/Controllers/Business/LogisticsManage/Deliverys/DeliveryController.cs b/ARW.WebApi/Controllers/Business/LogisticsManage/Deliverys/DeliveryController.cs index 4d4ea85..48ffc69 100644 --- a/ARW.WebApi/Controllers/Business/LogisticsManage/Deliverys/DeliveryController.cs +++ b/ARW.WebApi/Controllers/Business/LogisticsManage/Deliverys/DeliveryController.cs @@ -23,7 +23,7 @@ namespace ARW.WebApi.Controllers.Business.LogisticsManage.Deliverys /// /// 配送模板控制器 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-16 /// [Verify] diff --git a/ARW.WebApi/Controllers/Business/LogisticsManage/LogisticsCompanys/LogisticsCompanyController.cs b/ARW.WebApi/Controllers/Business/LogisticsManage/LogisticsCompanys/LogisticsCompanyController.cs index f124d14..2d4094e 100644 --- a/ARW.WebApi/Controllers/Business/LogisticsManage/LogisticsCompanys/LogisticsCompanyController.cs +++ b/ARW.WebApi/Controllers/Business/LogisticsManage/LogisticsCompanys/LogisticsCompanyController.cs @@ -22,7 +22,7 @@ namespace ARW.WebApi.Controllers.Business.LogisticsManage.LogisticsCompanys /// /// 物流公司控制器 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-18 /// [Verify] diff --git a/ARW.WebApi/Controllers/Business/ShopManager/ShopAddresss/ShopAddressController.cs b/ARW.WebApi/Controllers/Business/ShopManager/ShopAddresss/ShopAddressController.cs index a5a707c..f8a0b44 100644 --- a/ARW.WebApi/Controllers/Business/ShopManager/ShopAddresss/ShopAddressController.cs +++ b/ARW.WebApi/Controllers/Business/ShopManager/ShopAddresss/ShopAddressController.cs @@ -22,7 +22,7 @@ namespace ARW.WebApi.Controllers.Business.ShopManager.ShopAddresss /// /// 店铺地址控制器 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-15 /// [Verify] diff --git a/ARW.WebApi/Controllers/Business/ShopManager/Shops/ShopController.cs b/ARW.WebApi/Controllers/Business/ShopManager/Shops/ShopController.cs index 445752c..36cedf5 100644 --- a/ARW.WebApi/Controllers/Business/ShopManager/Shops/ShopController.cs +++ b/ARW.WebApi/Controllers/Business/ShopManager/Shops/ShopController.cs @@ -24,7 +24,7 @@ namespace ARW.WebApi.Controllers.Business.ShopManager.Shops /// /// 店铺控制器 /// - /// @author 黎文豪 + /// @author lwh /// @date 2023-06-09 /// [Verify] diff --git a/ARW.WebApi/appsettings.json b/ARW.WebApi/appsettings.json index 7c81618..ad38b06 100644 --- a/ARW.WebApi/appsettings.json +++ b/ARW.WebApi/appsettings.json @@ -7,8 +7,8 @@ } }, "ConnectionStrings": { - "conn_db": "server=47.242.159.172;Database=shop_template;Uid=shop_template;Pwd=tKFJjWwL2kxMYtJK;SslMode=none;CharSet=utf8mb4;AllowLoadLocalInfile=true;AllowUserVariables=true;", - //"conn_db": "server=127.0.0.1;Database= shop_template;Uid=root;Pwd=root;SslMode=none;CharSet=utf8mb4;AllowLoadLocalInfile=true;AllowUserVariables=true;", + //"conn_db": "server=47.242.159.172;Database=shop_template;Uid=shop_template;Pwd=tKFJjWwL2kxMYtJK;SslMode=none;CharSet=utf8mb4;AllowLoadLocalInfile=true;AllowUserVariables=true;", + "conn_db": "server=127.0.0.1;Database=shop_template;Uid=root;Pwd=root;SslMode=none;CharSet=utf8mb4;AllowLoadLocalInfile=true;AllowUserVariables=true;", "conn_db_type": "8" //数据库类型 MySql = 0, SqlServer = 1 }, "urls": "http://localhost:8888", //项目启动url,如果改动端口前端对应devServer也需要进行修改 @@ -47,7 +47,7 @@ "autoPre": true, //自动去除表前缀 "author": "admin", "tablePrefix": "tb_", //"表前缀(生成类名不会包含表前缀,多个用逗号分隔)", - "vuePath": "D:\\.Net\\Aerwen\\weixin_xcx\\shop_template\\shop_template_back" //前端代码存储路径eg:D:\Work\ARWAdmin-Vue3 + "vuePath": "D:\\.Net\\Aerwen\\shop_template\\shop_template_back" //前端代码存储路径eg:D:\Work\ARWAdmin-Vue3 }, //邮箱配置信息 "MailOptions": {