You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
virtual-patient/virtual-patient-model/src/main/java/com/supervision/mapper/DiseasePhysicalMapper.java

19 lines
422 B
Java

package com.supervision.mapper;
import com.supervision.model.DiseasePhysical;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @author flevance
* @description vp_disease_physical()Mapper
* @createDate 2023-10-20 17:19:21
* @Entity com.supervision.model.DiseasePhysical
*/
public interface DiseasePhysicalMapper extends BaseMapper<DiseasePhysical> {
}