package constvar type RefundSourceType int //来源类型(1销售退货) const ( RefundSourceTypeSalesReturn RefundSourceType = 1 //销售退货 )