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

📄 distributionbypostsdepservice.java

📁 jsp+servlet+Hibernte实现的公务员网上报名系统。为大学毕业设计成果
💻 JAVA
字号:
package com.service;

import java.util.List;

public interface DistributionByPostsDepService {

	public List queryAppInfoByPostsDep(String postsDep);
	
	public int CountAppNumByPostsDep(String postsDep);
	
	public int CountAppMenByPostsDep(String postsDep);
	
	public int CountAppWomenByPostsDep(String postsDep);
	
	public int CountAppZHUANByPostsDep(String postsDep);
	
	public int CountAppBENByPostsDep(String postsDep);
	
	public int CountAppSHUOByPostsDep(String postsDep);
	
	public int CountAppBOByPostsDep(String postsDep);

}

⌨️ 快捷键说明

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