tjx
2025-11-12 06900de4b4982cbca020339bb833bc3879035d07
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();