吴门医述-吴门纪实

This commit is contained in:
wuchunlei
2024-02-23 11:29:54 +08:00
parent d4ea32c6d7
commit bae3ad563d
5 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package com.peanut.modules.book.dao;
import com.github.yulichang.base.MPJBaseMapper;
import com.peanut.modules.book.entity.MedicaldesRecord;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface MedicaldesRecordDao extends MPJBaseMapper<MedicaldesRecord> {
}