You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
411 B
Java

package com.supervision.pdfqaserver.mapper;
import com.supervision.pdfqaserver.domain.Intention;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @author Administrator
* @description intentionMapper
* @createDate 2025-05-14 15:23:54
* @Entity com.supervision.pdfqaserver.domain.Intention
*/
public interface IntentionMapper extends BaseMapper<Intention> {
}