package cn.huge.module.notice.domain.bo; import cn.huge.module.notice.domain.po.NoticeShort; /** * @title: 短信通知表 * @description: 短信通知表业务扩展类 * @company: hugeinfo * @author: liyj * @time: 2022-11-24 10:34:35 * @version: 1.0.0 * @see NoticeShort */ public class NoticeShortBO extends NoticeShort { }