tjx
2025-06-24 10d86aa74f50336a469385be2b2d14410438a234
1
2
3
4
5
6
7
8
9
10
11
12
package com.gs.xky.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.gs.xky.entity.PurchaseOrderDetail;
 
/**
 * 采购订单明细表Mapper接口
 */
public interface PurchaseOrderDetailMapper extends BaseMapper<PurchaseOrderDetail> {
 
    int deleteByPrimaryKey();