You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
namespace Ds.Modules.DsEntity.OP
|
|
{
|
|
/// <summary>
|
|
/// 出口货物表
|
|
/// </summary>
|
|
public class Ds_Op_ExportItems : BaseEntityTenant
|
|
{
|
|
// 出口货物ID(ExportItemID, 主键)
|
|
//订单ID(OrderID, 外键关联到Orders表)
|
|
//产品ID(ProductID, 外键关联到Products表)
|
|
//数量(Quantity)
|
|
//出口日期(ExportDate)
|
|
//其他出口货物相关信息
|
|
}
|
|
} |