Browse Source

接口顺序

lin.liu 3 weeks ago
parent
commit
3e21c981a6

+ 3 - 3
secure-producting-business/src/main/java/com/customs/cq/datacenter/business/controller/DangerCheckFormController.java

@@ -39,10 +39,10 @@ import com.customs.cq.datacenter.business.entity.search.SearchDangerCheckForm;
 import com.customs.cq.datacenter.business.domain.vo.DangerCheckFormVO;
 
 /**
- * 9000.隐患检查表
+ * 1050.隐患检查表
  * @author lin.liu
- * @description 9000.隐患检查表
- * @order 9000
+ * @description 1050.隐患检查表
+ * @order 1050
  */
 @RestController
 @RequestMapping(value = "dangerCheckForm")