吴门医述

This commit is contained in:
wuchunlei
2024-01-02 16:07:17 +08:00
parent 892e29571b
commit 67c645fcd3
17 changed files with 508 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package com.peanut.modules.book.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.peanut.modules.book.entity.MedicaldesInheritRelation;
import org.springframework.stereotype.Service;
@Service
public interface MedicaldesInheritRelationService extends IService<MedicaldesInheritRelation> {
}