修改字段
This commit is contained in:
parent
648aa8bb59
commit
cef596fd58
|
@ -18,6 +18,6 @@ import java.util.Map;
|
||||||
public interface IKcKetangbiaoService extends IService<KcKetangbiao> {
|
public interface IKcKetangbiaoService extends IService<KcKetangbiao> {
|
||||||
|
|
||||||
IPage<KcKetangbiao> getKclblist(Page<KcKetangbiao> page, KcKetangbiao kcKetangbiao);
|
IPage<KcKetangbiao> getKclblist(Page<KcKetangbiao> page, KcKetangbiao kcKetangbiao);
|
||||||
|
|
||||||
List<Map<String,Object>> selectJrTkCount(String skrq);
|
List<Map<String,Object>> selectJrTkCount(String skrq);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue