食材添加信息

This commit is contained in:
huangdeliang
2021-03-16 20:09:28 +08:00
parent 03eb2508b6
commit 1b5a4f3777
7 changed files with 187 additions and 64 deletions

View File

@ -83,5 +83,5 @@ public interface SysIngredientMapper
*/
public SysIngredient selectSysIngredientByName(@Param("name") String name);
int batchInsertIngredientImage(List<SysIngredentFile> ingredentFiles);
int batchInsertIngredientImage(List<SysIngredentFile> list);
}