彭雪彬
2025-07-25 4bbfc6f2a4f108d84b9b929ecbbaf5d56b57ca70
oying-system/src/main/java/com/oying/modules/pc/category/domain/dto/PlatformCategoryUpdateRequest.java
@@ -9,6 +9,9 @@
@Data
public class PlatformCategoryUpdateRequest {
    @ApiModelProperty(value = "类目ID")
    private Long categoryId;
    @ApiModelProperty(value = "类目名称", example = "超市")
    private String name;