chb 7 years ago
parent
commit
77118f13de

+ 0 - 2
fund_trusteeship_ccb/.gitignore

@@ -1,6 +1,4 @@
-/target/.setting/.project/.classpath/
 /target/
 /.project
 /.settings/
 /.classpath
-/bin/

+ 5 - 1
fund_trusteeship_ccb/src/main/java/com/fuzamei/dao/UserDao.java

@@ -1,5 +1,9 @@
 package com.fuzamei.dao;
-
+/**
+ * 
+ * @author dell
+ *
+ */
 public class UserDao {
 
 }