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