MrShi
2025-06-25 e0f88bd7916149d0c8bd445082d4a24367170028
server/service/src/main/java/com/doumee/dao/business/join/ApplyDetailJoinMapper.java
@@ -4,10 +4,14 @@
import com.doumee.dao.business.model.ApplyDetail;
import com.github.yulichang.base.mapper.MPJJoinMapper;
import java.util.List;
/**
 * @author 江蹄蹄
 * @date 2024/01/16 10:03
 */
public interface ApplyDetailJoinMapper extends MPJJoinMapper<ApplyDetail> {
    void insertBatchSomeColumn(List<ApplyDetail> addList);
}