You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
889 B

9 months ago
  1. // =================================================================================
  2. // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
  3. // =================================================================================
  4. package entity
  5. // Collect is the golang structure for table collect.
  6. type Collect struct {
  7. Id uint `json:"id" ` //
  8. Name string `json:"name" ` // 资源名
  9. Url string `json:"url" ` //
  10. Param string `json:"param" ` // 参数
  11. Model uint `json:"model" ` // 类型
  12. Opt uint `json:"opt" ` // 操作方式
  13. Filter int `json:"filter" ` // 过滤模式
  14. FilterForm string `json:"filter_form" ` //
  15. SyncPic uint `json:"sync_pic" ` // 同步图片 全局 2 开启 1 关闭0
  16. Class string `json:"class" ` // 扩展分类 逗号,分隔
  17. }