xuhy
2024-12-25 66449e204698bcffd9319eb3f5eaed0dd44ec75f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.jilongda.manage.mapper;
 
import com.jilongda.manage.model.TOrder;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 * 销售订单表 Mapper 接口
 * </p>
 *
 * @author 无关风月
 * @since 2024-12-09
 */
public interface TOrderMapper extends BaseMapper<TOrder> {
 
}