This commit is contained in:
dute7liang
2023-12-30 18:24:06 +08:00
parent 8d4a3ba746
commit a6f7c6bd0e
20 changed files with 240 additions and 26 deletions

View File

@@ -24,10 +24,6 @@ public class CaiBanner implements Serializable {
*/
@TableId(value = "id")
private Integer id;
/**
* 0 图片 1 视频
*/
private Integer type;
/**
* 类别 1 首页轮播
*/