Pu Zhibing
2025-04-02 d36376f732544c5ecfb59eff3eea8ab087d1a1f4
1
2
3
4
5
6
7
8
9
10
11
package com.stylefeng.guns.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.OrderTracks;
 
/**
 * @author zhibing.pu
 * @Date 2025/4/2 15:50
 */
public interface OrderTracksMapper extends BaseMapper<OrderTracks> {
}