| | |
| | | import com.ruoyi.cwgl.domain.PendingSettlementBusiness; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.ruoyi.cwgl.domain.ReceivableLineTruckPriceRule; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | |
| | | /** |
| | |
| | | |
| | | List<ReceivableLineTruckPriceRule> selectPayableLineTruckPriceRule(); |
| | | |
| | | int updatePendingSettlementBusinessIsCreate(@Param("list") List<String> list,@Param("id")Integer id,@Param("billName")String billName); |
| | | |
| | | List<String> selectCustomName(); |
| | | |
| | | List<String> selectPendingSettlementBusinessDispatchNos(Integer id); |
| | | } |