format the code and remove the unused import
This commit is contained in:
@@ -104,14 +104,11 @@ public class BuyOrderEntity implements Serializable {
|
||||
private Date shippingTime;
|
||||
/**
|
||||
* 订单状态
|
||||
*
|
||||
*
|
||||
* 0: 待付款
|
||||
* 1: 待发货
|
||||
* 2: 已发货
|
||||
* 3:已完成
|
||||
* 4: 交易失败
|
||||
*
|
||||
*/
|
||||
private String orderStatus;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user