|
@ -100,4 +100,7 @@ public interface WarehouseInventoryReportDamageChildMapper |
|
|
|
|
|
|
|
|
// 按单号批量查询详情
|
|
|
// 按单号批量查询详情
|
|
|
public List<WarehouseInventoryReportDamageChild> selectWarehouseInventoryReportDamageChildByCodes(String[] reportDamageCode); |
|
|
public List<WarehouseInventoryReportDamageChild> selectWarehouseInventoryReportDamageChildByCodes(String[] reportDamageCode); |
|
|
|
|
|
|
|
|
|
|
|
// 按料号查询报损报告详情列表
|
|
|
|
|
|
public List<WarehouseInventoryReportDamageChild> selectWarehouseInventoryReportDamageChildByMaterialNo(String MaterialNo); |
|
|
} |
|
|
} |
|
|