liusheng
6 天以前 0c621621889c90a119e2ff9e41c4f5528f395f7e
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();
}