doum
11 小时以前 59b1f0e9967902aa10f5e017d5a0bdfd1b60c9ea
server/services/src/main/java/com/doumee/dao/business/model/DriverInfo.java
@@ -111,7 +111,7 @@
    private String unionid;
    @ApiModelProperty(value = "审批时间")
    @JsonFormat(pattern = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date auditTime;
    @ApiModelProperty(value = "审批人", example = "1")
@@ -229,4 +229,8 @@
    @ApiModelProperty(value = "区县名称")
    private String districtName;
    @TableField(exist = false)
    @ApiModelProperty(value = "审批人名称")
    private String auditUserName;
}