提交 | 用户 | age | ||
739bf5 | 1 | package com.hx.phip.his.service; |
C | 2 | |
3 | import com.hx.resultTool.Result; | |
4 | import net.sf.json.JSONObject; | |
5 | ||
6 | /** | |
7 | * @Author | |
8 | */ | |
9 | public interface SyncSalesFinancialDataService { | |
10 | ||
11 | Result payment(JSONObject jsonObject); | |
12 | } |