Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
commit
d10a9671a9
|
|
@ -123,6 +123,10 @@ public class ViewConInfoFlow implements Serializable {
|
|||
@ApiModelProperty(value = "更新时间")
|
||||
private Date updateTime;
|
||||
|
||||
@Column(name = "price")
|
||||
@ApiModelProperty(value = "单价")
|
||||
private BigDecimal price;
|
||||
|
||||
|
||||
|
||||
public void copy(ViewConInfoFlow source){
|
||||
|
|
|
|||
|
|
@ -68,4 +68,6 @@ public class ViewConInfoFlowDto implements Serializable {
|
|||
private String isCheck;
|
||||
private Date createTime;
|
||||
private Date updateTime;
|
||||
|
||||
private BigDecimal price;
|
||||
}
|
||||
Loading…
Reference in New Issue