using System; using System.Linq; using System.Text; using SqlSugar; namespace MyCode.Project.Domain.Model { /// ///出库单主表 /// [SugarTable("StorageGoodsDocOutHead")] public partial class StorageGoodsDocOutHead { public StorageGoodsDocOutHead(){ } /// /// Desc:出库单ID /// Default: /// Nullable:True /// public long? RecId {get;set;} /// /// Desc:出库单号 /// Default: /// Nullable:True /// public string GoodsdocNo {get;set;} /// /// Desc:上游单据号(关联单号) /// Default: /// Nullable:True /// public string BillNo {get;set;} /// /// Desc:出库时间 /// Default: /// Nullable:True /// public string InOutDate {get;set;} /// /// Desc:创建时间 /// Default: /// Nullable:True /// public string GmtCreate {get;set;} /// /// Desc:出入库类型(201-销售出库 202调拨出库 204-其他出库 205采购退货 206生产领料 207组装拆卸出库 208翻新出库 209报废出库 210残次品出库 211倒冲领料 212 包材出库 215维修还厂 299可用库存修正 231成本调整出库) /// Default: /// Nullable:True /// public int? Inouttype {get;set;} /// /// Desc:出入库类型名称(201-销售出库 202调拨出库 204-其他出库 205采购退货 206生产领料 207组装拆卸出库 208翻新出库 209报废出库 210残次品出库 211倒冲领料 212 包材出库 215维修还厂 299可用库存修正 231成本调整出库) /// Default: /// Nullable:True /// public string InouttypeName {get;set;} /// /// Desc:往来单位名称 /// Default: /// Nullable:True /// public string VendCustomerName {get;set;} /// /// Desc:币种编号 /// Default: /// Nullable:True /// public string CurrencyCode {get;set;} /// /// Desc:币种汇率 /// Default: /// Nullable:True /// public decimal? CurrencyRate {get;set;} /// /// Desc:业务员名字 /// Default: /// Nullable:True /// public string UserName {get;set;} /// /// Desc:仓库编号 /// Default: /// Nullable:True /// public string WarehouseCode {get;set;} /// /// Desc:仓库名字 /// Default: /// Nullable:True /// public string WarehouseName {get;set;} /// /// Desc:备注 /// Default: /// Nullable:True /// public string Comment {get;set;} /// /// Desc:收货备注 /// Default: /// Nullable:True /// public string Memo {get;set;} /// /// Desc:物流公司 /// Default: /// Nullable:True /// public string LogisticName {get;set;} /// /// Desc:物流单号 /// Default: /// Nullable:True /// public string LogisticNo {get;set;} /// /// Desc:公司id /// Default: /// Nullable:True /// public long? CompanyId {get;set;} /// /// Desc:公司名称 /// Default: /// Nullable:True /// public string CompanyName {get;set;} /// /// Desc:物流类型1-普通快递 2-上门自提 3-门店配送5-无需配送 6-线下配送 /// Default: /// Nullable:True /// public string LogisticType {get;set;} /// /// Desc:物流公司编码 /// Default: /// Nullable:True /// public string LogisticCode {get;set;} /// /// Desc:出库原因 /// Default: /// Nullable:True /// public string InOutReason {get;set;} /// /// Desc:来源单号 /// Default: /// Nullable:True /// public string SourceBillNo {get;set;} /// /// Desc:渠道ID /// Default: /// Nullable:True /// public long? ChannelId {get;set;} /// /// Desc:渠道编号 /// Default: /// Nullable:True /// public string ChannelCode {get;set;} /// /// Desc:渠道名称 /// Default: /// Nullable:True /// public string ChannelName {get;set;} /// /// Desc:红冲状态:1蓝单(未红冲);2被冲蓝单;9红冲单 /// Default: /// Nullable:True /// public byte? RedStatus {get;set;} /// /// Desc:自定义字段1 /// Default: /// Nullable:True /// public string Field1 {get;set;} /// /// Desc:自定义字段2 /// Default: /// Nullable:True /// public string Field2 {get;set;} /// /// Desc:自定义字段3 /// Default: /// Nullable:True /// public string Field3 {get;set;} /// /// Desc:自定义字段4 /// Default: /// Nullable:True /// public string Field4 {get;set;} /// /// Desc:自定义字段5 /// Default: /// Nullable:True /// public string Field5 {get;set;} /// /// Desc:财务状态:1:未成本计算;11部分成本计算;21:已成本计算;25已财务记账;31不成本计算 /// Default: /// Nullable:True /// public byte? FinanceBillStatus {get;set;} /// /// Desc:往来单位的id /// Default: /// Nullable:True /// public string VendCustomerId {get;set;} /// /// Desc:申请人部门id /// Default: /// Nullable:True /// public long? ApplyDepartId {get;set;} /// /// Desc:申请人部门名称 /// Default: /// Nullable:True /// public string ApplyDepartName {get;set;} /// /// Desc:外部单号 /// Default: /// Nullable:True /// public string OutBillNo {get;set;} /// /// Desc:最近修改时间 /// Default: /// Nullable:True /// public string GmtModified {get;set;} /// /// Desc:申请人部门编号 /// Default: /// Nullable:True /// public string DepartCode {get;set;} /// /// Desc:申请人公司名称 /// Default: /// Nullable:True /// public string ApplyCompanyName {get;set;} /// /// Desc:申请人公司编号 /// Default: /// Nullable:True /// public string ApplyCompanyCode {get;set;} /// /// Desc:申请人公司id /// Default: /// Nullable:True /// public long? ApplyCompanyId {get;set;} /// /// Desc:申请人id /// Default: /// Nullable:True /// public long? ApplyUserId {get;set;} /// /// Desc:申请人名称 /// Default: /// Nullable:True /// public string ApplyUserName {get;set;} /// /// Desc:公司编号 /// Default: /// Nullable:True /// public string CompanyCode {get;set;} /// /// Desc:发件公司名称 /// Default: /// Nullable:True /// public string SendCompanyName {get;set;} /// /// Desc:发件人 /// Default: /// Nullable:True /// public string Send {get;set;} /// /// Desc:发件人电话 /// Default: /// Nullable:True /// public string SendTel {get;set;} /// /// Desc:发件人手机号 /// Default: /// Nullable:True /// public string SendPhone {get;set;} /// /// Desc:发件人邮箱 /// Default: /// Nullable:True /// public string SendEmail {get;set;} /// /// Desc:发件人国家 /// Default: /// Nullable:True /// public string SendCountryName {get;set;} /// /// Desc:发件人省 /// Default: /// Nullable:True /// public string SendProvinceName {get;set;} /// /// Desc:发件人市 /// Default: /// Nullable:True /// public string SendCityName {get;set;} /// /// Desc:发件人镇,区 /// Default: /// Nullable:True /// public string SendTownName {get;set;} /// /// Desc:发件人街道 /// Default: /// Nullable:True /// public string SendStreetName {get;set;} /// /// Desc:发件人详细地址 /// Default: /// Nullable:True /// public string SendAddress {get;set;} /// /// Desc:收件公司名称 /// Default: /// Nullable:True /// public string ReceiveCompanyName {get;set;} /// /// Desc:收件人 /// Default: /// Nullable:True /// public string Receive {get;set;} /// /// Desc:收件人电话 /// Default: /// Nullable:True /// public string ReceiveTel {get;set;} /// /// Desc:收件人手机号 /// Default: /// Nullable:True /// public string ReceivePhone {get;set;} /// /// Desc:收件人邮箱 /// Default: /// Nullable:True /// public string ReceiveEmail {get;set;} /// /// Desc:收件人国家 /// Default: /// Nullable:True /// public string ReceiveCountryName {get;set;} /// /// Desc:收件人省 /// Default: /// Nullable:True /// public string ReceiveProvinceName {get;set;} /// /// Desc:收件人市 /// Default: /// Nullable:True /// public string ReceiveCityName {get;set;} /// /// Desc:收件人镇,区 /// Default: /// Nullable:True /// public string ReceiveTownName {get;set;} /// /// Desc:收件人街道 /// Default: /// Nullable:True /// public string ReceiveStreetName {get;set;} /// /// Desc:收件人详细地址 /// Default: /// Nullable:True /// public string ReceiveAddress {get;set;} /// /// Desc:自定义字段6 /// Default: /// Nullable:True /// public string Field6 {get;set;} /// /// Desc:自定义字段7 /// Default: /// Nullable:True /// public string Field7 {get;set;} /// /// Desc:自定义字段8 /// Default: /// Nullable:True /// public string Field8 {get;set;} /// /// Desc:自定义字段9 /// Default: /// Nullable:True /// public string Field9 {get;set;} /// /// Desc:自定义字段10 /// Default: /// Nullable:True /// public string Field10 {get;set;} /// /// Desc:创建时间 /// Default:DateTime.Now /// Nullable:False /// public DateTime CreateTime {get;set;} /// /// Desc:更新时间 /// Default: /// Nullable:True /// public DateTime? UpdateTime {get;set;} /// /// Desc: /// Default: /// Nullable:False /// [SugarColumn(IsPrimaryKey=true)] public Guid Id {get;set;} /// /// Desc:0=未处理 1=已合并 2=已推送 /// Default:0 /// Nullable:True /// public int? Status {get;set;} } }