jiangping
2024-01-15 e345d58b72dbb40bae27b3c4f30daadcf2977896
1
2
3
4
5
6
7
8
9
10
11
12
package com.doumee.dao.business;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.doumee.dao.business.model.DispatchUnit;
 
/**
 * @author 江蹄蹄
 * @date 2024/01/15 11:15
 */
public interface DispatchUnitMapper extends BaseMapper<DispatchUnit> {
 
}