| | |
| | | |
| | | 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.support.redis.cache.RedisCacheProvider; |
| | | |
| | |
| | | return FinSysOrg.class; |
| | | } |
| | | |
| | | public void setFinOrgService(FinOrgServiceImpl finOrgService) { |
| | | public void setFinOrgService(FinOrgService finOrgService) { |
| | | this.finOrgService = finOrgService; |
| | | } |
| | | |
| | | private FinOrgServiceImpl finOrgService; |
| | | private FinOrgService finOrgService; |
| | | |
| | | } |