修复历史bug

parent b20d4f04
...@@ -31,7 +31,7 @@ public class Address implements Serializable { ...@@ -31,7 +31,7 @@ public class Address implements Serializable {
private Long cityCode; private Long cityCode;
@Column(name = "city") @Column(name = "city")
private String city; private String city;
@Column(name = "districtCode") @Column(name = "district_code")
private Long districtCode; private Long districtCode;
@Column(name = "district") @Column(name = "district")
private String district; private String district;
......
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