|
@ -89,6 +89,12 @@ public class IcPartymemberStyleController { |
|
|
return new Result<IcPartymemberStyleDTO>().ok(data); |
|
|
return new Result<IcPartymemberStyleDTO>().ok(data); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 党员风采-新增 |
|
|
|
|
|
* @param tokenDto |
|
|
|
|
|
* @param dto |
|
|
|
|
|
* @return |
|
|
|
|
|
*/ |
|
|
@PostMapping("save") |
|
|
@PostMapping("save") |
|
|
@NoRepeatSubmit |
|
|
@NoRepeatSubmit |
|
|
public Result save(@LoginUser TokenDto tokenDto, @RequestBody IcPartymemberStyleDTO dto) { |
|
|
public Result save(@LoginUser TokenDto tokenDto, @RequestBody IcPartymemberStyleDTO dto) { |
|
@ -98,6 +104,11 @@ public class IcPartymemberStyleController { |
|
|
return new Result(); |
|
|
return new Result(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 党员风采-删除 |
|
|
|
|
|
* @param dto |
|
|
|
|
|
* @return |
|
|
|
|
|
*/ |
|
|
@PostMapping("delete") |
|
|
@PostMapping("delete") |
|
|
public Result delete(@RequestBody IcPartymemberStyleDTO dto) { |
|
|
public Result delete(@RequestBody IcPartymemberStyleDTO dto) { |
|
|
//效验数据
|
|
|
//效验数据
|
|
|