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