| | |
| | | public class DeptVo extends SysDept { |
| | | @ApiModelProperty(value = "条款信息") |
| | | private List<CaluseVO1> caluseVO1List; |
| | | @ApiModelProperty(value = "负责部门") |
| | | private List<SysDeptManageVo> sysDeptManageVoList; |
| | | |
| | | |
| | | public List<CaluseVO1> getCaluseVO1List() { |
| | | return caluseVO1List; |
| | |
| | | public void setCaluseVO1List(List<CaluseVO1> caluseVO1List) { |
| | | this.caluseVO1List = caluseVO1List; |
| | | } |
| | | |
| | | public List<SysDeptManageVo> getSysDeptManageVoList() { |
| | | return sysDeptManageVoList; |
| | | } |
| | | |
| | | public void setSysDeptManageVoList(List<SysDeptManageVo> sysDeptManageVoList) { |
| | | this.sysDeptManageVoList = sysDeptManageVoList; |
| | | } |
| | | } |