数据处理
This commit is contained in:
@@ -177,4 +177,11 @@ public class DataHandlerController {
|
||||
public ResponseResult<Boolean> franchiseFeeDateHandler(@RequestParam("pageSize") Integer pageSize, @RequestParam("pageNum") Integer pageNum){
|
||||
return ResponseResult.success(dataHandlerServer.franchiseFeeDateHandler(pageSize,pageNum));
|
||||
}
|
||||
|
||||
@ApiOperation("门店数据初始化")
|
||||
@GetMapping("/dataHandlerCreateStore")
|
||||
public ResponseResult<Boolean> dataHandlerCreateStore(){
|
||||
dataHandlerServer.dataHandlerCreateStore();
|
||||
return ResponseResult.success(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user