MrShi
2024-02-02 48ac4601b0d481ab76fe849171d6f80638343055
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);
}