Files
Wx_AUTS_Prod/APIserver/Models/ShippingProject.cs

17 lines
377 B
C#
Raw Normal View History

2025-11-26 17:42:45 +08:00
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; }
}
}