@@ -21,9 +21,6 @@ public class Property extends IdBase {
@NotNull
private String name;
-
- @NotNull
- private String code;
private Integer number;//序号
@@ -78,14 +75,4 @@ public class Property extends IdBase {
this.remark = remark;
}
- public String getCode() {
- return code;
- }
- public void setCode(String code) {
- this.code = code;
@@ -47,7 +47,7 @@ public class FillPropertyCodeService {
index++;
updatePropertyCode(property.getId());
System.out
- .println(String.format("处理:%s--> id:%s, code:%s", index, property.getId(), property.getCode()));
+ .println(String.format("处理:%s--> id:%s", index, property.getId()));