puzhibing
2023-05-16 a6354b57ab2614b6211fbb89e24c5c8bec76ce86
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> {
}