fix
wangpengfei
2023-08-15 0ce02d3f2ccd767c50efe5f2e0211ec24f1583b3
1
2
3
4
5
6
7
package constvar
 
type RefundSourceType int //来源类型(1销售退货)
 
const (
    RefundSourceTypeSalesReturn RefundSourceType = 1 //销售退货
)