bizno
This commit is contained in:
parent
dd97565ce0
commit
6fa0b3b8af
|
|
@ -14,7 +14,7 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
type ApprovalProfitCreate struct {
|
type ApprovalProfitCreate struct {
|
||||||
SpNo string `json:"sp_no"` //申请单号,相同的单号数据将会被替换
|
BizNo string `json:"biz_no"` //申请单号,相同的单号数据将会被替换
|
||||||
Month string `json:"month"` //业绩对应月份
|
Month string `json:"month"` //业绩对应月份
|
||||||
Username string `json:"username"` //业绩对应责任人
|
Username string `json:"username"` //业绩对应责任人
|
||||||
AmountType string `json:"amount_type"` //业绩类型
|
AmountType string `json:"amount_type"` //业绩类型
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue