commit | author | age | ||
a18bfa | 1 | package com.changhong.epc.parsing.service.bill; |
Z | 2 | |
3 | ||
4 | import com.changhong.epc.bean.parsing.BillInfo; | |
5 | import com.changhong.epc.bean.tenant.sunCloud.PushOrderBill; | |
6 | ||
7 | public interface BillInfoService { | |
8 | ||
9 | /** | |
10 | * 添加票据信息 | |
11 | * @param billInfo | |
12 | * @return | |
13 | */ | |
14 | int billInfoInsert(PushOrderBill pushOrderBill); | |
15 | ||
16 | ||
17 | } |