陈昶聿
3 天以前 14c05113b72698a331259ce7c34c7ae8dd69ffd7
smartor/src/main/java/com/smartor/service/IPatMedOperationService.java
@@ -10,8 +10,7 @@
 * @author lihu
 * @date 2025-02-21
 */
public interface IPatMedOperationService
{
public interface IPatMedOperationService {
    /**
     * 查询患者手术记录
     *
@@ -59,4 +58,11 @@
     * @return 结果
     */
    public int deletePatMedOperationById(Long id);
    /**
     * 处理手术信息
     *
     * @return
     */
    public int dealOperationInfo();
}