소스 검색

hcfd 结果文件

huangxingxing 2 년 전
부모
커밋
a13ac724ef
1개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  1. 10 1
      src/main/java/com/miniframe/aftercure/ActionMsg.java

+ 10 - 1
src/main/java/com/miniframe/aftercure/ActionMsg.java

@@ -62,7 +62,16 @@ public class ActionMsg {
     private String b;
     private String g;
 
-    private  String fileNames;
+    private String fileNames;
+    private String animationType;
+
+    public String getAnimationType() {
+        return animationType;
+    }
+
+    public void setAnimationType(String animationType) {
+        this.animationType = animationType;
+    }
 
     public String getFileNames() {
         return fileNames;