军标库
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
package com.yj.earth.business.mapper;
|
||||
|
||||
import com.yj.earth.business.domain.ModelLibrary;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author 周志雄
|
||||
* @since 2025-09-17
|
||||
*/
|
||||
@Mapper
|
||||
public interface ModelLibraryMapper extends BaseMapper<ModelLibrary> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user