- package entity
- var Base_resource_use_detail = base_resource_use_detail{}
- //消耗明细表
- type base_resource_use_detail struct {
- Id int64
- Appid string
- Use_id int64 //消耗表id
- Power_id int64 //权益id
- Surplus_count int64 //扣除数量
- Deduct_count int64 //扣除数量
- Create_time string //创建时间
- }
|