完成管理后台新闻保存草稿功能
This commit is contained in:
parent
d62ca60bcf
commit
0d0ec8e4c9
|
|
@ -1,5 +1,6 @@
|
||||||
package com.jinrui.reference.core.model.dto.news;
|
package com.jinrui.reference.core.model.dto.news;
|
||||||
|
|
||||||
|
@SuppressWarnings("unused")
|
||||||
public class SaveDraftColumn {
|
public class SaveDraftColumn {
|
||||||
|
|
||||||
private SaveDraftColumnVip vip;
|
private SaveDraftColumnVip vip;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
package com.jinrui.reference.core.model.dto.news;
|
package com.jinrui.reference.core.model.dto.news;
|
||||||
|
|
||||||
|
@SuppressWarnings("unused")
|
||||||
public class SaveDraftColumnItem {
|
public class SaveDraftColumnItem {
|
||||||
|
|
||||||
private Boolean show;
|
private Boolean show;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
package com.jinrui.reference.core.model.dto.news;
|
package com.jinrui.reference.core.model.dto.news;
|
||||||
|
|
||||||
|
@SuppressWarnings("unused")
|
||||||
public class SaveDraftDTO {
|
public class SaveDraftDTO {
|
||||||
|
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
package com.jinrui.reference.core.model.dto.news;
|
package com.jinrui.reference.core.model.dto.news;
|
||||||
|
|
||||||
|
@SuppressWarnings("unused")
|
||||||
public class SaveDraftTag {
|
public class SaveDraftTag {
|
||||||
|
|
||||||
private Long source;
|
private Long source;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue