| | |
| | | import com.ruoyi.cwgl.domain.PendingSettlementBusiness; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.cwgl.domain.ReceivableLineTruckPriceRule; |
| | | import com.ruoyi.cwgl.domain.vo.CreateBillVo; |
| | | |
| | | /** |
| | | * 待入账业务Service接口 |
| | |
| | | * @return |
| | | */ |
| | | List<ReceivableLineTruckPriceRule> selectPayableLineTruckPriceRule(); |
| | | |
| | | CreateBillVo billIds(Integer[] ids); |
| | | |
| | | int createBillIds(Integer[] ids, CreateBillVo createBillVo); |
| | | |
| | | CreateBillVo billList(PendingSettlementBusiness pendingSettlementBusiness); |
| | | |
| | | int createBillList(PendingSettlementBusiness pendingSettlementBusiness); |
| | | |
| | | List<String> selectCustomName(); |
| | | |
| | | int updeteCwData(Integer[] ids); |
| | | } |