集成model类型修改
This commit is contained in:
parent
95e37c2048
commit
53275cd5de
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue