| | |
| | | |
| | | import com.consum.base.Constants; |
| | | import com.consum.base.FinOrgCacheProvider; |
| | | import com.consum.base.service.FinOrgServiceImpl; |
| | | import com.consum.base.service.FinOrgService; |
| | | import com.consum.model.po.FinSysOrg; |
| | | import com.walker.cache.AbstractCacheProvider; |
| | | import com.walker.cache.Cache; |
| | | import com.walker.infrastructure.utils.StringUtils; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | return FinSysOrg.class; |
| | | } |
| | | |
| | | public void setFinOrgService(FinOrgServiceImpl finOrgService) { |
| | | public void setFinOrgService(FinOrgService finOrgService) { |
| | | this.finOrgService = finOrgService; |
| | | } |
| | | |
| | | private FinOrgServiceImpl finOrgService; |
| | | private FinOrgService finOrgService; |
| | | } |