PersonnelService.java 186 Bytes
package com.bsth.service;

import com.bsth.entity.Personnel;

/**
 * Created by xu on 16/6/15.
 */
public interface PersonnelService extends BaseService<Personnel, Integer> {
}