Pu Zhibing
昨天 43d8da7e3b60cb7deb7d31ae0a6c06bff1ae9390
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.BranchOffice;
 
public interface BranchOfficeMapper extends BaseMapper<BranchOffice> {
}