添加耗材信息单价字段
This commit is contained in:
@@ -123,6 +123,10 @@ public class ViewConInfoFlow implements Serializable {
|
|||||||
@ApiModelProperty(value = "更新时间")
|
@ApiModelProperty(value = "更新时间")
|
||||||
private Date updateTime;
|
private Date updateTime;
|
||||||
|
|
||||||
|
@Column(name = "price")
|
||||||
|
@ApiModelProperty(value = "单价")
|
||||||
|
private BigDecimal price;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public void copy(ViewConInfoFlow source){
|
public void copy(ViewConInfoFlow source){
|
||||||
|
|||||||
@@ -68,4 +68,6 @@ public class ViewConInfoFlowDto implements Serializable {
|
|||||||
private String isCheck;
|
private String isCheck;
|
||||||
private Date createTime;
|
private Date createTime;
|
||||||
private Date updateTime;
|
private Date updateTime;
|
||||||
|
|
||||||
|
private BigDecimal price;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user