Browse Source

更新文件 FileInfo.java

陈士柏 2 years ago
parent
commit
b3108dcce2
1 changed files with 10 additions and 0 deletions
  1. 10 0
      mhotel/src/com/happy/Model/FileInfo.java

+ 10 - 0
mhotel/src/com/happy/Model/FileInfo.java

@@ -23,6 +23,8 @@ public class FileInfo {
      */
     private String name;
 
+	private Integer fileType;
+
 
 
 	public String getId() {
@@ -56,4 +58,12 @@ public class FileInfo {
 	public void setName(String name) {
 		this.name = name;
 	}
+
+	public Integer getFileType() {
+		return fileType;
+	}
+
+	public void setFileType(Integer fileType) {
+		this.fileType = fileType;
+	}
 }