package com.zcxk.meterreadingsystemv2.dao; import com.zcxk.meterreadingsystemv2.entity.Ycblhb; import org.apache.ibatis.annotations.Mapper; import java.util.List; @Mapper public interface YcblhbMapper { int insertSelective(Ycblhb record); List getList(); }