| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132 |
- using Core.Mes.Client.Comm.Attribute;
- using Newtonsoft.Json;
- using System;
- using System.ComponentModel;
- namespace Core.StlMes.Client.Qcm.model
- {
- /// <summary>
- /// 数据库表COM_BASE_SUPP所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/)
- /// 作者:tgcx-test 时间:2016-08-16
- /// </summary>
- public class ComBaseSuppEntity
- {
- /// <summary>
- /// 供应商代码
- /// </summary>
- private string suppCode = "";
- /// <summary>
- /// 供应商名称
- /// </summary>
- private string suppName = "";
- /// <summary>
- /// 组织机构代码
- /// </summary>
- private string orgCode = "";
- /// <summary>
- /// 供应商中文简称
- /// </summary>
- private string suppShortName = "";
- /// <summary>
- /// 供应商税号/标识
- /// </summary>
- private string suppTaxId = "";
- /// <summary>
- /// 供应商公司性质
- /// </summary>
- private string suppCharacter = "";
- /// <summary>
- /// 供应商法人
- /// </summary>
- private string suppRegistrarName = "";
- /// <summary>
- /// 供应商国家
- /// </summary>
- private string suppNationality = "";
- /// <summary>
- /// 供应商省份
- /// </summary>
- private string suppProvince = "";
- /// <summary>
- /// 供应商城市
- /// </summary>
- private string suppCity = "";
- /// <summary>
- /// 供应商办公省份
- /// </summary>
- private string suppOfficeProvince = "";
- /// <summary>
- /// 供应商生效日期
- /// </summary>
- private string suppStartDate = "";
- /// <summary>
- /// 供应商失效日期
- /// </summary>
- private string suppEndDate = "";
- /// <summary>
- /// 供应商税号生效日期
- /// </summary>
- private string suppTaxStartDate = "";
- /// <summary>
- /// 供应商税号失效日期
- /// </summary>
- private string suppTaxEndDate = "";
- /// <summary>
- /// 供应商营业执照号码
- /// </summary>
- private string suppLicNum = "";
- /// <summary>
- /// 供应商营业执照生效日期
- /// </summary>
- private string suppLicStartDate = "";
- /// <summary>
- /// 供应商营业执照失效日期
- /// </summary>
- private string suppLicEndDate = "";
- /// <summary>
- /// 供应商经营范围
- /// </summary>
- private string suppOperateScope = "";
- /// <summary>
- /// 是否内部供应商
- /// </summary>
- private string suppIsInternal = "";
- /// <summary>
- /// 是否供应商
- /// </summary>
- private string suppIsSupplier = "";
- /// <summary>
- /// 是否检修供应商
- /// </summary>
- private string suppIsMaintenancer = "";
- /// <summary>
- /// 是否制造商
- /// </summary>
- private string suppIsManufacturer = "";
- /// <summary>
- /// 是否子公司
- /// </summary>
- private string suppIsSubCompany = "";
- /// <summary>
- /// 供应商行业类型
- /// </summary>
- private string suppIndustryType = "";
- /// <summary>
- /// 供应商网址
- /// </summary>
- private string suppWebsite = "";
- /// <summary>
- /// 供应商注册资金
- /// </summary>
- private decimal? suppRegCapital = null;
- /// <summary>
- /// 供应商注册币种
- /// </summary>
- private string suppRegCapCurrency = "";
- /// <summary>
- /// 供应商评定等级
- /// </summary>
- private string suppPerGrade = "";
- /// <summary>
- /// 供应商合作关系等级
- /// </summary>
- private string suppRelationGrade = "";
- /// <summary>
- /// 供应商地址
- /// </summary>
- private string suppAddress = "";
- /// <summary>
- /// 供应商地址邮编
- /// </summary>
- private string suppAddPostal = "";
- /// <summary>
- /// 供应商联系人名称
- /// </summary>
- private string supplierLinkMan = "";
- /// <summary>
- /// 供应商联系人传真
- /// </summary>
- private string suppContactFax = "";
- /// <summary>
- /// 供应商联系人电话
- /// </summary>
- private string suppContactTel = "";
- /// <summary>
- /// 供应商联系人EMAIL
- /// </summary>
- private string suppContactEmail = "";
- /// <summary>
- /// 供应商联系人手机
- /// </summary>
- private string suppContactCellPhone = "";
- /// <summary>
- /// 供应商联系人职务
- /// </summary>
- private string suppContactTitle = "";
- /// <summary>
- /// 供应商备注
- /// </summary>
- private string suppComment = "";
- /// <summary>
- /// 供应商信用等级
- /// </summary>
- private string suppCreditRate = "";
- /// <summary>
- /// 管理部门代码
- /// </summary>
- private string mentDeptCode = "";
- /// <summary>
- /// 管理部门描叙
- /// </summary>
- private string mentDeptDesc = "";
- /// <summary>
- /// 管理科室代码
- /// </summary>
- private string mentUnitCode = "";
- /// <summary>
- /// 管理科室描叙
- /// </summary>
- private string mentUnitDesc = "";
- /// <summary>
- /// 采购管理部门代码
- /// </summary>
- private string buyerDeptCode = "";
- /// <summary>
- /// 采购管理部门描叙
- /// </summary>
- private string buyerDeptDesc = "";
- /// <summary>
- /// 采购管理科室代码
- /// </summary>
- private string buyerUnitCode = "";
- /// <summary>
- /// 采购管理科室描叙
- /// </summary>
- private string buyerUnitDesc = "";
- /// <summary>
- /// 状态(1:未生效 2:审批中 3:已审批 4:已生效)
- /// </summary>
- private string status = "";
- /// <summary>
- /// 数据状态(有效、无效)
- /// </summary>
- private string validflag = "";
- /// <summary>
- /// 创建人
- /// </summary>
- private string createName = "";
- /// <summary>
- /// 创建时间
- /// </summary>
- private string createTime = "";
- /// <summary>
- /// 修改人
- /// </summary>
- private string updateName = "";
- /// <summary>
- /// 修改时间
- /// </summary>
- private string updateTime = "";
- /// <summary>
- /// 废除人
- /// </summary>
- private string deleteName = "";
- /// <summary>
- /// 废除时间
- /// </summary>
- private string deleteTime = "";
- /// <summary>
- /// "是否暂挂1:暂挂 0:正常
- /// </summary>
- private string suspendStatus = "";
- /// <summary>
- /// 创建人ID
- /// </summary>
- private string createUserid = "";
- /// <summary>
- /// 修改人ID
- /// </summary>
- private string updateUserid = "";
- /// <summary>
- /// 废除人ID
- /// </summary>
- private string deleteUserid = "";
- /// <summary>
- /// 登录密码(供应商管理中心)
- /// </summary>
- private string password = "";
- /// <summary>
- /// 税率(%)(默认17%)
- /// </summary>
- private string suppTaxRate = "";
- /// <summary>
- /// 供应商国家编码
- /// </summary>
- private string suppNationalityCode = "";
- /// <summary>
- /// 供应商省份编码
- /// </summary>
- private string suppProvinceCode = "";
- /// <summary>
- /// 供应商办公省份编码
- /// </summary>
- private string suppOfficeProvinceCode = "";
- private String suppType = "";
- /// <summary>
- /// 供应商代码
- /// </summary>
- [Description("供应商代码")]
- [Nullable(false)]
- [DataLength(64)]
- [JsonProperty("suppCode")]
- public string SuppCode
- {
- get { return suppCode; }
- set { suppCode = value; }
- }
- /// <summary>
- /// 供应商名称
- /// </summary>
- [Description("供应商名称")]
- [Nullable(false)]
- [DataLength(256)]
- [JsonProperty("suppName")]
- public string SuppName
- {
- get { return suppName; }
- set { suppName = value; }
- }
- /// <summary>
- /// 组织机构代码
- /// </summary>
- [Description("组织机构代码")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("orgCode")]
- public string OrgCode
- {
- get { return orgCode; }
- set { orgCode = value; }
- }
- /// <summary>
- /// 供应商中文简称
- /// </summary>
- [Description("供应商中文简称")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("suppShortName")]
- public string SuppShortName
- {
- get { return suppShortName; }
- set { suppShortName = value; }
- }
- /// <summary>
- /// 供应商税号/标识
- /// </summary>
- [Description("供应商税号/标识")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("suppTaxId")]
- public string SuppTaxId
- {
- get { return suppTaxId; }
- set { suppTaxId = value; }
- }
- /// <summary>
- /// 供应商公司性质
- /// </summary>
- [Description("供应商公司性质")]
- [Nullable(true)]
- [DataLength(64)]
- [JsonProperty("suppCharacter")]
- public string SuppCharacter
- {
- get { return suppCharacter; }
- set { suppCharacter = value; }
- }
- /// <summary>
- /// 供应商法人
- /// </summary>
- [Description("供应商法人")]
- [Nullable(true)]
- [DataLength(64)]
- [JsonProperty("suppRegistrarName")]
- public string SuppRegistrarName
- {
- get { return suppRegistrarName; }
- set { suppRegistrarName = value; }
- }
- /// <summary>
- /// 供应商国家
- /// </summary>
- [Description("供应商国家")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("suppNationality")]
- public string SuppNationality
- {
- get { return suppNationality; }
- set { suppNationality = value; }
- }
- /// <summary>
- /// 供应商省份
- /// </summary>
- [Description("供应商省份")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("suppProvince")]
- public string SuppProvince
- {
- get { return suppProvince; }
- set { suppProvince = value; }
- }
- /// <summary>
- /// 供应商城市
- /// </summary>
- [Description("供应商城市")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("suppCity")]
- public string SuppCity
- {
- get { return suppCity; }
- set { suppCity = value; }
- }
- /// <summary>
- /// 供应商办公省份
- /// </summary>
- [Description("供应商办公省份")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("suppOfficeProvince")]
- public string SuppOfficeProvince
- {
- get { return suppOfficeProvince; }
- set { suppOfficeProvince = value; }
- }
- /// <summary>
- /// 供应商生效日期
- /// </summary>
- [Description("供应商生效日期")]
- [Nullable(true)]
- [DataLength(14)]
- [JsonProperty("suppStartDate")]
- public string SuppStartDate
- {
- get { return suppStartDate; }
- set { suppStartDate = value; }
- }
- /// <summary>
- /// 供应商失效日期
- /// </summary>
- [Description("供应商失效日期")]
- [Nullable(true)]
- [DataLength(14)]
- [JsonProperty("suppEndDate")]
- public string SuppEndDate
- {
- get { return suppEndDate; }
- set { suppEndDate = value; }
- }
- /// <summary>
- /// 供应商税号生效日期
- /// </summary>
- [Description("供应商税号生效日期")]
- [Nullable(true)]
- [DataLength(14)]
- [JsonProperty("suppTaxStartDate")]
- public string SuppTaxStartDate
- {
- get { return suppTaxStartDate; }
- set { suppTaxStartDate = value; }
- }
- /// <summary>
- /// 供应商税号失效日期
- /// </summary>
- [Description("供应商税号失效日期")]
- [Nullable(true)]
- [DataLength(14)]
- [JsonProperty("suppTaxEndDate")]
- public string SuppTaxEndDate
- {
- get { return suppTaxEndDate; }
- set { suppTaxEndDate = value; }
- }
- /// <summary>
- /// 供应商营业执照号码
- /// </summary>
- [Description("供应商营业执照号码")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("suppLicNum")]
- public string SuppLicNum
- {
- get { return suppLicNum; }
- set { suppLicNum = value; }
- }
- /// <summary>
- /// 供应商营业执照生效日期
- /// </summary>
- [Description("供应商营业执照生效日期")]
- [Nullable(true)]
- [DataLength(14)]
- [JsonProperty("suppLicStartDate")]
- public string SuppLicStartDate
- {
- get { return suppLicStartDate; }
- set { suppLicStartDate = value; }
- }
- /// <summary>
- /// 供应商营业执照失效日期
- /// </summary>
- [Description("供应商营业执照失效日期")]
- [Nullable(true)]
- [DataLength(14)]
- [JsonProperty("suppLicEndDate")]
- public string SuppLicEndDate
- {
- get { return suppLicEndDate; }
- set { suppLicEndDate = value; }
- }
- /// <summary>
- /// 供应商经营范围
- /// </summary>
- [Description("供应商经营范围")]
- [Nullable(true)]
- [DataLength(1024)]
- [JsonProperty("suppOperateScope")]
- public string SuppOperateScope
- {
- get { return suppOperateScope; }
- set { suppOperateScope = value; }
- }
- /// <summary>
- /// 是否内部供应商
- /// </summary>
- [Description("是否内部供应商")]
- [Nullable(true)]
- [DataLength(1)]
- [JsonProperty("suppIsInternal")]
- public string SuppIsInternal
- {
- get { return suppIsInternal; }
- set { suppIsInternal = value; }
- }
- /// <summary>
- /// 是否供应商
- /// </summary>
- [Description("是否供应商")]
- [Nullable(true)]
- [DataLength(1)]
- [JsonProperty("suppIsSupplier")]
- public string SuppIsSupplier
- {
- get { return suppIsSupplier; }
- set { suppIsSupplier = value; }
- }
- /// <summary>
- /// 是否检修供应商
- /// </summary>
- [Description("是否检修供应商")]
- [Nullable(true)]
- [DataLength(1)]
- [JsonProperty("suppIsMaintenancer")]
- public string SuppIsMaintenancer
- {
- get { return suppIsMaintenancer; }
- set { suppIsMaintenancer = value; }
- }
- /// <summary>
- /// 是否制造商
- /// </summary>
- [Description("是否制造商")]
- [Nullable(true)]
- [DataLength(1)]
- [JsonProperty("suppIsManufacturer")]
- public string SuppIsManufacturer
- {
- get { return suppIsManufacturer; }
- set { suppIsManufacturer = value; }
- }
- /// <summary>
- /// 是否子公司
- /// </summary>
- [Description("是否子公司")]
- [Nullable(true)]
- [DataLength(1)]
- [JsonProperty("suppIsSubCompany")]
- public string SuppIsSubCompany
- {
- get { return suppIsSubCompany; }
- set { suppIsSubCompany = value; }
- }
- /// <summary>
- /// 供应商行业类型
- /// </summary>
- [Description("供应商行业类型")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("suppIndustryType")]
- public string SuppIndustryType
- {
- get { return suppIndustryType; }
- set { suppIndustryType = value; }
- }
- /// <summary>
- /// 供应商网址
- /// </summary>
- [Description("供应商网址")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("suppWebsite")]
- public string SuppWebsite
- {
- get { return suppWebsite; }
- set { suppWebsite = value; }
- }
- /// <summary>
- /// 供应商注册资金
- /// </summary>
- [Description("供应商注册资金")]
- [Nullable(true)]
- [DataLength(22)]
- [JsonProperty("suppRegCapital")]
- public decimal? SuppRegCapital
- {
- get { return suppRegCapital; }
- set { suppRegCapital = value; }
- }
- /// <summary>
- /// 供应商注册币种
- /// </summary>
- [Description("供应商注册币种")]
- [Nullable(true)]
- [DataLength(64)]
- [JsonProperty("suppRegCapCurrency")]
- public string SuppRegCapCurrency
- {
- get { return suppRegCapCurrency; }
- set { suppRegCapCurrency = value; }
- }
- /// <summary>
- /// 供应商评定等级
- /// </summary>
- [Description("供应商评定等级")]
- [Nullable(true)]
- [DataLength(32)]
- [JsonProperty("suppPerGrade")]
- public string SuppPerGrade
- {
- get { return suppPerGrade; }
- set { suppPerGrade = value; }
- }
- /// <summary>
- /// 供应商合作关系等级
- /// </summary>
- [Description("供应商合作关系等级")]
- [Nullable(true)]
- [DataLength(64)]
- [JsonProperty("suppRelationGrade")]
- public string SuppRelationGrade
- {
- get { return suppRelationGrade; }
- set { suppRelationGrade = value; }
- }
- /// <summary>
- /// 供应商地址
- /// </summary>
- [Description("供应商地址")]
- [Nullable(true)]
- [DataLength(512)]
- [JsonProperty("suppAddress")]
- public string SuppAddress
- {
- get { return suppAddress; }
- set { suppAddress = value; }
- }
- /// <summary>
- /// 供应商地址邮编
- /// </summary>
- [Description("供应商地址邮编")]
- [Nullable(true)]
- [DataLength(32)]
- [JsonProperty("suppAddPostal")]
- public string SuppAddPostal
- {
- get { return suppAddPostal; }
- set { suppAddPostal = value; }
- }
- /// <summary>
- /// 供应商联系人名称
- /// </summary>
- [Description("供应商联系人名称")]
- [Nullable(true)]
- [DataLength(50)]
- [JsonProperty("supplierLinkMan")]
- public string SupplierLinkMan
- {
- get { return supplierLinkMan; }
- set { supplierLinkMan = value; }
- }
- /// <summary>
- /// 供应商联系人传真
- /// </summary>
- [Description("供应商联系人传真")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("suppContactFax")]
- public string SuppContactFax
- {
- get { return suppContactFax; }
- set { suppContactFax = value; }
- }
- /// <summary>
- /// 供应商联系人电话
- /// </summary>
- [Description("供应商联系人电话")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("suppContactTel")]
- public string SuppContactTel
- {
- get { return suppContactTel; }
- set { suppContactTel = value; }
- }
- /// <summary>
- /// 供应商联系人EMAIL
- /// </summary>
- [Description("供应商联系人EMAIL")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("suppContactEmail")]
- public string SuppContactEmail
- {
- get { return suppContactEmail; }
- set { suppContactEmail = value; }
- }
- /// <summary>
- /// 供应商联系人手机
- /// </summary>
- [Description("供应商联系人手机")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("suppContactCellPhone")]
- public string SuppContactCellPhone
- {
- get { return suppContactCellPhone; }
- set { suppContactCellPhone = value; }
- }
- /// <summary>
- /// 供应商联系人职务
- /// </summary>
- [Description("供应商联系人职务")]
- [Nullable(true)]
- [DataLength(256)]
- [JsonProperty("suppContactTitle")]
- public string SuppContactTitle
- {
- get { return suppContactTitle; }
- set { suppContactTitle = value; }
- }
- /// <summary>
- /// 供应商备注
- /// </summary>
- [Description("供应商备注")]
- [Nullable(true)]
- [DataLength(1024)]
- [JsonProperty("suppComment")]
- public string SuppComment
- {
- get { return suppComment; }
- set { suppComment = value; }
- }
- /// <summary>
- /// 供应商信用等级
- /// </summary>
- [Description("供应商信用等级")]
- [Nullable(true)]
- [DataLength(32)]
- [JsonProperty("suppCreditRate")]
- public string SuppCreditRate
- {
- get { return suppCreditRate; }
- set { suppCreditRate = value; }
- }
- /// <summary>
- /// 管理部门代码
- /// </summary>
- [Description("管理部门代码")]
- [Nullable(true)]
- [DataLength(10)]
- [JsonProperty("mentDeptCode")]
- public string MentDeptCode
- {
- get { return mentDeptCode; }
- set { mentDeptCode = value; }
- }
- /// <summary>
- /// 管理部门描叙
- /// </summary>
- [Description("管理部门描叙")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("mentDeptDesc")]
- public string MentDeptDesc
- {
- get { return mentDeptDesc; }
- set { mentDeptDesc = value; }
- }
- /// <summary>
- /// 管理科室代码
- /// </summary>
- [Description("管理科室代码")]
- [Nullable(true)]
- [DataLength(10)]
- [JsonProperty("mentUnitCode")]
- public string MentUnitCode
- {
- get { return mentUnitCode; }
- set { mentUnitCode = value; }
- }
- /// <summary>
- /// 管理科室描叙
- /// </summary>
- [Description("管理科室描叙")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("mentUnitDesc")]
- public string MentUnitDesc
- {
- get { return mentUnitDesc; }
- set { mentUnitDesc = value; }
- }
- /// <summary>
- /// 采购管理部门代码
- /// </summary>
- [Description("采购管理部门代码")]
- [Nullable(true)]
- [DataLength(10)]
- [JsonProperty("buyerDeptCode")]
- public string BuyerDeptCode
- {
- get { return buyerDeptCode; }
- set { buyerDeptCode = value; }
- }
- /// <summary>
- /// 采购管理部门描叙
- /// </summary>
- [Description("采购管理部门描叙")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("buyerDeptDesc")]
- public string BuyerDeptDesc
- {
- get { return buyerDeptDesc; }
- set { buyerDeptDesc = value; }
- }
- /// <summary>
- /// 采购管理科室代码
- /// </summary>
- [Description("采购管理科室代码")]
- [Nullable(true)]
- [DataLength(10)]
- [JsonProperty("buyerUnitCode")]
- public string BuyerUnitCode
- {
- get { return buyerUnitCode; }
- set { buyerUnitCode = value; }
- }
- /// <summary>
- /// 采购管理科室描叙
- /// </summary>
- [Description("采购管理科室描叙")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("buyerUnitDesc")]
- public string BuyerUnitDesc
- {
- get { return buyerUnitDesc; }
- set { buyerUnitDesc = value; }
- }
- /// <summary>
- /// 状态(1:未生效 2:审批中 3:已审批 4:已生效)
- /// </summary>
- [Description("状态(1:未生效 2:审批中 3:已审批 4:已生效)")]
- [Nullable(true)]
- [DataLength(1)]
- [JsonProperty("status")]
- public string Status
- {
- get { return status; }
- set { status = value; }
- }
- /// <summary>
- /// 数据状态(有效、无效)
- /// </summary>
- [Description("数据状态(有效、无效)")]
- [Nullable(true)]
- [DataLength(1)]
- [JsonProperty("validflag")]
- public string Validflag
- {
- get { return validflag; }
- set { validflag = value; }
- }
- /// <summary>
- /// 创建人
- /// </summary>
- [Description("创建人")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("createName")]
- public string CreateName
- {
- get { return createName; }
- set { createName = value; }
- }
- /// <summary>
- /// 创建时间
- /// </summary>
- [Description("创建时间")]
- [Nullable(true)]
- [JsonProperty("createTime")]
- public string CreateTime
- {
- get { return createTime; }
- set { createTime = value; }
- }
- /// <summary>
- /// 修改人
- /// </summary>
- [Description("修改人")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("updateName")]
- public string UpdateName
- {
- get { return updateName; }
- set { updateName = value; }
- }
- /// <summary>
- /// 修改时间
- /// </summary>
- [Description("修改时间")]
- [Nullable(true)]
- [JsonProperty("updateTime")]
- public string UpdateTime
- {
- get { return updateTime; }
- set { updateTime = value; }
- }
- /// <summary>
- /// 废除人
- /// </summary>
- [Description("废除人")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("deleteName")]
- public string DeleteName
- {
- get { return deleteName; }
- set { deleteName = value; }
- }
- /// <summary>
- /// 废除时间
- /// </summary>
- [Description("废除时间")]
- [Nullable(true)]
- [JsonProperty("deleteTime")]
- public string DeleteTime
- {
- get { return deleteTime; }
- set { deleteTime = value; }
- }
- /// <summary>
- /// "是否暂挂1:暂挂 0:正常
- /// </summary>
- [Description("\"是否暂挂1:暂挂 0:正常")]
- [Nullable(true)]
- [DataLength(1)]
- [JsonProperty("suspendStatus")]
- public string SuspendStatus
- {
- get { return suspendStatus; }
- set { suspendStatus = value; }
- }
- /// <summary>
- /// 创建人ID
- /// </summary>
- [Description("创建人ID")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("createUserid")]
- public string CreateUserid
- {
- get { return createUserid; }
- set { createUserid = value; }
- }
- /// <summary>
- /// 修改人ID
- /// </summary>
- [Description("修改人ID")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("updateUserid")]
- public string UpdateUserid
- {
- get { return updateUserid; }
- set { updateUserid = value; }
- }
- /// <summary>
- /// 废除人ID
- /// </summary>
- [Description("废除人ID")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("deleteUserid")]
- public string DeleteUserid
- {
- get { return deleteUserid; }
- set { deleteUserid = value; }
- }
- /// <summary>
- /// 登录密码(供应商管理中心)
- /// </summary>
- [Description("登录密码(供应商管理中心)")]
- [Nullable(true)]
- [DataLength(200)]
- [JsonProperty("password")]
- public string Password
- {
- get { return password; }
- set { password = value; }
- }
- /// <summary>
- /// 税率(%)(默认17%)
- /// </summary>
- [Description("税率(%)(默认17%)")]
- [Nullable(true)]
- [DataLength(4)]
- [JsonProperty("suppTaxRate")]
- public string SuppTaxRate
- {
- get { return suppTaxRate; }
- set { suppTaxRate = value; }
- }
- /// <summary>
- /// 供应商国家编码
- /// </summary>
- [Description("供应商国家编码")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("suppNationalityCode")]
- public string SuppNationalityCode
- {
- get { return suppNationalityCode; }
- set { suppNationalityCode = value; }
- }
- /// <summary>
- /// 供应商省份编码
- /// </summary>
- [Description("供应商省份编码")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("suppProvinceCode")]
- public string SuppProvinceCode
- {
- get { return suppProvinceCode; }
- set { suppProvinceCode = value; }
- }
- /// <summary>
- /// 供应商办公省份编码
- /// </summary>
- [Description("供应商办公省份编码")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("suppOfficeProvinceCode")]
- public string SuppOfficeProvinceCode
- {
- get { return suppOfficeProvinceCode; }
- set { suppOfficeProvinceCode = value; }
- }
- /// <summary>
- /// 供应商类型
- /// </summary>
- [Description("供应商类型")]
- [Nullable(true)]
- [DataLength(20)]
- [JsonProperty("suppType")]
- public string SuppType
- {
- get { return suppType; }
- set { suppType = value; }
- }
- }
- }
|