xuhy
2025-01-08 21d458d280a4df42270beb2fae8144675758e192
1
2
3
4
5
6
7
8
9
10
11
package com.jilongda.optometrist.vo;
 
import com.jilongda.common.pojo.BasePage;
import com.jilongda.optometrist.model.TBrand;
import io.swagger.annotations.ApiModel;
import lombok.Data;
 
@Data
@ApiModel(value = "镜架/镜片品牌VO")
public class TBrandVO extends TBrand {
}