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.

255 lines
7.3 KiB
C#

using FreeSql.DatabaseModel;using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Newtonsoft.Json;
using FreeSql.DataAnnotations;
namespace djy.Model {
[JsonObject(MemberSerialization.OptIn), Table(Name = "wms_in", DisableSyncStructure = true)]
public partial class WmsIn {
[JsonProperty, Column(DbType = "varchar(100)", IsPrimary = true, IsNullable = false)]
public string GID { get; set; } = Guid.NewGuid().ToString().ToUpper();
[JsonProperty, Column(DbType = "numeric(18,2)")]
public decimal? APFEE { get; set; } = 0.00M;
[JsonProperty, Column(DbType = "varchar(50)")]
public string AREACODE { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string AREANAME { get; set; }
[JsonProperty, Column(DbType = "numeric(18,2)")]
public decimal? ARFEE { get; set; } = 0.00M;
[JsonProperty, Column(DbType = "varchar(100)")]
public string ASSOCIATEDNO { get; set; }
[JsonProperty, Column(DbType = "numeric(18,2)")]
public decimal? BANKVALUE { get; set; } = 0M;
[JsonProperty, Column(DbType = "varchar(30)")]
public string BLNO { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string BSNO { get; set; }
[JsonProperty, Column(DbType = "varchar(10)")]
public string CHARGEUNIT { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string CHEDUIID { get; set; }
[JsonProperty]
public double CHIMA1 { get; set; } = 0d;
[JsonProperty]
public double CHIMA2 { get; set; } = 0d;
[JsonProperty, Column(DbType = "varchar(20)")]
public string CLIENTCODE { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string CLIENTCODEOLD { get; set; } = "";
[JsonProperty, Column(DbType = "varchar(20)")]
public string CLIENTNAME { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string CLIENTNAMEOLD { get; set; } = "";
[JsonProperty, Column(DbType = "varchar(30)")]
public string CNTRNO { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string CONTRACTNO { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string CORPID { get; set; } = "";
[JsonProperty, Column(DbType = "varchar(3)")]
public string COUNTRYID { get; set; } = "";
[JsonProperty, Column(InsertValueSql = "getdate()")]
public DateTime? CREATETIME { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string CREATEUSER { get; set; }
[JsonProperty, Column(DbType = "varchar(10)")]
public string CTNALL { get; set; } = "";
[JsonProperty]
public DateTime? DELETETIME { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string DELETEUSER { get; set; }
[JsonProperty]
public double DIAOTOUFEI { get; set; } = 0d;
[JsonProperty]
public double DIAOZHUANGFEI { get; set; } = 0d;
[JsonProperty, Column(InsertValueSql = "getdate()")]
public DateTime? DODATE { get; set; }
[JsonProperty]
public int? FREESTORAGEPERIOD { get; set; } = 0;
[JsonProperty, Column(DbType = "varchar(50)")]
public string GOODSCODE { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string GOODSGRADE { get; set; } = "";
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal? GOODSKGS { get; set; } = 0M;
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal? GOODSLENGTH { get; set; } = 0M;
[JsonProperty, Column(DbType = "varchar(100)")]
public string GOODSMODEL { get; set; }
[JsonProperty, Column(DbType = "varchar(200)")]
public string GOODSNAME { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string GOODSNAMEID { get; set; }
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal? GOODSPACK { get; set; }
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal? GOODSPACKACTUAL { get; set; } = 0M;
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal? GOODSPACKSTOCK { get; set; } = 0M;
[JsonProperty, Column(DbType = "numeric(18,6)")]
public decimal? GOODSRKSL { get; set; } = 0M;
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal? GOODSRKSLACTUAL { get; set; } = 0M;
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal? GOODSSLICE { get; set; } = 0M;
[JsonProperty, Column(DbType = "varchar(100)")]
public string GOODSSTANDARD { get; set; }
[JsonProperty, Column(DbType = "numeric(18,6)")]
public decimal? GOODSSTOCK { get; set; } = 0M;
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal? GOODSTHICKNESS { get; set; } = 0M;
[JsonProperty, Column(DbType = "varchar(50)")]
public string GOODSTYPE { get; set; }
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal? GOODSWIDTH { get; set; } = 0M;
[JsonProperty]
public bool? ISCHANGE { get; set; } = false;
[JsonProperty]
public bool? ISDELETE { get; set; } = false;
[JsonProperty]
public bool? ISLOCK { get; set; } = false;
[JsonProperty]
public bool ISLOCK2 { get; set; } = false;
[JsonProperty]
public bool? ISVOU { get; set; }
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal JIANSHU1 { get; set; } = 0M;
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal JIANSHU2 { get; set; } = 0M;
[JsonProperty, Column(DbType = "varchar(20)")]
public string KINDPKGS { get; set; }
[JsonProperty]
public int? LINENUM { get; set; } = 0;
[JsonProperty]
public DateTime? LOCKTIME { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string LOCKUSER { get; set; }
[JsonProperty]
public double LUYUNFEI { get; set; } = 0d;
[JsonProperty, Column(DbType = "numeric(18,2)")]
public decimal? MARKETVALUE { get; set; } = 0M;
[JsonProperty, Column(InsertValueSql = "getdate()")]
public DateTime? MODIFIEDTIME { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string MODIFIEDUSER { get; set; }
[JsonProperty, Column(DbType = "varchar(200)", IsNullable = false)]
public string PICIHAO { get; set; } = "";
[JsonProperty, Column(DbType = "varchar(1024)")]
public string REMARK { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string SEALNO { get; set; }
[JsonProperty]
public double SHIJICHIMA { get; set; } = 0d;
[JsonProperty]
public double SHIJIZHONGLIANG { get; set; } = 0d;
[JsonProperty, Column(DbType = "varchar(50)")]
public string STACKLOCATION { get; set; } = "";
[JsonProperty, Column(DbType = "varchar(50)")]
public string STORAGECODE { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string STORAGENAME { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string TRUCKNO { get; set; }
[JsonProperty, Column(DbType = "varchar(12)")]
public string VOUNO { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string XIANGHAO2 { get; set; }
[JsonProperty]
public double XIUXIXIANGFEI { get; set; } = 0d;
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal ZHONGLIANG2 { get; set; } = 0M;
[JsonProperty, Column(DbType = "varchar(20)")]
public string ZhuangXieFeeType { get; set; } = "";
[JsonProperty, Column(DbType = "numeric(18,2)")]
public decimal ZhuangXieFei { get; set; } = 0M;
[JsonProperty, Column(DbType = "varchar(100)")]
public string ZHUANGXIEGONGID { get; set; }
}
}