using System; using System.Linq; using System.Text; using SqlSugar; namespace WMS.Core { /// /// /// [SugarTable("BILL_INVFLOW")] public partial class BILL_INVFLOW { public BILL_INVFLOW(){ } /// /// Desc:容器行主键 /// Default: /// Nullable:False /// [SugarColumn(IsPrimaryKey=true)] public string F_ROWNO {get;set;} /// /// Desc:行状态 /// Default: /// Nullable:False /// public int F_ROWSTATENUM {get;set;} /// /// Desc:是否满 /// Default: /// Nullable:False /// public int F_ISFULL {get;set;} /// /// Desc:仓库号 /// Default: /// Nullable:True /// public string F_WAREHOUSENO {get;set;} /// /// Desc:区域号 /// Default: /// Nullable:True /// public string F_WAREANO {get;set;} /// /// Desc:容器组编号 /// Default: /// Nullable:False /// public string F_CONTRGRPNO {get;set;} /// /// Desc:容器组条码 /// Default: /// Nullable:True /// public string F_CONTRGRPBARCODE {get;set;} /// /// Desc:容器组重量 /// Default: /// Nullable:False /// public decimal F_CONTRGRPWEIGHT {get;set;} /// /// Desc:容器组高度 /// Default: /// Nullable:False /// public decimal F_CONTRGRPHEIGHT {get;set;} /// /// Desc:容器编号 /// Default: /// Nullable:True /// public string F_CONTRNO {get;set;} /// /// Desc:容器条码 /// Default: /// Nullable:True /// public string F_CONTRBARCODE {get;set;} /// /// Desc:容器重量 /// Default: /// Nullable:False /// public decimal F_CONTRWEIGHT {get;set;} /// /// Desc:容器状态 /// Default: /// Nullable:False /// public int F_CONTRSTATENUM {get;set;} /// /// Desc:容器顺序 /// Default: /// Nullable:True /// public int? F_CONTRSORT {get;set;} /// /// Desc:业务类型 /// Default: /// Nullable:False /// public int F_BILLTYPE {get;set;} /// /// Desc:物料编号 /// Default: /// Nullable:True /// public string F_MATNO {get;set;} /// /// Desc:物料条码 /// Default: /// Nullable:True /// public string F_MATBARCODE {get;set;} /// /// Desc:物料名称 /// Default: /// Nullable:True /// public string F_MATNAME {get;set;} /// /// Desc:物料规格 /// Default: /// Nullable:True /// public string F_MATSPEC {get;set;} /// /// Desc:物料类型 /// Default: /// Nullable:False /// public int F_MATTYPENUM {get;set;} /// /// Desc:物料状态 /// Default: /// Nullable:False /// public int F_MATSTATENUM {get;set;} /// /// Desc:物料版本号 /// Default: /// Nullable:True /// public string F_MATVERSION {get;set;} /// /// Desc:物料档位 /// Default: /// Nullable:True /// public string F_MATGEAR {get;set;} /// /// Desc:长 /// Default: /// Nullable:False /// public decimal F_LENGTH {get;set;} /// /// Desc:宽 /// Default: /// Nullable:False /// public decimal F_WIDTH {get;set;} /// /// Desc:高 /// Default: /// Nullable:False /// public decimal F_HEIGHT {get;set;} /// /// Desc:物料批次号 /// Default: /// Nullable:True /// public string F_BATCHNO {get;set;} /// /// Desc:最后质检批次号 /// Default: /// Nullable:True /// public string F_QCBATCHNO {get;set;} /// /// Desc:质检批关联外键 /// Default: /// Nullable:False /// public string F_QCBATCHID {get;set;} /// /// Desc:物料图号 /// Default: /// Nullable:True /// public string F_MATFIGURENUM {get;set;} /// /// Desc:物料数量 /// Default: /// Nullable:False /// public decimal F_QTY {get;set;} /// /// Desc:单位编码 /// Default: /// Nullable:True /// public string F_UNITNO {get;set;} /// /// Desc:单位名称 /// Default: /// Nullable:True /// public string F_UNITNAME {get;set;} /// /// Desc:第一次入库时间 /// Default: /// Nullable:False /// public DateTime F_ONETIME {get;set;} /// /// Desc:库存时间 /// Default: /// Nullable:False /// public DateTime F_INVTIME {get;set;} /// /// Desc:入库单号 /// Default: /// Nullable:True /// public string F_INNO {get;set;} /// /// Desc:入库行项目 /// Default: /// Nullable:True /// public string F_INROWNO {get;set;} /// /// Desc:入库类型(1.离线 2.在线) /// Default: /// Nullable:True /// public int? F_INTYPE {get;set;} /// /// Desc:出库单号 /// Default: /// Nullable:True /// public string F_OUTNO {get;set;} /// /// Desc:出库行项目 /// Default: /// Nullable:True /// public string F_OUTROWNO {get;set;} /// /// Desc:出库锁定单据 /// Default: /// Nullable:True /// public string F_OUTLOCKONO {get;set;} /// /// Desc:出库类型 /// Default: /// Nullable:True /// public int? F_OUTTYPE {get;set;} /// /// Desc:出库锁定单据行 /// Default: /// Nullable:True /// public string F_OUTLOCKOROWNO {get;set;} /// /// Desc:来源单据 /// Default: /// Nullable:True /// public string F_FROMNO {get;set;} /// /// Desc:来源单据行项目 /// Default: /// Nullable:True /// public string F_FROMROWNO {get;set;} /// /// Desc:供应商编号 /// Default: /// Nullable:True /// public string F_SUPPLIERNO {get;set;} /// /// Desc:供应商名称 /// Default: /// Nullable:True /// public string F_SUPPLIERNAME {get;set;} /// /// Desc:客户编号 /// Default: /// Nullable:True /// public string F_CUSTOMERNO {get;set;} /// /// Desc:客户名称 /// Default: /// Nullable:True /// public string F_CUSTOMERNAME {get;set;} /// /// Desc:盘点单号 /// Default: /// Nullable:True /// public string F_COUNTNO {get;set;} /// /// Desc:盘点行项目 /// Default: /// Nullable:True /// public string F_COUNTROWNO {get;set;} /// /// Desc:盘点用户编号 /// Default: /// Nullable:True /// public string F_COUNTUSERNO {get;set;} /// /// Desc:盘点最后一次时间 /// Default: /// Nullable:False /// public DateTime F_COUNTTIME {get;set;} /// /// Desc:创建用户 /// Default: /// Nullable:False /// public string F_ADDUSERNO {get;set;} /// /// Desc:创建时间 /// Default: /// Nullable:False /// public DateTime F_ADDTIME {get;set;} /// /// Desc:编辑用户 /// Default: /// Nullable:False /// public string F_EDITUSERNO {get;set;} /// /// Desc:编辑时间 /// Default: /// Nullable:False /// public DateTime F_EDITTIME {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string F_DEFINE01 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string F_DEFINE02 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string F_DEFINE03 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string F_DEFINE04 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string F_DEFINE05 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string F_DEFINE06 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string F_DEFINE07 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string F_DEFINE08 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string F_DEFINE09 {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string F_DEFINE10 {get;set;} } }