增加数据权限的 SQL 重写的上下文

This commit is contained in:
YunaiV
2021-12-10 10:08:29 +08:00
parent e9ba4ac705
commit eda2b11dad
5 changed files with 191 additions and 30 deletions

View File

@ -15,7 +15,7 @@ public abstract class AbstractChannelMessage extends AbstractRedisMessage {
*
* @return Channel
*/
@JsonIgnore // 避免序列化
@JsonIgnore // 避免序列化。原因是Redis 发布 Channel 消息的时候,已经会指定。
public abstract String getChannel();
}