2019-04-22 02:59:20 +00:00

8 lines
144 B
Go

package archive
//联合投稿的分区配置
type StaffTypeConf struct {
TypeID int16 `json:"typeid"`
MaxStaff int `json:"max_staff"`
}