| | |
| | | |
| | | import java.time.LocalDateTime; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @author :yys |
| | |
| | | public class BusinessOpportunity extends DateQueryDto { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(value = "附件") |
| | | private List<CommonFile> businessCommonFiles; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(value = "临时文件id") |
| | | private List<String> tempFileIds; |
| | | |
| | | @ApiModelProperty(value = "商机描述") |
| | | @TableField(exist = false) |
| | | private List<BusinessDescription> businessDescription; |
| | | /** |
| | | * 序号 |
| | | */ |
| | |
| | | @ApiModelProperty(value = "客户名称") |
| | | private String customerName; |
| | | |
| | | @ApiModelProperty(value = "客户描述") |
| | | @TableField(exist = false) |
| | | private String description; |
| | | |
| | | @ApiModelProperty(value = "商机来源") |
| | | private String businessSource; |
| | | |
| | | @ApiModelProperty(value = "客户描述") |
| | | private String description; |
| | | |
| | | @ApiModelProperty(value = "录入人") |
| | | private String entryPerson; |