liding
4 天以前 06b9be2fcdd28813b9b2afedf52adb3492eba293
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.projectManagement.mapper;
 
import com.ruoyi.projectManagement.pojo.ShippingAddress;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
* @author buhuazhen
* @description 针对表【project_management_shipping_address(收货地址)】的数据库操作Mapper
* @createDate 2026-03-09 16:28:07
* @Entity com.ruoyi.projectManagement.pojo.ShippingAddress
*/
public interface ShippingAddressMapper extends BaseMapper<ShippingAddress> {
 
}