| | |
| | | @TableField("face_chceckpoint_num") |
| | | private Integer faceChceckpointNum; |
| | | |
| | | |
| | | @ApiModelProperty("运维类别") |
| | | @TableField("category") |
| | | private Integer category; |
| | | } |
| | |
| | | /** 人脸卡口点位数 */ |
| | | private Integer faceChceckpointNum; |
| | | |
| | | private Integer category; |
| | | |
| | | public static CheckRuleVO getVoByEntity(@NonNull CheckRule entity, CheckRuleVO vo) { |
| | | if(vo == null) { |
| | | vo = new CheckRuleVO(); |
| | |
| | | private Integer unitId; |
| | | private String unitName; |
| | | |
| | | private String unitName; |
| | | /** 运维状态 */ |
| | | private String status; |
| | | |
| | |
| | | |
| | | import com.ycl.system.entity.SysDept; |
| | | import com.ycl.system.service.ISysDeptService; |
| | | import org.apache.commons.lang3.StringUtils; |
| | | |
| | | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.ycl.system.page.PageUtil; |