Commit cf93ffec authored by 王向伟's avatar 王向伟

申请订单添加 近期状况字段

parent 3795bc93
......@@ -15,4 +15,9 @@ public class ApplyOrder {
private List<ActiveApplyOrder> activeOrders = new ArrayList<>();
private List<InvalidApplyOrder> invalidOrders = new ArrayList<>();
/**
* 近期状况
*/
private String description;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment