一周菜谱
This commit is contained in:
parent
d2fe380be0
commit
bc93835c84
|
|
@ -13,4 +13,5 @@ import java.util.Set;
|
||||||
|
|
||||||
public interface MenuRecipeDishesService {
|
public interface MenuRecipeDishesService {
|
||||||
boolean saveBatch(Collection<MenuRecipeDishes> entityList);
|
boolean saveBatch(Collection<MenuRecipeDishes> entityList);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in New Issue