导入员工(单个新增
POST
http://106.55.255.17:8083/A01backend/CompanyInfo/ImportStaff
接口描述
http://localhost:8080/A01backend/CompanyInfo/ImportStaff
请求参数
参数名
类型
描述
必填
com_id
int
公司id
必填
job_id
int
员工工号 现在情况所有公司共用一个表,只能说工号靠自动递增
可选
name
string
姓名
必填
sex
int
性别 1男0女
必填
depname
string
部门
必填
po_name
string
职位
必填
telephone
string
手机号
必填