This commit is contained in:
2025-10-23 07:54:14 +08:00
parent e131e8b719
commit 4ba880ea40
21 changed files with 199 additions and 75 deletions

View File

@@ -53,13 +53,13 @@ import javax.servlet.http.HttpServletRequest;
public class FourCheckService {
@Autowired
private FourCheckMapper fourCheckMapper;
@Autowired
FourCheckSettingMapper fourCheckSettingMapper;
@Autowired
FourCheckStandardMapper fourCheckStandardMapper;
@Autowired
TtableDescriptionMapper ttableDescriptionMapper;
@@ -1305,4 +1305,4 @@ public class FourCheckService {
return result;
}
}
}