|
@@ -1,11 +1,13 @@
|
|
|
package org.dromara.commodityManagement.mapper;
|
|
|
|
|
|
-
|
|
|
-import org.apache.ibatis.annotations.Mapper;
|
|
|
import org.dromara.commodityManagement.domain.Oem;
|
|
|
import org.dromara.commodityManagement.domain.vo.OemVo;
|
|
|
import org.dromara.common.mybatis.core.mapper.BaseMapperPlus;
|
|
|
+import org.mapstruct.Mapper;
|
|
|
|
|
|
+/**
|
|
|
+ * 花型号Mapper
|
|
|
+ */
|
|
|
@Mapper
|
|
|
public interface OemMapper extends BaseMapperPlus<Oem, OemVo> {
|
|
|
|