|  |  | 
 |  |  |  */ | 
 |  |  | @Data | 
 |  |  | public class ZTBaseRequst { | 
 |  |  |     /** | 
 |  |  |      * 父级编码 | 
 |  |  |      */ | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "C端传“CUSTOMER”, B端传'BUSINESS") | 
 |  |  |     @ApiModelProperty(value = "C端传“CUSTOMER”, B端传'BUSINESS",hidden = true) | 
 |  |  |     private String userType; | 
 |  |  |     @ApiModelProperty(value = "token" , hidden = true) | 
 |  |  |     private String token; | 
 |  |  |     @ApiModelProperty(value = "token" , hidden = true) | 
 |  |  |     private String openId; | 
 |  |  |     @ApiModelProperty(value = "用户主键" , hidden = true) | 
 |  |  |     private Long userId; | 
 |  |  |     private String userId; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "中台用户主键(针对C端)" , hidden = true) | 
 |  |  |     private String ztUserId; | 
 |  |  |  | 
 |  |  | } |