Parcourir la source

用户创建的修改

il y a 5 ans
Parent
commit
5078fbfb56

+ 1 - 1
cloud-model/src/main/java/com/hssx/cloudmodel/controller/MouldController.java

@@ -68,7 +68,7 @@ public class MouldController {
     /**
      * 给项目分配模具获取该公司下的模具列表
      * token 当前人唯一权限 pageNum 当前页码,pageSize 每页条数  projectId 项目id筛选(默认传-1)
-     * serchType 搜索类型0-模具编号,1-模具名称(默认传0) keyName 关键字查询
+     * searchType 搜索类型0-模具编号,1-模具名称(默认传0) keyName 关键字查询
      * @return
      */
     @ApiOperation("模具列表")