package request import ( "aps_crm/model" ) type AddRefundType struct { model.RefundType } type UpdateRefundType struct { Id int `json:"id"` model.RefundType } type GetRefundTypeList struct { PageInfo }