From ec9c9582e9fe3a2d4140ee9e6f5c7873aeee6ad1 Mon Sep 17 00:00:00 2001 From: mahao Date: Wed, 23 Aug 2023 10:23:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E6=95=B0=E6=8D=AE=E4=BB=8E?= =?UTF-8?q?=E8=A1=A8=E6=B7=BB=E5=8A=A0=E6=89=A9=E5=B1=95=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Entities/BQ/Dtos/BBAC_SA_DTO.cs | 3 ++- .../Entities/BQ/Dtos/HBPO_SA_DTO.cs | 3 ++- .../BQ/Dtos/TB_RePartsRelationship_DTO.cs | 16 ---------------- 3 files changed, 4 insertions(+), 18 deletions(-) diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/BBAC_SA_DTO.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/BBAC_SA_DTO.cs index 2924d546..c8eb3775 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/BBAC_SA_DTO.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/BBAC_SA_DTO.cs @@ -3,6 +3,7 @@ using System.ComponentModel.DataAnnotations; using Magicodes.ExporterAndImporter.Core; using Microsoft.AspNetCore.Http; using Volo.Abp.Application.Dtos; +using Volo.Abp.Domain.Entities.Auditing; namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos; @@ -57,7 +58,7 @@ public class BBAC_SA_DTO : EntityDto /// /// BBAC结算明细 /// -public class BBAC_SA_DETAIL_DTO : EntityDto +public class BBAC_SA_DETAIL_DTO : AuditedAggregateRoot { /// /// 结算单 diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/HBPO_SA_DTO.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/HBPO_SA_DTO.cs index 4f5ce291..bd781f4e 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/HBPO_SA_DTO.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/HBPO_SA_DTO.cs @@ -3,6 +3,7 @@ using System.ComponentModel.DataAnnotations; using Magicodes.ExporterAndImporter.Core; using Microsoft.AspNetCore.Http; using Volo.Abp.Application.Dtos; +using Volo.Abp.Domain.Entities.Auditing; namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos; @@ -57,7 +58,7 @@ public class HBPO_SA_DTO : EntityDto /// /// HBPO结算明细 /// -public class HBPO_SA_DETAIL_DTO : EntityDto +public class HBPO_SA_DETAIL_DTO : AuditedAggregateRoot { /// /// 结算单 diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/TB_RePartsRelationship_DTO.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/TB_RePartsRelationship_DTO.cs index 12f87562..ab4bb7b7 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/TB_RePartsRelationship_DTO.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/TB_RePartsRelationship_DTO.cs @@ -47,14 +47,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos [Required(ErrorMessage = "{0}是必填项")] [ImporterHeader(Name = "厂内物料号")] public string LU { set; get; } - - /// - /// 业务类型 - /// - [Display(Name = "业务类型")] - [ImporterHeader(Name = "业务分类")] - public EnumBusinessType BusinessType { get; set; } - /// /// 替换厂内物料号 /// @@ -75,14 +67,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos [Display(Name = "厂内物料号")] [ExporterHeader(DisplayName = "厂内物料号")] public string LU { set; get; } - - /// - /// 业务类型 - /// - [Display(Name = "业务类型")] - [ExporterHeader(DisplayName = "业务分类")] - public EnumBusinessType BusinessType { get; set; } - /// /// 替换厂内物料号 ///