fix
zhangqian
2023-10-17 b01856980b67a720304f138cb3040c73d01b97c5
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"  form:"sourceId"` //客户id
   ClientId   int                        `json:"clientId"  form:"clientId"` //客户id
}