From 43b117a39fb4096d299c911a7ca0a304965f4f5c Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 13 九月 2023 10:37:46 +0800 Subject: [PATCH] 修改颜色表对应的实体类 --- src/main/java/com/moon/server/entity/ctrl/PubEntity.java | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/moon/server/entity/ctrl/PubEntity.java b/src/main/java/com/moon/server/entity/ctrl/PubEntity.java index 1c0d176..8ce0554 100644 --- a/src/main/java/com/moon/server/entity/ctrl/PubEntity.java +++ b/src/main/java/com/moon/server/entity/ctrl/PubEntity.java @@ -117,6 +117,11 @@ private List<Integer> ids; /** + * 棰滆壊琛↖D + */ + private int colorTableId; + + /** * 棰滆壊琛� */ private List<ColorTableEntity> colorTable; @@ -243,6 +248,14 @@ this.ids = ids; } + public int getColorTableId() { + return colorTableId; + } + + public void setColorTableId(int colorTableId) { + this.colorTableId = colorTableId; + } + public List<ColorTableEntity> getColorTable() { return colorTable; } -- Gitblit v1.9.3