Commit e2e3b049 authored by fhj's avatar fhj

采购服务 修复

parent 3f09071d
......@@ -20,6 +20,9 @@ public class NeedPlanDetailsResponse {
@ApiModelProperty(value = "需求计划ID")
private Long needPlanId;
@ApiModelProperty(value = "物料ID")
private Long productId;
@ApiModelProperty(value = "物料编号")
private String number;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment