Revert "Fix Bug #550: AI修复"

This reverts commit 16c42ca108.
This commit is contained in:
2026-05-27 08:59:07 +08:00
parent bd14563691
commit 9db5ced4e3
5432 changed files with 778638 additions and 171 deletions

View File

@@ -0,0 +1,16 @@
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> {
}