From 40fa6f86f5f7ac35206d6b953f4e5e82b2145ce9 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 11 八月 2023 14:23:52 +0800
Subject: [PATCH] 新增、修改销售明细时更改价税合计,应收金额,未开票金额

---
 model/salesDetails.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/model/salesDetails.go b/model/salesDetails.go
index 301794b..25211e3 100644
--- a/model/salesDetails.go
+++ b/model/salesDetails.go
@@ -36,6 +36,7 @@
 		AmountReceived      decimal.Decimal   `gorm:"column:amount_received;type:decimal(12,2);comment:宸叉敹閲戦" json:"amountReceived"`        // 宸叉敹閲戦
 		AmountInvoiced      decimal.Decimal   `gorm:"column:amount_invoiced;type:decimal(12,2);comment:宸插紑绁ㄩ噾棰�" json:"amountInvoiced"`       // 宸插紑绁ㄩ噾棰�
 		AmountUnInvoiced    decimal.Decimal   `gorm:"column:amount_not_invoiced;type:decimal(12,2);comment:鏈紑绁ㄩ噾棰�" json:"amountUnInvoiced"` // 鏈紑绁ㄩ噾棰�
+		AmountTotal         decimal.Decimal   `gorm:"column:amount_total;type:decimal(12,2);comment:浠风◣鍚堣" json:"amountTotal"`              // 浠风◣鍚堣
 		gorm.Model          `json:"-"`
 	}
 

--
Gitblit v1.8.0