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.
258 lines
6.9 KiB
C#
258 lines
6.9 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 = "VW_cw_vouchers_vouitems", DisableSyncStructure = true)]
|
|
public partial class VWCwVouchersVouitems {
|
|
|
|
[JsonProperty, Column(DbType = "varchar(500)")]
|
|
public string ACCALL { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string ACCDATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(16)")]
|
|
public string ACCID { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(2)")]
|
|
public string ACCMONTH { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string ACCNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(4)")]
|
|
public string ACCYEAR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(18,2)")]
|
|
public decimal? AMTCR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(18,2)")]
|
|
public decimal? AMTDR { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? ATTACHS { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(30)", IsNullable = false)]
|
|
public string BLNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string CarryOverType { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(150)", IsNullable = false)]
|
|
public string CHECKED { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? CHECKEDTIME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string CORPACC { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(18)")]
|
|
public string CORPID { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(250)")]
|
|
public string CUSTOMERNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(2)")]
|
|
public string DC { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? DELETETIME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string DELETEUSER { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string DEPTACC { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string DEPTGID { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(18)")]
|
|
public string DEPTID { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)", IsNullable = false)]
|
|
public string DEPTNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string EMPLACC { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(18)")]
|
|
public string EMPLID { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string ENTERED { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(6)")]
|
|
public string ERRMSG { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(600)")]
|
|
public string EXPLAN { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string EXPVOUNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(8)", IsNullable = false)]
|
|
public string FCY { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(18,2)")]
|
|
public decimal? FCYCR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(18,2)")]
|
|
public decimal? FCYDR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(18,4)")]
|
|
public decimal? FCYEXRATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(8)")]
|
|
public string FCYNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string FIELD1 { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string FIELD10 { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string FIELD2 { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string FIELD3 { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string FIELD4 { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string FIELD5 { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string FIELD6 { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string FIELD7 { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string FIELD8 { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string FIELD9 { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string FSETTLCODE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string FSETTLENO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)", IsNullable = false)]
|
|
public string GID { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? GRADE { get; set; }
|
|
|
|
[JsonProperty]
|
|
public bool? ISCHECKED { get; set; }
|
|
|
|
[JsonProperty]
|
|
public bool? ISCORPACC { get; set; }
|
|
|
|
[JsonProperty]
|
|
public bool? ISDELETE { get; set; }
|
|
|
|
[JsonProperty]
|
|
public bool? ISDEPTACC { get; set; }
|
|
|
|
[JsonProperty]
|
|
public bool? ISEMPLACC { get; set; }
|
|
|
|
[JsonProperty]
|
|
public bool? ISEXPORT { get; set; }
|
|
|
|
[JsonProperty]
|
|
public bool? ISFCY { get; set; }
|
|
|
|
[JsonProperty]
|
|
public bool? ISITEMACC { get; set; }
|
|
|
|
[JsonProperty]
|
|
public bool? ISSYS { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string ITEMACC { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string ITEMGID { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string ITEMID { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)", IsNullable = false)]
|
|
public string ITEMNAME { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? ITEMNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(30)")]
|
|
public string MBLNO { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? MODIFIEDTIME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string MODIFIEDUSER { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)", IsNullable = false)]
|
|
public string ORDNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(16)")]
|
|
public string PACCID { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? PITEMID { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string PREPARED { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? PROPERTY { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(1)")]
|
|
public string QTY { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(18,2)")]
|
|
public decimal? QTYCR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(18,2)")]
|
|
public decimal? QTYDR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string QTYUNIT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)", IsNullable = false)]
|
|
public string SALE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(8)")]
|
|
public string VKNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(16)", IsNullable = false)]
|
|
public string VOUALLNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "char(10)")]
|
|
public string VOUDATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(16)", IsNullable = false)]
|
|
public string VOUNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(1)")]
|
|
public string VOUPROP { get; set; }
|
|
|
|
}
|
|
|
|
}
|