Commit c7c4b079 by 吴博

Merge branch 'feature/getBookResource' into 'master'

feat:[none] getBookResource

See merge request rays/pcloud-book!944
parents 295383f6 593d46f9
package com.pcloud.book.applet.dto;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@Data
public class BookResourceExcelDTO {
private Long rowNo;
private Long bookId;
private Long adviserId;
private Long channelId;
private Long agentId;
private String bookName;
private String adviserName;
private String agentName;
private Long resourceId;
private String resourceType;
private String resourceName;
private Double price;
@ApiModelProperty("类型")
private String fromType;
@ApiModelProperty("类型名称")
private String fromTypeName;
private Integer isRui;
private String url;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment