陈昶聿
23 小时以前 b1e21a107469d2759845f800c037d741c0554f07
smartor/src/main/java/com/smartor/mapper/ServiceTaskScheduleDetailMapper.java
@@ -64,4 +64,9 @@
     * 逻辑删除(按 taskid)
     */
    int deleteByTaskid(@Param("taskid") Long taskid);
    /**
     * 硬删除(按 taskid)
     */
    int hardDeleteByTaskid(@Param("taskid") Long taskid);
}