提交 14ee6359 编写于 作者: 孙喜旺

接口api规范

上级 3da84edb
......@@ -136,6 +136,7 @@ public class WeCustomer extends BaseEntity {
/**
* 添加人员
*/
@ApiModelProperty("客户成员关联关系")
@TableField(exist = false)
private List<WeFlowerCustomerRelVo> weFlowerCustomerRels;
......@@ -143,6 +144,7 @@ public class WeCustomer extends BaseEntity {
* 客户标签
*/
/** 微信用户添加的标签 */
@ApiModelProperty("客户标签")
@TableField(exist = false)
private List<WeTagVo> weTags;
......@@ -150,12 +152,14 @@ public class WeCustomer extends BaseEntity {
* 添加人id
*/
@TableField(exist = false)
@ApiModelProperty(value = "客户标签",hidden = true)
private String userIds;
/**
* 标签
*/
@TableField(exist = false)
@ApiModelProperty(value = "客户标签",hidden = true)
private String tagIds;
......@@ -163,18 +167,21 @@ public class WeCustomer extends BaseEntity {
* 部门
*/
@TableField(exist = false)
@ApiModelProperty(value = "客户标签",hidden = true)
private String departmentIds;
/**
* 添加人名称
*/
@TableField(exist = false)
@ApiModelProperty(value = "添加人名称")
private String userName;
/**
* 员工id
*/
@TableField(exist = false)
@ApiModelProperty(value = "客户标签",hidden = true)
private String userId;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册