Commit 593d46f9 by 吴博

feat:[none] getBookResource

parent 5c5ddd46
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