Fix Bug #550: AI修复

This commit is contained in:
2026-05-27 03:00:08 +08:00
parent 8e6cb5c79f
commit 16c42ca108
5433 changed files with 171 additions and 778731 deletions

View File

@@ -1,16 +0,0 @@
package com.openhis.jlau.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.openhis.jlau.domain.ReviewPrescriptionRecords;
import org.springframework.stereotype.Repository;
/**
* 农大审方记录Mapper接口
*
* @author system
* @date 2025-02-20
*/
@Repository
public interface ReviewPrescriptionRecordsMapper extends BaseMapper<ReviewPrescriptionRecords> {
}