package com.beecode.inz.message; public interface CommonConstants { //数据模型元数据 String BASE_INFO_ENTITY = "com.beecode.inz.common.datamodel.BaseInfo"; //扩展业务特征元数据 String INZ_BIZ_TRAIT = "com.beecode.inz.common.biztrait.InzBiztrait"; //日程参与者关系模型元数据 String SCHE_PART_RELATION_ENTITTY="com.beecode.inz.message.datamodel.SchePartRelation"; //提醒参与者关系模型元数据 String REM_PART_RELATION_ENTITTY="com.beecode.inz.message.datamodel.RemPartRelation"; //日程模型元数据 String SCHEDULE_ENTITY ="com.beecode.inz.message.datamodel.Schedule"; //提醒模型元数据 String REMIND_ENTITY = "com.beecode.inz.message.datamodel.Remind"; //提醒任务名 String REMIND_TASK = "remind_task"; //消息元数据 String MESSAGE_INFO_ENTITY = "com.beecode.inz.message.datamodel.MessageInfo"; //员工元数据 String STAFF_ENTITY = "com.beecode.bap.staff.datamodel.Staff"; }