BusinessInfoServiceImpl.java
350 Bytes
package com.bsth.service.schedule;
import com.bsth.entity.schedule.BusinessInfo;
import com.bsth.service.impl.BaseServiceImpl;
import org.springframework.stereotype.Service;
/**
* Created by xu on 16/5/11.
*/
@Service
public class BusinessInfoServiceImpl extends BaseServiceImpl<BusinessInfo, Long> implements BusinessInfoService {
}