|
@@ -28,10 +28,10 @@ public class HomeNotificationMessage extends BaseEntity {
|
|
|
@TableId(type = IdType.AUTO)
|
|
|
private Long homeNotificationMessageId;
|
|
|
|
|
|
- /** 首页分类(0需求单位首页1采购管理部门首页2采购部首页) */
|
|
|
+ /** 首页分类(0需求单位首页1采购部首页) */
|
|
|
private Integer homepageClassification;
|
|
|
|
|
|
- /** 公消息分类(0预警消息1.发函催告2.预期告警) */
|
|
|
+ /** 公消息分类(0预警消息1.发函催告2.逾期告警) */
|
|
|
private Integer messageClassification;
|
|
|
|
|
|
/** 项目类型(0:装备类;1:物资类;2:服务类;3:工程类) */
|