| | |
| | | import com.ruoyi.common.enums.ShowStatusEnum; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import java.io.Serializable; |
| | | import lombok.Data; |
| | | |
| | | /** |
| | |
| | | * @date 2024/3/18 |
| | | */ |
| | | @Data |
| | | @ApiModel(value="基础数据分类视图对象") |
| | | public class BasicDataCategoryVO { |
| | | @ApiModel(value = "基础数据分类视图对象") |
| | | public class BasicDataCategoryVO implements Serializable { |
| | | |
| | | private static final long serialVersionUID = -1547151291021868164L; |
| | | |
| | | @ApiModelProperty(value = "基础数据分类id") |
| | | private Integer id; |
| | | private Long id; |
| | | |
| | | @ApiModelProperty(value = "基础数据分类名称") |
| | | private String basicDataCategoryName; |