| | |
| | | |
| | | import com.panzhihua.common.model.dtos.common.*; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.TreeListVO; |
| | | import com.panzhihua.common.model.vos.partybuilding.excel.ComPbCheckUnitExcelVO; |
| | | import org.springframework.web.bind.annotation.*; |
| | | import com.panzhihua.common.constants.Constants; |
| | |
| | | @PostMapping("/page") |
| | | R queryByPage(@RequestBody PageComPbCheckUnitDto comPbCheckUnit); |
| | | |
| | | @PostMapping("/treeList") |
| | | R treeList(@RequestBody TreeListVO treeListVO); |
| | | |
| | | @GetMapping("/orgList") |
| | | public R orgList(); |
| | | /** |
| | | * description insert 新增数据 |
| | | * |