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

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

}