添加耗材信息单价字段
This commit is contained in:
@@ -75,6 +75,11 @@ public class ViewConInfoFlow implements Serializable {
|
|||||||
private BigDecimal balance;
|
private BigDecimal balance;
|
||||||
|
|
||||||
|
|
||||||
|
@Column(name = "`status`",nullable = false)
|
||||||
|
@ApiModelProperty(value = "status")
|
||||||
|
private String status;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@Column(name = "`product_id`")
|
@Column(name = "`product_id`")
|
||||||
@ApiModelProperty(value = "商品id")
|
@ApiModelProperty(value = "商品id")
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ public class ViewConInfoFlowDto implements Serializable {
|
|||||||
private String productId;
|
private String productId;
|
||||||
|
|
||||||
private String productName;
|
private String productName;
|
||||||
|
private String status;
|
||||||
|
|
||||||
private String conCode;
|
private String conCode;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user