初始化项目
This commit is contained in:
24
APIserver/Models/ModelGoods/BehindPast.cs
Normal file
24
APIserver/Models/ModelGoods/BehindPast.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Models.ModelGoods
|
||||
{
|
||||
public class BehindPast
|
||||
{
|
||||
|
||||
public string OutBoxCode { get; set; }
|
||||
|
||||
public string ShippingCode { get; set; }
|
||||
|
||||
public string Pwd { get; set; }
|
||||
|
||||
public string MO { get; set; }
|
||||
public string Loader { get; set; }
|
||||
public int sqlid { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user