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

import com.bsth.entity.DKLInfo;
import com.bsth.service.BaseService;


public interface DKLInfoService extends BaseService<DKLInfo, Integer> {

    public int updatedkl(Integer id);
}