department
department
接口描述
部门信息表
字段说明
参数名
类型
描述
必填
id
int(10)
主键,唯一自增ID
必填
titke
varchar(255)
部门名称
必填
type_id
int(10)
所属分类ID
必填