liusheng
2025-04-18 55ede3cff5dbbbcb8675d1592a67f20d598d49e7
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();
}