潘志宝
2024-11-04 a3a0726158dc82590ad591ca9b56f17c31fe9951
提交 | 用户 | 时间
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 }