|
|
@@ -281,12 +281,18 @@ public class ShipTradeOrderCreateReqVO implements Serializable {
|
|
|
@Schema(description = "年龄")
|
|
|
private Integer age;
|
|
|
|
|
|
+ @Schema(description = "性别 0:未知 1:男 2:女", example = "")
|
|
|
+ private Integer gender;
|
|
|
+
|
|
|
@Schema(description = "是否重庆中转 0:否 1是")
|
|
|
private Integer cqzz;
|
|
|
|
|
|
@Schema(description = "是否宜昌中转 0:否 1是")
|
|
|
private Integer yczz;
|
|
|
|
|
|
+ @Schema(description = "生日", example = "")
|
|
|
+ private String bithday;
|
|
|
+
|
|
|
@Schema(description = "证件号", example = "")
|
|
|
private String credentialNo;
|
|
|
|