初始化项目
This commit is contained in:
16
APIserver/Models/ShippingProject.cs
Normal file
16
APIserver/Models/ShippingProject.cs
Normal 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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user