IEmployeeRoleService.java 177 Bytes
Newer Older
liqin's avatar
liqin committed
1
package cn.chnmuseum.party.service;
liqin's avatar
liqin committed
2 3 4 5 6 7 8 9 10 11 12 13

/**
 * <p>
 * 成员角色表 服务类
 * </p>
 *
 * @author 杨智平
 * @since 2018-08-02
 */
public interface IEmployeeRoleService {

}