DKLInfoService.java 135 Bytes
package com.bsth.service;

import com.bsth.entity.DKLInfo;


public interface DKLInfoService extends BaseService<DKLInfo, Integer> {
}