|
@@ -14,6 +14,7 @@ import java.util.List;
|
|
|
* @Date: 2023-08-31
|
|
|
*/
|
|
|
public class CrmProjectResult {
|
|
|
+
|
|
|
@ApiModelProperty("项目单号")
|
|
|
private String crmNo;
|
|
|
|
|
@@ -34,6 +35,7 @@ public class CrmProjectResult {
|
|
|
private ProductTypeEnum customType;
|
|
|
|
|
|
@ApiModelProperty("客户id")
|
|
|
+ @JsonSerialize(using = ToStringSerializer.class)
|
|
|
private Long customId;
|
|
|
|
|
|
@ApiModelProperty("客户名称")
|