XiaXiang 8 years ago
parent
commit
2bb3af76ba
  1. 4
      designer/src/com/fr/design/mainframe/alphafine/cell/cellModel/AlphaCellModel.java

4
designer/src/com/fr/design/mainframe/alphafine/cell/cellModel/AlphaCellModel.java

@ -60,9 +60,7 @@ public abstract class AlphaCellModel {
this.description = description; this.description = description;
} }
public JSONObject ModelToJson() throws JSONException { abstract public JSONObject ModelToJson() throws JSONException;
return null;
}
} }

Loading…
Cancel
Save