package com.example.his.api.db.dao;

/**
* @author lenovo
* @description 针对表【tb_customer_location(客户位置表)】的数据库操作Mapper
* @createDate 2023-09-10 12:22:37
* @Entity com.example.his.api.db.pojo.CustomerLocationEntity
*/
public interface CustomerLocationDao {

}




