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_Orders : BaseEntityTenant
|
|
{
|
|
// 订单ID(OrderID, 主键)
|
|
//客户ID(CustomerID, 外键关联到Customers表)
|
|
//下单日期(OrderDate)
|
|
//交付日期(DeliveryDate)
|
|
//其他订单相关信息
|
|
}
|
|
} |