方剂增加药

穴位增加脉络
This commit is contained in:
wuchunlei
2024-01-17 15:12:28 +08:00
parent ca136ec6a6
commit b3bef83b95
14 changed files with 458 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.MedicinalMaterials;
import org.springframework.stereotype.Service;
@Service
public interface MedicinalMaterialsService extends IService<MedicinalMaterials> {
}