We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bced5c commit 8b24d62Copy full SHA for 8b24d62
1 file changed
backend/services/operator-market-service/src/main/java/com/datamate/operator/infrastructure/persistence/mapper/OperatorReleaseMapper.java
@@ -1,9 +1,11 @@
1
package com.datamate.operator.infrastructure.persistence.mapper;
2
3
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
4
+import com.datamate.common.infrastructure.config.IgnoreDataScopeAnnotation;
5
import com.datamate.operator.domain.model.OperatorRelease;
6
import org.apache.ibatis.annotations.Mapper;
7
8
@Mapper
9
+@IgnoreDataScopeAnnotation
10
public interface OperatorReleaseMapper extends BaseMapper<OperatorRelease> {
11
}
0 commit comments