chb 7 年之前
父節點
當前提交
77118f13de
共有 2 個文件被更改,包括 5 次插入3 次删除
  1. 0 2
      fund_trusteeship_ccb/.gitignore
  2. 5 1
      fund_trusteeship_ccb/src/main/java/com/fuzamei/dao/UserDao.java

+ 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 {
 
 }