puzhibing
2023-02-25 4ba348b700fd7f461f754a283eaeeba3fc9ff36c
1
2
3
4
5
6
7
package com.supersavedriving.driver.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.supersavedriving.driver.modular.system.model.CancelOrder;
 
public interface CancelOrderMapper extends BaseMapper<CancelOrder> {
}