pull/451/head
starrysky 2019-08-17 10:44:25 +08:00
parent f479ba934c
commit 4bfff9d6ab
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ public class CustomerOrder implements Serializable {
private Long totalNumber;
// 状态
@Column(name = "status")
private Boolean status;
public void copy(CustomerOrder source){