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

import com.bsth.entity.DKLInfo;


public interface DKLInfoService extends BaseService<DKLInfo, Integer> {

    public int updatedkl(Integer id);
}