From 77cbdce5fcda3b7704c45e8b24d17213b3d097e2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=A6=20=E8=B5=B5?= <89237069@qq.com>
Date: Thu, 21 Sep 2023 11:04:03 +0800
Subject: [PATCH] [CI SKIP]
---
.../Entities/BQ/Dtos/INVOICE_GRP_DTO.cs | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/INVOICE_GRP_DTO.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/INVOICE_GRP_DTO.cs
index 9571dc1d..6aede947 100644
--- a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/INVOICE_GRP_DTO.cs
+++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/INVOICE_GRP_DTO.cs
@@ -396,7 +396,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos
///
///单价
///
- [Display(Name = "单价")]
+ [Display(Name = "价格")]
public decimal PRICE { get; set; }
///
///数量
@@ -420,6 +420,13 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos
///
[Display(Name = "协议编号")]
public string ContractID { get; set; }
+
+
+ [Display(Name = "备注")]
+ public string Remark { set; get; }
+
+
+
[Display(Name = "商品组")]
public string ProductionGroup { get; set; }
@@ -451,7 +458,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos
public class INVOICE_WAIT_DETAIL_BBAC_DTO
{
-
///
///期间
///