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

员工导入模板,门店服务评价打分导入模板

Signed-off-by: 侯贺政's avatarhouhezheng <houhezheng@romens.cn>
parent a6d7be71
......@@ -15,7 +15,9 @@ class DownTemplateController extends BaseController
* summary="下载模板接口(gyz)",
* description="
* 传入模板文件名和想返回的模板中文名,新添加的模板在这里添加,方便前端查看:
* 门店导入模板(import_branch.xls);",
* 门店导入模板(import_branch.xls);
* 员工信息导入模板(employee_import.xls);
* 门店服务评价打分模板(shop_branch_score_import.xls);",
* @OA\Parameter(name="ENG_NAME",in="query",required=true,description="模板名称",@OA\Schema(type="string")),
* @OA\Parameter(name="CN_NAME",in="query",required=true,description="模板中文名称",@OA\Schema(type="string")),
* @OA\Parameter(name="SUFFIX",in="query",description="excel后缀,默认xlsx",@OA\Schema(type="string")),
......
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