| | |
| | | package com.java110.web.components.fee; |
| | | |
| | | import com.java110.common.constant.FeeTypeConstant; |
| | | import com.java110.core.context.IPageData; |
| | | import com.java110.web.smo.IFeeServiceSMO; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | private IFeeServiceSMO feeServiceSMOImpl; |
| | | |
| | | public ResponseEntity<String> loadPropertyConfigData(IPageData pd) { |
| | | return feeServiceSMOImpl.loadPropertyConfigFee(pd); |
| | | return feeServiceSMOImpl.loadPropertyConfigFee(pd, ""); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 缴费 |
| | | * |
| | | * @param pd 页面数据封装 |
| | | * @return 缴费接口 |
| | | */ |