陈昶聿
19 小时以前 65f3f3033ec7b8da30c732b694e532d058348a47
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);
}