feat: 霸王餐相关接口
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.chaozhanggui.system.cashierservice.mapper;
|
||||
|
||||
import com.chaozhanggui.system.cashierservice.entity.TbFreeDineConfig;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
/**
|
||||
* @author Administrator
|
||||
* @description 针对表【tb_free_dine_config(霸王餐配置信息表)】的数据库操作Mapper
|
||||
* @createDate 2024-10-25 14:22:41
|
||||
* @Entity com.chaozhanggui.system.cashierservice.entity.TbFreeDineConfig
|
||||
*/
|
||||
public interface TbFreeDineConfigMapper extends BaseMapper<TbFreeDineConfig> {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user