初始化项目

This commit is contained in:
2025-11-26 17:42:45 +08:00
commit 65ecc68767
2513 changed files with 1313954 additions and 0 deletions

View 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; }
}
}