| | |
| | | import com.ruoyi.common.enums.ReportingStatusEnum; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | import lombok.Data; |
| | | |
| | | /** |
| | | * @author mitao |
| | |
| | | public class CurrentFieldsDetailVO implements Serializable { |
| | | |
| | | private static final long serialVersionUID = -4453903771078396720L; |
| | | @ApiModelProperty(value = "基础数据id") |
| | | private Long id; |
| | | |
| | | @ApiModelProperty(value = "填报部门") |
| | | private String areaName; |