oapo_alertconfig(任务提醒设置)
序号 字段名 中文名 数据类型 是否主键 可空
1pk_configpk_configcharYN
2pk_user人员varchar  
3is_before_start是否启动前提醒char  
4before_start启动前天数int  
5is_before_end是否到期前提醒char  
6before_end到期前天数int  
7is_after_end是否过期提醒char  
8after_end过期天数int  
9alerttype提醒方式varchar  
10before_start_milli启动前毫秒数decimal  
11before_end_milli到期前毫秒数decimal  
12after_end_milli过期毫秒数decimal  
结束
zheng