puzhibing
2023-08-16 d5b3e5a413bcfccba294793ee093722f31b2448a
driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/warpper/DriverInfo.java
@@ -21,8 +21,10 @@
    private String code;
    @ApiModelProperty(value = "新手机号码", required = false, dataType = "String")
    private String phone;
    @ApiModelProperty(value = "收款码", required = false, dataType = "String")
    @ApiModelProperty(value = "微信收款码", required = false, dataType = "String")
    private String wxCollectionCode;
    @ApiModelProperty(value = "收款码", required = false, dataType = "String")
    @ApiModelProperty(value = "支付宝收款码", required = false, dataType = "String")
    private String zfbCollectionCode;
    @ApiModelProperty(value = "微信openid", required = false, dataType = "String")
    private String openid;
}