TpPBerthsSMapper.java 353 Bytes
package com.zteits.job.mapper.smapper;

import org.apache.ibatis.annotations.Param;

public interface TpPBerthsSMapper {
    /**
     * 根据停车场编号和条件查询空闲车位总数
     * @param plNo
     * @return
     * 2017年8月30日 zhaowg
     */
    Long queryFreeBerthNum(@Param("plNo") String plNo, @Param("where") String where);

}