增加:Mapper
This commit is contained in:
parent
ca2ffc9881
commit
cab38bffde
@ -3,6 +3,7 @@ package net.ferrum.business.mapper;
|
||||
import net.ferrum.business.domain.QsSupplier;
|
||||
import net.ferrum.business.domain.vo.QsSupplierVo;
|
||||
import net.ferrum.common.core.mapper.BaseMapperPlus;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 供应商信息Mapper接口
|
||||
@ -11,6 +12,8 @@ import net.ferrum.common.core.mapper.BaseMapperPlus;
|
||||
* @version 1.0.0
|
||||
* @since 2025-03-05
|
||||
*/
|
||||
|
||||
//@Mapper
|
||||
public interface QsSupplierMapper extends BaseMapperPlus<QsSupplierMapper, QsSupplier, QsSupplierVo> {
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user