订单评论超实体更改下

This commit is contained in:
wangtongzhou
2019-06-15 16:24:50 +08:00
parent ffd83cc787
commit ac5d746383
2 changed files with 7 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ public interface OrderCommentConvert {
OrderCommentInfoBO convertOrderCommentInfoBO(OrderCommentDO orderCommentDO);
@Mappings({})
OrderCommentTimeOutBO convertOrderCommentTimeOutBO(OrderCommentTimeOutBO orderCommentTimeOutBO);
OrderCommentTimeOutBO convertOrderCommentTimeOutBO(OrderCommentDO orderCommentDO);
@Mappings({})
List<OrderCommentTimeOutBO> convertOrderCommentTimeOutBOList(List<OrderCommentDO> orderCommentDOList);