zhaowenxuan
2024-09-18 9f68e668140047bb2a41f53c522e8dc829b99713
ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjAskHistorysService.java
@@ -4,10 +4,13 @@
import com.ltkj.hosp.domain.TjAskHistorys;
import com.ltkj.hosp.domain.TjAskMedicalHistory;
import java.util.List;
/**
 * @Company: 西安路泰科技有限公司
 * @Author: lige
 * @Date: 2023/4/11 17:48
 */
public interface ITjAskHistorysService extends IService<TjAskHistorys> {
    String getZhengZhuangStr(List<String> ids);
}