Commit 66a438e5 by jianan

Fna接口4

parent dc8d3453
...@@ -153,9 +153,9 @@ public class CustomerAddRequest implements Serializable { ...@@ -153,9 +153,9 @@ public class CustomerAddRequest implements Serializable {
private String passport; private String passport;
/** /**
* EEP代 * 往来港澳通行证号
*/ */
@Schema(description = "EEP代码") @Schema(description = "往来港澳通行证号码")
private String eepCode; private String eepCode;
/** /**
......
...@@ -160,9 +160,9 @@ public class CustomerVO implements Serializable { ...@@ -160,9 +160,9 @@ public class CustomerVO implements Serializable {
private String passport; private String passport;
/** /**
* EEP代 * 往来港澳通行证号
*/ */
@Schema(description = "EEP代码") @Schema(description = "往来港澳通行证号码")
private String eepCode; private String eepCode;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment