liujiandao
2023-10-17 93714edf943addbded3bccf1c76d1b53f46fc349
model/request/receipt.go
@@ -18,5 +18,5 @@
   PageInfo
   SourceType constvar.ReceiptSourceType `json:"sourceType" form:"sourceType"` //来源类型(1销售明细单2服务合同3销售发票4收款计划5出库单)
   SourceId   int                        `json:"sourceId" form:"sourceId"`
   ClientId   int                        `json:"clientId"` //客户id
   ClientId   int                        `json:"clientId"  form:"clientId"` //客户id
}