base_goods_function.go 407 B

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