This commit is contained in:
2025-09-12 10:06:15 +08:00
parent 55001c02a1
commit fed423f13f

View File

@@ -1,9 +1,9 @@
package org.dromara.property.mapper;
import org.apache.ibatis.annotations.Mapper;
import org.dromara.property.domain.CustomerActivity;
import org.dromara.property.domain.vo.CustomerActivityVo;
import org.dromara.common.mybatis.core.mapper.BaseMapperPlus;
import org.mapstruct.Mapper;
/**
* 客户服务-活动Mapper接口