feat(erp): 更新报销单据结构并移除工作流字段
- 在 payable.go 中添加 CostAmount 字段用于加减费用金额 - 移除 request.go 中 RequestIds 字段 - 移除 RequestItem 和 ReplyRequestList 结构中的 WorkflowId、WorkflowStatus 和 WorkflowReason 字段
This commit is contained in:
@@ -35,6 +35,7 @@ type PayableProductItem struct {
|
||||
TaxAmount decimal.Decimal // 税额
|
||||
UnitAmount decimal.Decimal // 含税金额
|
||||
ExTaxUnitAmount decimal.Decimal // 不含税金额
|
||||
CostAmount decimal.Decimal // 加减费用金额
|
||||
}
|
||||
|
||||
// Save @TITLE 保存应付
|
||||
|
||||
Reference in New Issue
Block a user