| | |
| | | package com.ycl.platform.domain.vo; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.ycl.platform.base.AbsVo; |
| | | import com.ycl.platform.domain.entity.YwPoint; |
| | | |
| | |
| | | |
| | | /** 运维单位 */ |
| | | private Integer unitId; |
| | | private String unitName; |
| | | |
| | | private String unitName; |
| | | /** 运维状态 */ |
| | | private String status; |
| | | |
| | | /** 备注 */ |
| | | private String remark; |
| | | |
| | | private Short category; |
| | | |
| | | private String deptName; |
| | | private String pointDetail; |
| | | |
| | | public static YwPointVO getVoByEntity(@NonNull YwPoint entity, YwPointVO vo) { |
| | | if(vo == null) { |
| | | vo = new YwPointVO(); |