BUGFIX:试用订单邮件 订单更新时间判断;
This commit is contained in:
@@ -127,12 +127,12 @@ public class Account implements Serializable {
|
||||
|
||||
private String invitationCode;
|
||||
|
||||
// @ApiModelProperty("title")
|
||||
// private String title;
|
||||
//
|
||||
// @ApiModelProperty("surname")
|
||||
// private String surname;
|
||||
//
|
||||
// @ApiModelProperty("givenName")
|
||||
// private String givenName;
|
||||
@ApiModelProperty("title")
|
||||
private String title;
|
||||
|
||||
@ApiModelProperty("surname")
|
||||
private String surname;
|
||||
|
||||
@ApiModelProperty("givenName")
|
||||
private String givenName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user