package com.whyc.mapper; import com.whyc.pojo.MonInf; public interface MonInfMapper extends CustomMapper{ //查询最大的单体编号 Integer getMaxMonId(); }