@@ -246,6 +246,12 @@ public interface ITFeeService {
* @return
*/
public AjaxResult webVersionUpdateApplyFP(TFee tFee,LoginUser loginUser,String billType);
+ /**
+ * 安品查询财务中心
+ * @param tFee
+ * @return
+ */
+ public List<Map<String, Object>> anPinSelectTFeeList(TFee tFee);
}