|
|
|
@@ -21,7 +21,7 @@ import lombok.EqualsAndHashCode; |
|
|
|
public class InvestRemindEntity extends InvestBaseEntity { |
|
|
|
|
|
|
|
/** |
|
|
|
* 提醒用户 |
|
|
|
* 提醒用户InvestRemindEntity |
|
|
|
*/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "提醒用户", name = "owner") |
|
|
|
private Long owner; |
|
|
|
@@ -31,8 +31,8 @@ public class InvestRemindEntity extends InvestBaseEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "提醒内容", name = "content",example = "\"" + |
|
|
|
"{" + |
|
|
|
"\"text\": \"今天约了王老板,要求签订框架协议\"," + |
|
|
|
" \"customer_id\": 222222," + |
|
|
|
" \"negotiation_type\": 2" + |
|
|
|
" \"customerId\": 222222," + |
|
|
|
" \"negotiationType\": 2" + |
|
|
|
"}\"") |
|
|
|
private String content; |
|
|
|
/** |
|
|
|
|