后端最新版本同步

This commit is contained in:
Zhang.WH
2025-09-25 10:43:25 +08:00
parent 1276dc4adb
commit c8014404f1
355 changed files with 10070 additions and 5578 deletions

View File

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