供应商澄清信息待办接口

This commit is contained in:
zhangqinbin
2024-12-06 10:30:41 +08:00
parent 1e30a7b313
commit f316a9eb8a
2 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,7 @@
null AS companyId,
authorize.user_id AS userId,
'0' AS type,
authorize.state as state,
biz_message.title AS title,
biz_message.createtime AS createTime,
biz_message.content AS content

View File

@ -9,6 +9,7 @@ public class Message {
private String companyId;
private String userId;
private String type;
private String state;
private String title;
private String createTime;
private String content;