维护系统->检查方法前端页面优化、接口功能完善(搜索栏和导出表格未处理),后端接口优化。

This commit is contained in:
qk123
2025-12-03 16:00:24 +08:00
parent 601ae40666
commit b3c27ec789
6 changed files with 242 additions and 145 deletions

View File

@@ -26,7 +26,7 @@ public class CheckMethod {
* 检查方法ID
*/
@TableId(type = IdType.AUTO)
private Long id;
private Integer id;
/* 检查类型 */
private String checkType;