新增通过采购订单明细id获取明细
This commit is contained in:
@@ -65,4 +65,6 @@ public interface ContractApi {
|
||||
@GetMapping(PREFIX + "/po-order-detail-by-ids")
|
||||
@Operation(summary = "通过采购订单详情id批量获取消费订单详情")
|
||||
CommonResult<List<PrchOrdDtlDTO>> getPoOrderDetailByIds(@RequestParam("ids") List<Long> ids);
|
||||
|
||||
//销售采购融合。主子表
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -109,6 +109,11 @@ public class PurchaseOrderWithDetailsDTO {
|
||||
* 物料编码
|
||||
*/
|
||||
private String materialNumber;
|
||||
|
||||
/**
|
||||
* 单位
|
||||
*/
|
||||
private String unt;
|
||||
/**
|
||||
* 物料名称
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user