Fix Bug #550: AI修复
This commit is contained in:
@@ -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> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user