ss
doum
2025-09-19 fa9a8e28932b37e85b77671888e35da4dcc77883
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.doumee.core.utils.qiyeweixin.model.response;
 
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
 
/**
 * @author 江蹄蹄
 * @date 2023/11/23 14:03
 */
@Data
@ApiModel("企业微信用户扩展字段value返回参数")
public class QywxUserAttrValResponse {
    @ApiModelProperty(value = "value")
    private String value;//: 0,
}