|
@@ -27,5 +27,6 @@ public interface WorkHotsFodderService extends IBaseService<WorkHotsFodderEntity
|
|
|
|
|
|
void removeBySceneCodeAndWorkIdAndType(String sceneCode, String workId, String type);
|
|
void removeBySceneCodeAndWorkIdAndType(String sceneCode, String workId, String type);
|
|
void removeByWorkIdAndType(String workId, String type);
|
|
void removeByWorkIdAndType(String workId, String type);
|
|
|
|
+ void removeByWorkId(String workId);
|
|
void removeBySceneCodeWorkIdAndType(String sceneCode,String workId, String type);
|
|
void removeBySceneCodeWorkIdAndType(String sceneCode,String workId, String type);
|
|
}
|
|
}
|