tjx
2025-11-26 aca675e370405ba4a65b3e1e6a24d9c97e9625af
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();