Skip to content

Commit

Permalink
添加系统角色接口
Browse files Browse the repository at this point in the history
  • Loading branch information
micyo202 committed Jan 30, 2018
1 parent 2f50dab commit 1b6b734
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions yan-api/src/main/java/com/yan/api/role/SysRoleService.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package com.yan.api.role;

import com.yan.common.service.BaseService;
import com.yan.dao.model.role.SysRole;
import com.yan.dao.model.role.SysRoleExample;

/**
* 描述:TODO<br>
*
* @author Yanzheng 严正<br>
* 时间:<br>
* 2018/1/27 下午11:38<br>
* 版权:<br>
* Copyright 2017 <a href="https://github.com/micyo202" target="_blank">https://github.com/micyo202</a>. All rights reserved.
*/
public interface SysRoleService extends BaseService<SysRole, SysRoleExample> {
}

0 comments on commit 1b6b734

Please sign in to comment.