潘志宝
4 天以前 2780e6717df31ee605dd8ce525afcb43914ca2de
提交 | 用户 | 时间
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 }