广州市综治平台后端
xusd
2025-06-13 64db03a5eb8ece65c6487f9f3370f8b6ebfe0b8b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package cn.huge.module.notice.domain.bo;
 
import cn.huge.module.notice.domain.po.NoticeJoin;
 
/**
 * @title: 我参与的消息通知表
 * @description: 我参与的消息通知表业务扩展类
 * @company: hugeinfo
 * @author: liyj
 * @time: 2022-11-24 10:34:34
 * @version: 1.0.0
 * @see NoticeJoin
 */
public class NoticeJoinBO extends NoticeJoin {
 
 
}