package cn.huge.module.notice.domain.bo; import cn.huge.module.notice.domain.po.NoticeParty; /** * @title: 当事人消息通知表 * @description: 当事人消息通知表业务扩展类 * @company: hugeinfo * @author: liyj * @time: 2022-11-24 10:34:34 * @version: 1.0.0 * @see NoticeParty */ public class NoticePartyBO extends NoticeParty { }