订单列表增加店铺名称
This commit is contained in:
@@ -101,12 +101,14 @@ public class TbOrderInfo implements Serializable {
|
||||
private List<TbOrderDetail> detailList;
|
||||
private String winnnerNo;
|
||||
private String isWinner;
|
||||
private String shopName;
|
||||
|
||||
|
||||
//根据状态返回 需付款 已付款 未付款 已退
|
||||
private String description;
|
||||
|
||||
public void setDescription() {
|
||||
public void setDescription(String shopName) {
|
||||
this.shopName = shopName;
|
||||
switch (status) {
|
||||
case "closed":
|
||||
this.description = "已付款";
|
||||
|
||||
Reference in New Issue
Block a user