Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Prudenter/PygElecSystem
/ types & classes
Types & classes
18 in github.com/Prudenter/PygElecSystem
⨍
Functions
240
◇
Types & classes
18
Struct
Address
用户地址表,并与用户表建立1:n关系
PygElecSystem/models/model.go:22
Struct
CartController
* 定义购物车控制器 */
PygElecSystem/controllers/cart.go:12
Struct
Goods
商品SPU表
PygElecSystem/models/model.go:45
Struct
GoodsController
PygElecSystem/controllers/goods.go:11
Struct
GoodsImage
商品图片表
PygElecSystem/models/model.go:83
Struct
GoodsSKU
商品SKU表
PygElecSystem/models/model.go:63
Struct
GoodsType
商品类型表
PygElecSystem/models/model.go:53
Struct
IndexGoodsBanner
首页轮播商品展示表
PygElecSystem/models/model.go:90
Struct
IndexPromotionBanner
首页促销商品展示表
PygElecSystem/models/model.go:107
Struct
IndexTypeGoodsBanner
首页分类商品展示表
PygElecSystem/models/model.go:98
Struct
MainController
PygElecSystem/controllers/default.go:7
Struct
Message
* 定义消息类 */
PygElecSystem/controllers/user.go:25
Struct
OrderController
PygElecSystem/controllers/order.go:13
Struct
OrderGoods
订单商品关系表
PygElecSystem/models/model.go:132
Struct
OrderInfo
订单表
PygElecSystem/models/model.go:116
Struct
TpshopCategory
首页商品类型展示表-三级联动
PygElecSystem/models/model.go:34
Struct
User
用户表
PygElecSystem/models/model.go:10
Struct
UserController
* 定义用户控制器类:UserController */
PygElecSystem/controllers/user.go:20