⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 columnstatservice.java

📁 一个关于短信的java程序,非常适合java程序员,谢谢大家
💻 JAVA
字号:
package com.chinatech.cpmanage.service;

import java.util.List;

import com.chinatech.cpmanage.common.BusinessException;
import com.chinatech.cpmanage.hibernate.NyxxwTitletree;

public interface ColumnStatService {
	
	public NyxxwTitletree getSpById(String spid) throws BusinessException;
	
	public List getSpByAreaId(String areaid) throws BusinessException;
		
	public List getMultiColumns(String spId) throws BusinessException;
	
	public List getMultiColumnsPage(int startRow, int pageSize,String id) throws BusinessException;
	
	public int getSingleColumnsStat(String query) throws BusinessException;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -