PersonnelServiceImpl.java 324 Bytes
package com.bsth.service.impl;

import com.bsth.entity.Personnel;
import com.bsth.service.PersonnelService;
import org.springframework.stereotype.Service;

/**
 * Created by xu on 16/6/15.
 */
@Service
public class PersonnelServiceImpl extends BaseServiceImpl<Personnel, Integer> implements PersonnelService {
}