zjh
2023-12-29 beca2c01d4f104ef145bbee9fa91aac2957ef360
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);
}