| | |
| | | import com.ruoyi.common.annotation.Excel; |
| | | import com.ruoyi.common.core.domain.BaseEntity; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | * @date 2023-08-02 |
| | | */ |
| | | @Data |
| | | public class ArdAppPatrolplan extends BaseEntity |
| | | public class ArdAppPatrolplan |
| | | { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | // @JsonInclude(JsonInclude.Include.NON_DEFAULT ) |
| | | private String pUser; |
| | | |
| | | private String createTime; |
| | | |
| | | @TableField(exist = false) |
| | | @JsonInclude(JsonInclude.Include.NON_DEFAULT ) |
| | | private Integer pageNum; |
| | | |
| | | @TableField(exist = false) |
| | | @JsonInclude(JsonInclude.Include.NON_DEFAULT ) |
| | | private Integer pageSize; |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) |