联动报价-第二版-报价模型物资关系
This commit is contained in:
@ -19,22 +19,22 @@ import java.math.BigDecimal;
|
|||||||
@ApiModel(value = "ProjQuoteModelMaterialRelVO对象", description = "报价模型物料关联表")
|
@ApiModel(value = "ProjQuoteModelMaterialRelVO对象", description = "报价模型物料关联表")
|
||||||
public class ProjQuoteModelMaterialRelVO {
|
public class ProjQuoteModelMaterialRelVO {
|
||||||
@ApiModelProperty("id")
|
@ApiModelProperty("id")
|
||||||
private Long id;
|
private String id;
|
||||||
|
|
||||||
@ApiModelProperty("方案id")
|
@ApiModelProperty("方案id")
|
||||||
private Long projId;
|
private String projId;
|
||||||
|
|
||||||
@ApiModelProperty("报价模型id")
|
@ApiModelProperty("报价模型id")
|
||||||
private Long quoteModelId;
|
private String quoteModelId;
|
||||||
|
|
||||||
@ApiModelProperty("建项物料行id")
|
@ApiModelProperty("建项物料行id")
|
||||||
private Long purpMaterialId;
|
private String purpMaterialId;
|
||||||
|
|
||||||
@ApiModelProperty(value = "需求单id")
|
@ApiModelProperty(value = "需求单id")
|
||||||
private Long requId;
|
private String requId;
|
||||||
|
|
||||||
@ApiModelProperty(value = "需求单物料行id")
|
@ApiModelProperty(value = "需求单物料行id")
|
||||||
private Long materialId;
|
private String materialId;
|
||||||
|
|
||||||
@ApiModelProperty(value = "建项物料是否已删除0否;1是")
|
@ApiModelProperty(value = "建项物料是否已删除0否;1是")
|
||||||
private String purpMaterialIsDeleted;
|
private String purpMaterialIsDeleted;
|
||||||
|
@ -19,10 +19,10 @@ import java.util.List;
|
|||||||
@ApiModel(value = "ProjStructureQuoteModelVO", description = "方案报价模型关联表")
|
@ApiModel(value = "ProjStructureQuoteModelVO", description = "方案报价模型关联表")
|
||||||
public class ProjStructureQuoteModelVO {
|
public class ProjStructureQuoteModelVO {
|
||||||
@ApiModelProperty("id")
|
@ApiModelProperty("id")
|
||||||
private Long id;
|
private String id;
|
||||||
|
|
||||||
@ApiModelProperty("方案id")
|
@ApiModelProperty("方案id")
|
||||||
private Long projId;
|
private String projId;
|
||||||
|
|
||||||
@ApiModelProperty("报价模型 001普通报价模型;002联动报价模型;003定额折扣报价模型;004非定额折扣报价模型")
|
@ApiModelProperty("报价模型 001普通报价模型;002联动报价模型;003定额折扣报价模型;004非定额折扣报价模型")
|
||||||
private String structureQuoteModel;
|
private String structureQuoteModel;
|
||||||
|
Reference in New Issue
Block a user