xieb
2024-04-11 b2a19199d3b349000894efcc18ef6dcf23475118
src/main/java/com/dji/sample/patches/dao/GetPatchesMapper.java
@@ -1,10 +1,10 @@
package com.dji.sample.patches.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dji.sample.patches.model.entity.PatchesEntity;
import com.dji.sample.patches.model.entity.LotInfo;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface GetPatchesMapper extends BaseMapper<PatchesEntity> {
public interface GetPatchesMapper extends BaseMapper<LotInfo> {
}