|
|
|
@@ -32,14 +32,14 @@ public class InvestFollowRecordEntity extends InvestBaseEntity { |
|
|
|
/** |
|
|
|
* 洽谈内容 |
|
|
|
*/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "洽谈内容", name = "content",example = "{\n" + |
|
|
|
" \"date\": \"2019-09-03\",\n" + |
|
|
|
" \"address\": \"北京三里屯\",\n" + |
|
|
|
" \"text\": \"今天约了王老板,目标要签订框架协议\",\n" + |
|
|
|
" \"document\": [\"url1\",\"url2\"],\n" + |
|
|
|
" \"member\": [id1,id2,id3],\n" + |
|
|
|
" \"negotiationType\": 1\n" + |
|
|
|
"}") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "洽谈内容", name = "content",example = "\"{" + |
|
|
|
"\"date\": \"2019-09-03\"," + |
|
|
|
" \"address\": \"北京三里屯\"," + |
|
|
|
" \"text\": \"今天约了王老板,目标要签订框架协议\"," + |
|
|
|
" \"document\": [\"url1\",\"url2\"]," + |
|
|
|
" \"member\": [id1,id2,id3]," + |
|
|
|
" \"negotiationType\": 1" + |
|
|
|
"}\"") |
|
|
|
private String content; |
|
|
|
/** |
|
|
|
* 跟踪类型:0-招商任务;1-客户需求 |
|
|
|
|