xuhy
2024-10-31 0ea54edfb4d2ad45b50529247fd1d8caef053c07
ruoyi-system/src/main/java/com/ruoyi/system/domain/TGoodsType.java
@@ -29,6 +29,10 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    @ApiModelProperty(value = "店铺id")
    @TableField("shopId")
    private Long shopId;
    @ApiModelProperty(value = "分类名称")
    @TableField("typeName")
    private String typeName;