mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2024-12-27 18:34:28 +08:00
feat: 门店新增logo字段
This commit is contained in:
parent
030217a7ff
commit
53419da43e
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ public class ShopStore extends AreaInfo {
|
|||
@ApiModelProperty(value = "门店名称", required = "required", fuzzyLike = true)
|
||||
private String name;
|
||||
|
||||
@TableField(value = "logo")
|
||||
@ApiModelProperty(value = "logo图片")
|
||||
private String logo;
|
||||
|
||||
@TableField(value = "img")
|
||||
@ApiModelProperty(value = "背景图")
|
||||
private String img;
|
||||
|
|
Loading…
Reference in a new issue