📄 distributionbypostsdepservice.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 + -