增加业务参数
This commit is contained in:
@ -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()));
|
||||
|
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user