111
Administrator
2025-11-18 30613a5c9e36e4c60f1f77793739ac954dfbe522
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();