package com.gree.mall.manager.bean; import com.gree.mall.manager.plus.entity.ItfTblCollectionCharge; import com.gree.mall.manager.plus.entity.ItfTblCollectionChargeDetail; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import java.util.Date; import java.util.List; @Data public class ItfTblCollectionChargeBean extends ItfTblCollectionCharge { @ApiModelProperty(value = "同步任务生成时间") private List collectionChargeDetails; }