无关风月
2024-12-31 4f7231b3c4eeb02527efe4a99ff7be306e9dee08
1
2
3
4
5
6
7
8
9
10
11
package com.jilongda.manage.vo;
 
import com.jilongda.common.pojo.BasePage;
import com.jilongda.manage.model.TBrand;
import io.swagger.annotations.ApiModel;
import lombok.Data;
 
@Data
@ApiModel(value = "镜架/镜片品牌VO")
public class TBrandVO extends TBrand {
}