完成管理后台新闻保存草稿功能

This commit is contained in:
xpecya 2024-12-11 05:16:47 +08:00
parent d62ca60bcf
commit 0d0ec8e4c9
4 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
package com.jinrui.reference.core.model.dto.news;
@SuppressWarnings("unused")
public class SaveDraftColumn {
private SaveDraftColumnVip vip;

View File

@ -1,5 +1,6 @@
package com.jinrui.reference.core.model.dto.news;
@SuppressWarnings("unused")
public class SaveDraftColumnItem {
private Boolean show;

View File

@ -1,5 +1,6 @@
package com.jinrui.reference.core.model.dto.news;
@SuppressWarnings("unused")
public class SaveDraftDTO {
private Long id;

View File

@ -1,5 +1,6 @@
package com.jinrui.reference.core.model.dto.news;
@SuppressWarnings("unused")
public class SaveDraftTag {
private Long source;