
7 changed files with 47 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||
|
package com.yxt.yythmall.mallplus.mbg.pms.entity.brand; |
||||
|
|
||||
|
import io.swagger.annotations.ApiModelProperty; |
||||
|
import lombok.Data; |
||||
|
|
||||
|
/** |
||||
|
* @description: |
||||
|
* @author: dimengzhe |
||||
|
* @date: 2024/1/19 |
||||
|
**/ |
||||
|
@Data |
||||
|
public class BrandVo { |
||||
|
|
||||
|
@ApiModelProperty("品牌名称") |
||||
|
private String brandName; |
||||
|
@ApiModelProperty("品牌id") |
||||
|
private String id; |
||||
|
} |
Loading…
Reference in new issue