Pu Zhibing
2025-04-03 d93f63f90bd33d1d04fdcb9ba2d3da281b4b05fc
1
2
3
4
5
6
7
8
package com.stylefeng.guns.modular.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.stylefeng.guns.modular.system.model.OrderTaxi;
 
public interface IOrderTaxiService extends IService<OrderTaxi> {
 
}