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