forked from gzzfw/backEnd/gz-dyh

liyj
2024-09-22 24d3def5fd8dc526ce9439449d2725b529e394f2
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.NoticeMode;
 
/**
 * @title: 短信通知模板表
 * @description: 短信通知模板表业务扩展类
 * @company: hugeinfo
 * @author: liyj
 * @time: 2022-11-24 10:34:34
 * @version: 1.0.0
 * @see NoticeMode
 */
public class NoticeModeBO extends NoticeMode {
 
 
}