init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.yupi.springbootinit.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
|
||||
public interface DishService extends IService<Dish> {
|
||||
}
|
||||
Reference in New Issue
Block a user