You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
2.2 KiB
42 lines
2.2 KiB
using System;
|
|
using System.ComponentModel.DataAnnotations;
|
|
|
|
namespace CK.SCP.Models.UniApiEntity
|
|
{
|
|
public partial class xxscm_maxpod_det
|
|
{
|
|
[Key]
|
|
public int xxscm_maxpod_uid { get; set; }
|
|
public string xxscm_maxpod_seq { get; set; }//任务号
|
|
public string xxscm_maxpod_nbr { get; set; }//订单号/合同编号
|
|
public int xxscm_maxpod_line { get; set; }//订单行号
|
|
|
|
public string xxscm_maxpod_part { get; set; }//零件号(父件)
|
|
public string xxscm_maxpod_groupart { get; set; }//原材物料号(子件)
|
|
public decimal xxscm_maxpod_qty { get; set; }//订货件数(小订单消耗对应的大订单数)
|
|
public decimal xxscm_maxpod_orderqty { get; set; }//起订量
|
|
public decimal xxscm_maxpod_orderqtyd { get; set; }//订货量(吨)
|
|
public decimal xxscm_maxpod_orderqtykg { get; set; }//订货量(千克)
|
|
public decimal xxscm_maxpod_consumption { get; set; }//单件消耗(千克)
|
|
public string xxscm_maxpod_createuser { get; set; }//创建者
|
|
public DateTime xxscm_maxpod_createtime { get; set; }//创建时间
|
|
|
|
public string xxscm_maxpod_month { get; set; }//合同月
|
|
public string xxscm_maxpod_Model { get; set; }//车型
|
|
public string xxscm_maxpod_texture { get; set; }//材质
|
|
public string xxscm_maxpod_testandard { get; set; }//技术标准
|
|
public string xxscm_maxpod_vend { get; set; }//供应商编号
|
|
public string xxscm_maxpod_manufacturer { get; set; }//材料厂家
|
|
public string xxscm_maxpod_forecastone { get; set; }//预测1/数量
|
|
public string xxscm_maxpod_forecasttwo { get; set; }//预测2/数量
|
|
public string xxscm_maxpod_forecastthree { get; set; }//预测3/数量
|
|
public string xxscm_maxpod_forecastfour { get; set; }//预测4/数量
|
|
public string xxscm_maxpod_forecastfive { get; set; }//预测5/数量
|
|
public string xxscm_maxpod_forecastsix { get; set; }//预测6/数量
|
|
public string xxscm_maxpod_idention { get; set; }//标识新增或者修改新增为A修改为U
|
|
public string xxscm_maxpod_site { get; set; }//地点
|
|
public string xxscm_maxpod_domain { get; set; }//域
|
|
|
|
|
|
}
|
|
}
|
|
|