liusheng
2025-03-09 a5b5d679448dec09f6d9b4f8779dea44923e65c1
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();
}