提交 dbd69f0c 编写于 作者: ibizdev's avatar ibizdev

zoo457790531 发布系统代码 [ibiz-notify,通知消息]

上级 888c368c
...@@ -27,6 +27,13 @@ import cn.ibizlab.core.notify.domain.MsgBody; ...@@ -27,6 +27,13 @@ import cn.ibizlab.core.notify.domain.MsgBody;
@Data @Data
public class MsgBodySearchContext extends QueryWrapperContext<MsgBody> { public class MsgBodySearchContext extends QueryWrapperContext<MsgBody> {
private String n_tousers_eq;//[目标用户]
public void setN_tousers_eq(String n_tousers_eq) {
this.n_tousers_eq = n_tousers_eq;
if(!ObjectUtils.isEmpty(this.n_tousers_eq)){
this.getSearchCond().eq("tousers", n_tousers_eq);
}
}
private Integer n_msgtype_eq;//[消息类型] private Integer n_msgtype_eq;//[消息类型]
public void setN_msgtype_eq(Integer n_msgtype_eq) { public void setN_msgtype_eq(Integer n_msgtype_eq) {
this.n_msgtype_eq = n_msgtype_eq; this.n_msgtype_eq = n_msgtype_eq;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<!--输出实体[MSG_BODY]数据结构 --> <!--输出实体[MSG_BODY]数据结构 -->
<changeSet author="a_A_5d9d78509" id="tab-msg_body-12-1"> <changeSet author="root" id="tab-msg_body-12-1">
<createTable tableName="IBZMSGBODY"> <createTable tableName="IBZMSGBODY">
<column name="ISERROR" remarks="" type="INT"> <column name="ISERROR" remarks="" type="INT">
</column> </column>
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<!--输出实体[MSG_OPEN_ACCESS]数据结构 --> <!--输出实体[MSG_OPEN_ACCESS]数据结构 -->
<changeSet author="a_A_5d9d78509" id="tab-msg_open_access-8-2"> <changeSet author="root" id="tab-msg_open_access-8-2">
<createTable tableName="IBZOPENACCESS"> <createTable tableName="IBZOPENACCESS">
<column name="ACCESSID" remarks="" type="VARCHAR(100)"> <column name="ACCESSID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_MSG_OPEN_ACCESS_ACCESSID"/> <constraints primaryKey="true" primaryKeyName="PK_MSG_OPEN_ACCESS_ACCESSID"/>
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<!--输出实体[MSG_TEMPLATE]数据结构 --> <!--输出实体[MSG_TEMPLATE]数据结构 -->
<changeSet author="a_A_5d9d78509" id="tab-msg_template-3-3"> <changeSet author="root" id="tab-msg_template-3-3">
<createTable tableName="IBZMSGTEMPL"> <createTable tableName="IBZMSGTEMPL">
<column name="TID" remarks="" type="VARCHAR(100)"> <column name="TID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_MSG_TEMPLATE_TID"/> <constraints primaryKey="true" primaryKeyName="PK_MSG_TEMPLATE_TID"/>
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
<!--输出实体[MSG_USER_ACCOUNT]数据结构 --> <!--输出实体[MSG_USER_ACCOUNT]数据结构 -->
<changeSet author="a_A_5d9d78509" id="tab-msg_user_account-6-4"> <changeSet author="root" id="tab-msg_user_account-6-4">
<createTable tableName="IBZUSERAUTH"> <createTable tableName="IBZUSERAUTH">
<column name="AUTHID" remarks="" type="VARCHAR(100)"> <column name="AUTHID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_MSG_USER_ACCOUNT_AUTHID"/> <constraints primaryKey="true" primaryKeyName="PK_MSG_USER_ACCOUNT_AUTHID"/>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册