增加业务参数

This commit is contained in:
zhangqinbin
2021-08-04 17:09:37 +08:00
parent 9fe6eace74
commit 4b3d45e855
2 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,6 @@ public class BizMessageConsumerServiceImpl implements BizMessageConsumerService
vo.setMsgId(source.getId());
vo.setServicecode(source.getServicecode());
vo.setAuthorizestate(source.getAuthorizestate());
vo.setAuthorizeid(source.getAuthorizeid());
BeanUtils.copyProperties(source, vo);
return vo;
}).collect(Collectors.toList()));

View File

@ -18,7 +18,6 @@ public class DescribeSiteMsgVO {
private String category;
private String servicecode;
private String authorizestate;
private String authorizeid;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Timestamp createtime;