ireportdao.java
来自「本系统基本完善了CRM管理系统的各个模块」· Java 代码 · 共 7 行
JAVA
7 行
package com.accp.dao.jb_crm_team0.Inf;
import com.accp.util.PageResult;
public interface IReportDAO {
public PageResult finCustStructure(String type);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?