| | |
| | | |
| | | 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 status; |
| | | |
| | | @ApiModelProperty(value = "行业") |
| | | private String industry; |
| | | |
| | | @ApiModelProperty(value = "信息化现状") |
| | | private String informationState; |
| | | |
| | | @ApiModelProperty(value = "主营业务收入") |
| | | private String mainBusinessRevenue; |
| | | @ApiModelProperty(value = "客户规模") |
| | | private String customerScale; |
| | | @ApiModelProperty(value = "主营产品") |
| | | private String mainProducts; |
| | | |
| | | |
| | | |
| | | @ApiModelProperty(value = "省份") |
| | | private String province; |
| | | |
| | | @ApiModelProperty(value = "城市") |
| | | private String city; |
| | | |
| | | @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; |