| | |
| | | import java.util.List; |
| | | import com.ruoyi.cwgl.domain.PendingSettlementBusiness; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.ruoyi.cwgl.domain.ReceivableLineTruckPriceRule; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int deletePendingSettlementBusinessByIds(Integer[] ids); |
| | | /** |
| | | * 查询财务库入账数据库数据 |
| | | * @return |
| | | */ |
| | | List<PendingSettlementBusiness> selectPendingSettlement2Cw(); |
| | | |
| | | int updeteCwData(Integer[] ids); |
| | | |
| | | List<ReceivableLineTruckPriceRule> selectReceivableLineTruckPriceRule(); |
| | | |
| | | List<ReceivableLineTruckPriceRule> selectPayableLineTruckPriceRule(); |
| | | |
| | | } |