SfzyFacadeImpl.java
上传用户:quasar007
上传日期:2022-08-11
资源大小:4067k
文件大小:1k
- package com.service;
- import java.util.List;
- import com.dao.SfzyDaoImpl;
- import com.dao.SfzyDao;
- import com.domain.FfzyForm;
- import com.domain.CsxxForm;
- import com.domain.SkhfkForm;
- public class SfzyFacadeImpl
- implements SfzyFacade {
- private SfzyDao dao = null;
- public SfzyFacadeImpl() {
- this.dao = new SfzyDaoImpl();
- }
- public List sfzySelect() {
- return this.dao.sfzySelect();
- }
- public FfzyForm sfzySelect(FfzyForm fzy) {
- return this.dao.sfzySelect(fzy);
- }
- public List csxxSelect(CsxxForm csxx) {
- return this.dao.csxxSelect(csxx);
- }
- public int khxxMyd(SkhfkForm skhfk) {
- return this.dao.khxxMyd(skhfk);
- }
- public int toatl() {
- return this.dao.toatl();
- }
- /**
- * sfzyFenYe
- *
- * @param number Integer
- * @return List
- */
- public List sfzyFenYe(Integer number) {
- return this.dao.sfzyFenYe(number);
- }
- /**
- * totalCity
- *
- * @param csxx CsxxForm
- * @return int
- */
- public int totalCity(CsxxForm csxx) {
- return this.dao.totalCity(csxx);
- }
- /**
- * fenyeCity
- *
- * @param number Integer
- * @return List
- */
- public List fenyeCity(Integer number,CsxxForm csxx) {
- return this.dao.fenyeCity(number,csxx);
- }
- public List csxxPrinfSelect(CsxxForm csxx) {
- return dao.csxxPrinfSelect(csxx);
- }
- }