mirror of https://github.com/elunez/eladmin
pull/451/head
parent
3bb3bb34ff
commit
f479ba934c
|
@ -97,6 +97,9 @@ public class CustomerOrder implements Serializable {
|
|||
@Column(name = "total_number")
|
||||
private Long totalNumber;
|
||||
|
||||
// 状态
|
||||
private Boolean status;
|
||||
|
||||
public void copy(CustomerOrder source){
|
||||
BeanUtil.copyProperties(source,this, CopyOptions.create().setIgnoreNullValue(true));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue