- package entity
- var Base_goods_function = base_goods_function{}
- //商品功能表
- type base_goods_function struct {
- Id int
- Appid string
- Goods_code string //商品代码
- Function_code string //功能代码
- Limit_strategy string //限制频率;7d:7天 1m:1个月
- Strategy_count string //频率数量
- Power_type string //权益所属类型;1:个人 2:企业
- }
|