初始化项目

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,16 @@
using Models.ModelGoods;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Models
{
public class ShippingProject: uts_zongqing_tbl_shipping
{
public int ProductTypeID { get; set; }
public string ProjectName { get; set; }
public int bandingnum { get; set; }
}
}