xuhy
2024-09-14 7e0413895354b1a6a0e2d23eb7483a3713cd4b14
ruoyi-system/src/main/java/com/ruoyi/system/domain/TShop.java
@@ -43,7 +43,7 @@
    @ApiModelProperty(value = "店铺样式")
    @TableField("shopStyle")
    private String shopStyle;
    private Integer shopStyle;
    @ApiModelProperty(value = "系统名称")
    @TableField("systemName")
@@ -65,4 +65,8 @@
    @TableField("account")
    private String account;
    @ApiModelProperty(value = "用户id")
    @TableField("userId")
    private Long userId;
}