Selaa lähdekoodia

FEM bdf 文件上传

huangxingxing 2 vuotta sitten
vanhempi
säilyke
111ccce6f0

+ 35 - 0
src/main/java/com/miniframe/aftercure/ActionMsg.java

@@ -53,6 +53,41 @@ public class ActionMsg {
      */
     private String dataW ;
 
+    /**
+     *
+     * @return
+     */
+    private String r;
+    private String b;
+    private String g;
+
+    public String getR() {
+        return r;
+    }
+
+    public void setR(String r) {
+        this.r = r;
+    }
+
+    public String getB() {
+        return b;
+    }
+
+    public void setB(String b) {
+        this.b = b;
+    }
+
+    public String getG() {
+        return g;
+    }
+
+    public void setG(String g) {
+        this.g = g;
+    }
+
+
+
+
     public String getDataU() {
         return dataU;
     }

+ 1 - 4
src/main/java/com/miniframe/bisiness/system/AFT001Service.java

@@ -145,10 +145,7 @@ public class AFT001Service extends AFT001BaseModel implements ExecProcessFlow {
 			obj.put("dataV",this.getA_aft001().getDataV());
 			obj.put("dataW",this.getA_aft001().getDataW());
 			msg.setParamJson(obj.toString());
-//			msg.setScaleFactor(this.getA_aft001().getScaleFactor());
-//			msg.setDataU(this.getA_aft001().getDataU());
-//			msg.setDataV(this.getA_aft001().getDataV());
-//			msg.setDataW(this.getA_aft001().getDataW());
+
 		}else if(action.equals("SolidSurfaceDisplay")){
 			String r =this.getA_aft001().getR();
 			String g =this.getA_aft001().getG();