新增
POST
/api/restaurant_machine/employee/save
请求参数
application/json参数名
类型
描述
必填
employeeName
string
员工姓名
必填
employeeNumber
string
员工工号
必填
phone
string
电话号码
必填
shopId
long
所属门店
必填
position
int
职位 1普通员工 2 店长
必填
salary
string
薪水
必填
profitSharing
string
分红占比
必填
profitSharingTime
string
分红日期
必填
status
int
在职状态1在职,2离职
必填
sex
int
性别0:男,1女
必填
birthday
string
出生日期
必填
idCard
string
身份证号
必填
remarks
string
备注
必填