Răsfoiți Sursa

git-svn-id: https://192.168.57.71/svn/jsgkj@576 931142cf-59ea-a443-aa0e-51397b428577

xt_yuanxd 9 ani în urmă
părinte
comite
c899d820d8

+ 6 - 0
gkaqv2/trunk/modules/frame/src/main/java/com/xt/js/gkaq/frame/service/RoleService.java

@@ -3,6 +3,12 @@ package com.xt.js.gkaq.frame.service;
 import com.xt.js.gkaq.common.BaseService;
 import com.xt.js.gkaq.frame.model.RoleModel;
 
+/**
+ * ½ÇÉ«·þÎñ½Ó¿Ú
+ * 
+ * @author yuanxd
+ *
+ */
 public interface RoleService extends BaseService<RoleModel> {
 
 }

+ 6 - 0
gkaqv2/trunk/modules/frame/src/main/java/com/xt/js/gkaq/frame/service/UserService.java

@@ -3,6 +3,12 @@ package com.xt.js.gkaq.frame.service;
 import com.xt.js.gkaq.common.BaseService;
 import com.xt.js.gkaq.frame.model.UserModel;
 
+/**
+ * Óû§·þÎñ½Ó¿Ú
+ * 
+ * @author yuanxd
+ *
+ */
 public interface UserService extends BaseService<UserModel> {
 
 	/**