package com.ycl.mapper.common; import org.apache.ibatis.annotations.Param; import org.springframework.stereotype.Repository; /** * GeneratedCode 编码生成表 * * @version V1.0 * @author: AI * @date: 2022-10-10 15:38 **/ @Repository public interface GeneratedCodeMapper { Integer createNumber(@Param("ymd") String ymd, @Param("type") String type); }