RoleService.java 254 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
package com.lyms.cm.service.sys;

import com.lyms.cm.entity.sys.Role;
import com.lyms.web.service.BaseService;

/**
* <p>
* 服务类
* </p>
*
* @author 风车车
* @since 2016-12-12
*/
public interface RoleService extends BaseService<Role> {
}