xuhy
2024-05-13 ab6ee3c7c248a7061b0c98a9ab854ae6d584a225
1
2
3
4
5
6
7
8
9
package com.stylefeng.guns.modular.smallLogistics.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.smallLogistics.model.OrderLogisticsSpread;
 
public interface OrderLogisticsSpreadMapper extends BaseMapper<OrderLogisticsSpread> {
 
 
}