供应商澄清信息待办接口
This commit is contained in:
@ -143,6 +143,7 @@
|
|||||||
null AS companyId,
|
null AS companyId,
|
||||||
authorize.user_id AS userId,
|
authorize.user_id AS userId,
|
||||||
'0' AS type,
|
'0' AS type,
|
||||||
|
authorize.state as state,
|
||||||
biz_message.title AS title,
|
biz_message.title AS title,
|
||||||
biz_message.createtime AS createTime,
|
biz_message.createtime AS createTime,
|
||||||
biz_message.content AS content
|
biz_message.content AS content
|
||||||
|
@ -9,6 +9,7 @@ public class Message {
|
|||||||
private String companyId;
|
private String companyId;
|
||||||
private String userId;
|
private String userId;
|
||||||
private String type;
|
private String type;
|
||||||
|
private String state;
|
||||||
private String title;
|
private String title;
|
||||||
private String createTime;
|
private String createTime;
|
||||||
private String content;
|
private String content;
|
||||||
|
Reference in New Issue
Block a user