Commit 9dd5a205c51998dbe62b5e1f74e967f3fd8f861f
1 parent
7ecdb977
接口地址domain错误
Showing
1 changed file
with
4 additions
and
3 deletions
src/main/java/com/huaheng/pc/config/address/domain/Address.java
@@ -33,7 +33,7 @@ public class Address implements Serializable { | @@ -33,7 +33,7 @@ public class Address implements Serializable { | ||
33 | private String warehouseCode; | 33 | private String warehouseCode; |
34 | 34 | ||
35 | /** | 35 | /** |
36 | - | 36 | + |
37 | /** | 37 | /** |
38 | * 区域 | 38 | * 区域 |
39 | */ | 39 | */ |
@@ -42,9 +42,10 @@ public class Address implements Serializable { | @@ -42,9 +42,10 @@ public class Address implements Serializable { | ||
42 | private Integer number; | 42 | private Integer number; |
43 | 43 | ||
44 | /** | 44 | /** |
45 | + * 参数 | ||
46 | + */ | ||
45 | @TableField(value = "param") | 47 | @TableField(value = "param") |
46 | @ApiModelProperty(value="参数") | 48 | @ApiModelProperty(value="参数") |
47 | - */ | ||
48 | private String param; | 49 | private String param; |
49 | 50 | ||
50 | /** | 51 | /** |
@@ -93,4 +94,4 @@ public class Address implements Serializable { | @@ -93,4 +94,4 @@ public class Address implements Serializable { | ||
93 | public void setArea(Integer area) { | 94 | public void setArea(Integer area) { |
94 | this.number = area; | 95 | this.number = area; |
95 | } | 96 | } |
96 | -} | ||
97 | \ No newline at end of file | 97 | \ No newline at end of file |
98 | +} |