xuhy
2024-12-25 1b8b3235ae9b2f9eca0df7d7f7b5953b90415759
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.system.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.system.domain.TOrderRemark;
 
/**
 * <p>
 * 餐饮订单备注 Mapper 接口
 * </p>
 *
 * @author xiaochen
 * @since 2024-08-15
 */
public interface TOrderRemarkMapper extends BaseMapper<TOrderRemark> {
 
}