v2.5拆分第一年度管理费字段

This commit is contained in:
shuo.wang
2025-02-07 17:41:37 +08:00
parent 47c8d0d585
commit 294b547385
9 changed files with 35 additions and 4 deletions

View File

@@ -95,6 +95,10 @@ public class PCTestController {
return ResponseResult.success(dataHandleService.dataHandleService(shopId));
}
@GetMapping("/dataHandleServiceV25")
public ResponseResult<Integer> dataHandleServiceV25(){
return ResponseResult.success(dataHandleService.dataHandleServiceV25());
}
@GetMapping("/licenseSync")
public ResponseResult<Boolean> licenseSync(){