订单评论超实体更改下

master
wangtongzhou 7 years ago
parent ffd83cc787
commit ac5d746383

@ -1,5 +1,9 @@
package cn.iocoder.mall.order.api.bo;
import lombok.Data;
import lombok.experimental.Accessors;
import org.springframework.beans.factory.annotation.Autowired;
import java.io.Serializable;
@ -9,6 +13,8 @@ import java.io.Serializable;
* @author wtz
* @time 2019-06-15 13:52
*/
@Data
@Accessors(chain = true)
public class OrderCommentTimeOutBO implements Serializable {
/**

@ -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);

Loading…
Cancel
Save