Commit 5cc29bd1 authored by 侯贺政's avatar 侯贺政

修改注释

Signed-off-by: 侯贺政's avatarhouhezheng <houhezheng@romens.cn>
parent 286a9cc4
......@@ -222,7 +222,7 @@ class ShopEmployeeController extends BaseController
* @OA\Property(property="MEMBER_NO",type="string",description="会员卡号"),
* @OA\Property(property="IS_DISTRIBUTOR",type="int",description="分销商标识(默认1:是,0:否)",example="1"),
* @OA\Property(property="EMPLOYEE_IS_MANAGER",type="string",description="员工是否为门店店长(默认0:否,1:是)",example="0"),
* @OA\Property(property="PASSWORD",type="string",description="员工密码(默认"0000000")",example="000000"),
* @OA\Property(property="PASSWORD",type="string",description="员工密码(默认:0000000)",example="000000"),
* @OA\Property(property="BRANCH_CODE",type="string",description="用户所属门店编号"),
* )
* )
......@@ -256,8 +256,8 @@ class ShopEmployeeController extends BaseController
* @OA\PUT(
* path="/backend/web/v1/shopuser/shop-employees/employee-update",
* tags={"用户&员工接口"},
* summary="添加员工(侯贺政)",
* description="添加新员工",
* summary="更新员工信息(侯贺政)",
* description="更新员工信息",
* @OA\RequestBody(
* required=true,
* description="注:年龄为生日计算所得,不参与更新,详情页仅有展示作用;出生日期格式为Y-m-d,如示例所示",
......@@ -265,7 +265,7 @@ class ShopEmployeeController extends BaseController
* mediaType="application/x-www-form-urlencoded",
* @OA\Schema(
* type="object",
* required={"GUID","MOBILE_PHONE",'BRANCH_CODE','NAME'},
* required={"GUID","MOBILE_PHONE","BRANCH_CODE","NAME"},
* @OA\Property(property="NAME",type="string",description="员工姓名"),
* @OA\Property(property="EMPLOYEE_CODE",type="string",description="员工编号"),
* @OA\Property(property="MOBILE_PHONE",type="string",description="手机号"),
......@@ -274,7 +274,7 @@ class ShopEmployeeController extends BaseController
* @OA\Property(property="MEMBER_NO",type="string",description="会员卡号"),
* @OA\Property(property="IS_DISTRIBUTOR",type="int",description="分销商标识(1:是,0:否)",example="1"),
* @OA\Property(property="EMPLOYEE_IS_MANAGER",type="string",description="员工是否为门店店长(0:否,1:是)",example="0"),
* @OA\Property(property="PASSWORD",type="string",description="员工密码(默认"0000000")",example="000000"),
* @OA\Property(property="PASSWORD",type="string",description="员工密码(默认:0000000)",example="000000"),
* @OA\Property(property="BRANCH_CODE",type="string",description="用户所属门店编号"),
* )
* )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment