PersonnelService.java 177 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 package com.bsth.service; import com.bsth.entity.Personnel; /** * Created by xu on 16/6/15. */ public interface PersonnelService extends BaseService<Personnel, Integer> { }