Commit d5da19c8 authored by 夏敏伟's avatar 夏敏伟

删除无用代码

parent cda26b38
......@@ -28,82 +28,4 @@ public class IndexController {
public Integer addXxRwwcqk(@RequestBody @Valid XxRwwcqkDTO xxRwwcqkDTO) {
return indexService.addXxRwwcqk(xxRwwcqkDTO);
}
@ApiOperation(value="新增szpt_clock_in数据")
@PostMapping("/addSzptClockIn")
public Integer addSzptClockIn(@RequestBody @Validated SzptClockInDTO szptClockInDTO){
return indexService.addSzptClockIn(szptClockInDTO);
}
@ApiOperation(value="新增szpt_clock_in_rules数据")
@PostMapping("/addSzptClockInRules")
public Integer addSzptClockInRules(@RequestBody @Validated SzptClockInRulesDTO szptClockInRulesDTO){
return indexService.addSzptClockInRules(szptClockInRulesDTO);
}
@ApiOperation(value="新增房屋信息数据")
@PostMapping("/addSzptFwxx")
public Integer addSzptFwxx(@RequestBody @Validated SzptFwxxDTO szptFwxxDTO){
return indexService.addSzptFwxx(szptFwxxDTO);
}
@ApiOperation(value="新增场所预警忽略对象数据")
@PostMapping("/addSzptGdCsyjhldx")
public Integer addSzptGdCsyjhldx(@RequestBody @Validated SzptGdCsyjhldxDTO szptGdCsyjhldxDTO){
return indexService.addSzptGdCsyjhldx(szptGdCsyjhldxDTO);
}
@ApiOperation(value="新增工地人员信息数据")
@PostMapping("/addSzptGdRyxx")
public Integer addSzptGdRyxx(@RequestBody @Validated SzptGdRyxxDTO szptGdRyxxDTO){
return indexService.addSzptGdRyxx(szptGdRyxxDTO);
}
@ApiOperation(value="新增设备信息数据")
@PostMapping("/addSzptGdSbxx")
public Integer addSzptGdSbxx(@RequestBody @Validated SzptGdSbxxDTO szptGdSbxxDTO){
return indexService.addSzptGdSbxx(szptGdSbxxDTO);
}
@ApiOperation(value="新增工地信息数据")
@PostMapping("/addSzptGdXx")
public Integer addSzptGdXx(@RequestBody @Validated SzptGdXxDTO szptGdXxDTO){
return indexService.addSzptGdXx(szptGdXxDTO);
}
@ApiOperation(value="新增工地预警流水表")
@PostMapping("/addSzptGdYj")
public Integer addSzptGdYj(@RequestBody @Validated SzptGdYjDTO szptGdYjDTO){
return indexService.addSzptGdYj(szptGdYjDTO);
}
@ApiOperation(value="新增区域信息表")
@PostMapping("/addSzptQyxx")
public Integer addSzptQyxx(@RequestBody @Validated SzptQyxxDTO szptQyxxDTO){
return indexService.addSzptQyxx(szptQyxxDTO);
}
@ApiOperation(value="新增账号信息数据")
@PostMapping("/addXxZhxx")
public Integer addXxZhxx(@RequestBody @Validated XxZhxxDTO xxZhxxDTO){
return indexService.addXxZhxx(xxZhxxDTO);
}
@ApiOperation(value="新增账户积分变更信息数据")
@PostMapping("/addXxZhjfbg")
public Integer addXxZhjfbg(@RequestBody @Validated XxZhjfbgDTO dto){
return indexService.addXxZhjfbg(dto);
}
@ApiOperation(value="新增义警任务信息数据")
@PostMapping("/addXxYjrw")
public Integer addXxYjrw(@RequestBody @Validated XxYjrwDTO dto){
return indexService.addXxYjrw(dto);
}
@ApiOperation(value="新增义警队伍代码信息数据")
@PostMapping("/addXxYjdwdm")
public Integer addXxYjdwdm(@RequestBody @Validated XxYjdwdmDTO dto){
return indexService.addXxYjdwdm(dto);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment