zepengdev
2025-06-14 6e0a83c55db4bae4d23a4c281946bda1d610f678
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;