package com.steerinfo.ems.tsubmitted.mapper; import com.steerinfo.ems.tsubmitted.model.TSubmitted; import com.steerinfo.framework.mapper.IBaseMapper; import java.math.*; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @Mapper public interface TSubmittedMapper extends IBaseMapper { String selectMaxId(@Param(value = "signtime") String mouth); }