集成model类型修改
This commit is contained in:
@@ -13,7 +13,7 @@ import java.util.Date;
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@TableName("tb_shop_ad")
|
||||
public class TbShopAd extends Model<TbUserStorage> {
|
||||
public class TbShopAd extends Model<TbShopAd> {
|
||||
private Integer id;
|
||||
private Integer shopId;
|
||||
private String imgUrl;
|
||||
|
||||
Reference in New Issue
Block a user