xuhy
6 天以前 13a3236249d21e1ed1a0f1e8ae20a29d6bf3913a
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> {
 
}