distributionbypostsdepservice.java

来自「jsp+servlet+Hibernte实现的公务员网上报名系统。为大学毕业设计」· Java 代码 · 共 24 行

JAVA
24
字号
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 + =
减小字号Ctrl + -
显示快捷键?