xiatian 3 éve
szülő
commit
1f58c42937

+ 0 - 13
src/main/java/cn/com/qmth/dp/examcloud/oe/entity/question/Property.java

@@ -21,9 +21,6 @@ public class Property extends IdBase {
 
     @NotNull
     private String name;
-    
-    @NotNull
-    private String code;
 
     @NotNull
     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;
-	}
-    
-    
-
 }

+ 1 - 1
src/main/java/cn/com/qmth/dp/examcloud/oe/modules/fill_property_code/FillPropertyCodeService.java

@@ -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()));
 			}
 		}