DKLInfoServiceImpl.java 266 Bytes
package com.bsth.service.impl;

import com.bsth.entity.DKLInfo;
import com.bsth.service.DKLInfoService;
import org.springframework.stereotype.Service;


@Service
public class DKLInfoServiceImpl extends BaseServiceImpl<DKLInfo, Integer> implements DKLInfoService {
}