zhoushihao
2025-02-08 44504bd041f8dc3c97d1a9079c773a2f88b3d977
hangzhoumesParent/common/servicebase/src/main/java/com/mes/damage/mapper/DamageMapper.java
@@ -3,7 +3,6 @@
import com.baomidou.dynamic.datasource.annotation.DS;
import com.github.yulichang.base.MPJBaseMapper;
import com.mes.damage.entity.Damage;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
 * <p>
@@ -13,7 +12,7 @@
 * @author wu
 * @since 2024-06-13
 */
@DS("hangzhoumes")
@DS("northGlassMes")
public interface DamageMapper extends MPJBaseMapper<Damage> {
}