公告板
版本库
filestore
活动
搜索
登录
silk
/
silkServer
jialian服务端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
字段增删改查接口
zhangqian
2024-02-28
fe5cd122cf94f83f97a1e71a391cefd62f219938
[silk/silkServer.git]
/
constvar
/
const.go
1
2
3
4
5
6
7
8
9
10
package constvar
type DictType int
const (
DictTypeMarket DictType = iota //庄口
DictTypeWorkshop //车间
DictTypeColor //颜色
DictTypeSpec //规格
)