| | |
| | | package com.sandu.ximon.dao.bo; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonIgnore; |
| | | import com.sandu.ximon.dao.domain.IpVolumeMission; |
| | | import lombok.Data; |
| | | |
| | | import java.time.LocalDateTime; |
| | |
| | | * @Version 1.0 |
| | | */ |
| | | @Data |
| | | public class IpVolumeMissionBo { |
| | | public class IpVolumeMissionBo extends IpVolumeMission { |
| | | |
| | | private Integer taskId; |
| | | |
| | | private String missionName; |
| | | |
| | | private Integer numberInPlay; |
| | | |
| | | private LocalDateTime createTime; |
| | | |
| | | private String userName; |
| | | // private Integer taskId; |
| | | // |
| | | // private String missionName; |
| | | // |
| | | // private Integer numberInPlay; |
| | | // |
| | | // private LocalDateTime createTime; |
| | | // |
| | | // private String userName; |
| | | |
| | | /*@JsonIgnore |
| | | private String fileName;*/ |