公告板
版本库
filestore
活动
搜索
登录
silk
/
silkServer
jialian服务端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
服务优雅退出
zhangqian
2024-02-29
eef08ad808cc0529ed66aeec53b227045f3312c7
[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 //规格
)