淘宝退款处理

This commit is contained in:
wanyongkang
2020-10-14 21:35:26 +08:00
parent a4ca0036a4
commit 6207f41b5a
3 changed files with 30 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ namespace Host.Models
public string SellerNick { get; set; }
public string Modified { get; set; }
public string Phone { get; set; }
public int status { get; set; }
}