dengzedong
3 天以前 033e696ffd783f3d78a16c1a359353ec6a7aeec2
提交 | 用户 | 时间
8c1646 1 package com.iailab.module.data.plan.category.vo;
2
3 import io.swagger.v3.oas.annotations.media.Schema;
4 import lombok.Data;
5 import lombok.ToString;
6
7 /**
8  * @author PanZhibao
9  * @Description
10  * @createTime 2024年11月01日
11  */
12 @Schema(description = "数据服务 - 计划分类分页 Request VO")
13 @Data
14 @ToString(callSuper = true)
15 public class PlanItemCategoryReqVO {
16
17     private String label;
18 }