消息推送功能

This commit is contained in:
yinjinlu-pc\尹金路
2023-03-08 11:12:56 +08:00
parent 2ae38c75a3
commit 55d5be8b79
20 changed files with 1345 additions and 20 deletions

View File

@@ -899,6 +899,7 @@ create table wm_barcode_config (
content_formart varchar(255) not null comment '内容格式',
content_example varchar(255) comment '内容样例',
auto_gen_flag char(1) default 'Y' comment '是否自动生成',
default_template varchar(255) comment '默认的打印模板',
enable_flag char(1) default 'Y' comment '是否生效',
remark varchar(500) default '' comment '备注',
attr1 varchar(64) default null comment '预留字段1',