mirror of https://github.com/elunez/eladmin
pull/451/head
parent
f479ba934c
commit
4bfff9d6ab
|
@ -98,6 +98,7 @@ public class CustomerOrder implements Serializable {
|
|||
private Long totalNumber;
|
||||
|
||||
// 状态
|
||||
@Column(name = "status")
|
||||
private Boolean status;
|
||||
|
||||
public void copy(CustomerOrder source){
|
||||
|
|
Loading…
Reference in New Issue