using System; using System.Linq; using System.Text; using SqlSugar; namespace FactorySystemModel.SqlSugarModel { /// /// /// [SugarTable("TFS_MaterialInfo")] public partial class TFS_MaterialInfo { public TFS_MaterialInfo() { } /// /// Desc: /// Default: /// Nullable:False /// [SugarColumn(IsPrimaryKey = true, IsIdentity = true)] public int FID { get; set; } /// /// Desc:类型:1分类,2物料 /// Default:1 /// Nullable:False /// public int FType { get; set; } /// /// Desc:数据ID /// Default:-1 /// Nullable:False /// public int FDataID { get; set; } /// /// Desc: /// Default: /// Nullable:False /// public string FMaterialGroup { get; set; } /// /// Desc:物料主分类 /// Default: /// Nullable:False /// public string FMaterialType { get; set; } /// /// Desc:客供料标识 /// Default: /// Nullable:False /// public string FCustomerCode { get; set; } /// /// Desc:客供料标识 /// Default: /// Nullable:False /// public string FStoreHouse { get; set; } /// /// Desc:BOM录入情况 /// Default: /// Nullable:False /// public string FBomEntry { get; set; } /// /// Desc:线边仓地址 /// Default: /// Nullable:False /// public string FLineHouse { get; set; } /// /// Desc:产品说明 /// Default: /// Nullable:False /// public string FProductDesc { get; set; } /// /// Desc:工作中心 /// Default: /// Nullable:False /// public string FWorkCenter { get; set; } /// /// Desc:工艺说明 /// Default: /// Nullable:False /// public string FCraftExplain { get; set; } /// /// Desc:标识符 /// Default: /// Nullable:False /// public string FIidentifier { get; set; } /// /// Desc:保质期 /// Default: /// Nullable:False /// public string FGuaranteePeriod { get; set; } /// /// Desc:存储条件 /// Default: /// Nullable:False /// public string FStorageConditions { get; set; } /// /// Desc:安全库存 /// Default: /// Nullable:False /// public string FSafetyStock { get; set; } /// /// Desc:触发比例 /// Default: /// Nullable:False /// public string FTriggerRatio { get; set; } /// /// Desc:最小量 /// Default: /// Nullable:False /// public string FMinAmount { get; set; } /// /// Desc:最大量 /// Default: /// Nullable:False /// public string FMaxAmount { get; set; } /// /// Desc:得率 /// Default: /// Nullable:False /// public string FYield { get; set; } /// /// Desc:固损 /// Default: /// Nullable:False /// public string FFixedLoss { get; set; } /// /// Desc:理论得率 /// Default: /// Nullable:False /// public string FTheoryYield { get; set; } /// /// Desc:品质检验1 /// Default: /// Nullable:False /// public string FQualityTest1 { get; set; } /// /// Desc:品质检验2 /// Default: /// Nullable:False /// public string FQualityTest2 { get; set; } /// /// Desc:添加人 /// Default:-1 /// Nullable:False /// public int FAddUser { get; set; } /// /// Desc:添加时间 /// Default:DateTime.Now /// Nullable:False /// public DateTime? FAddDate { get; set; } /// /// Desc:修改人 /// Default:-1 /// Nullable:False /// public int FEditUser { get; set; } /// /// Desc:修改时间 /// Default:DateTime.Now /// Nullable:False /// public DateTime? FEditDate { get; set; } /** * 20230402 需求变更 * 在分类清单中编辑所有基础视图(31个)和物料视图(108个),并为每个字段增加类型选择(31+108个) * 对应修改表MaterialInfo表,增加基础视图10个字段和物料视图108个字段,并增加139个类型字段 * 对应修改Model TFS_MaterialInfo.cs,增加基础视图10个变量和物料视图108个变量,以及139个类型变量 * **/ /// /// Desc:一级分类 /// Default:'' /// Nullable:TRUE /// public string FTypeID1 { get; set; } /// /// Desc:二级分类 /// Default:'' /// Nullable:TRUE /// public string FTypeID2 { get; set; } /// /// Desc:K3系统代码 /// Default:'' /// Nullable:TRUE /// public string FK3Code { get; set; } /// /// Desc:K3系统名称 /// Default:'' /// Nullable:TRUE /// public string FK3Name { get; set; } /// /// Desc:K3系统短代码 /// Default:'' /// Nullable:TRUE /// public string FK3ShortCode { get; set; } /// /// Desc:产品试验号 /// Default:'' /// Nullable:TRUE /// public string FTestCode { get; set; } /// /// Desc:关联物料代码 /// Default:'' /// Nullable:TRUE /// public string FRelationCode { get; set; } /// /// Desc:关联物料名称 /// Default:'' /// Nullable:TRUE /// public string FRelationName { get; set; } /// /// Desc:SAP系统代码 /// Default:'' /// Nullable:TRUE /// public string FSAPCode { get; set; } /// /// Desc:SAP系统描述 /// Default:'' /// Nullable:TRUE /// public string FSAPDescription { get; set; } /// /// Desc:组织级别.行业领域 /// Default:'M' /// Nullable:TRUE /// public string FOrganizeIndustryField { get; set; } /// /// Desc:组织级别.物料类型 /// Default:'ZMAT' /// Nullable:TRUE /// public string FOrganizeMaterialType { get; set; } /// /// Desc:组织级别.工厂 /// Default:'' /// Nullable:TRUE /// public string FOrganizeFactory { get; set; } /// /// Desc:组织级别.库存地点 /// Default:'' /// Nullable:TRUE /// public string FOrganizeInventoryLocation { get; set; } /// /// Desc:组织级别.销售组织 /// Default:'' /// Nullable:TRUE /// public string FOrganizeSalesOrganize { get; set; } /// /// Desc:组织级别.分销渠道 /// Default:'90' /// Nullable:TRUE /// public string FOrganizeDistributionChannel { get; set; } /// /// Desc:基本视图.物料编号 /// Default:'' /// Nullable:TRUE /// public string FBaseMaterialCode { get; set; } /// /// Desc:基本视图.试验号 /// Default:'' /// Nullable:TRUE /// public string FBaseTestCode { get; set; } /// /// Desc:基本视图.基本计量 /// Default:'g' /// Nullable:TRUE /// public string FBaseBasicMeter { get; set; } /// /// Desc:基本视图.物料描述 /// Default:'' /// Nullable:TRUE /// public string FBaseMaterialDesc { get; set; } /// /// Desc:基本视图.物料组 /// Default:'4000' /// Nullable:TRUE /// public string FBaseMaterialGroup { get; set; } /// /// Desc:基本视图.大小/量纲(规格) /// Default:'' /// Nullable:TRUE /// public string FBaseSpecification { get; set; } /// /// Desc:基本视图.物料长文本 /// Default:'' /// Nullable:TRUE /// public string FBaseMaterialText { get; set; } /// /// Desc:基本视图.标识符:固体/液体 /// Default:'' /// Nullable:TRUE /// public string FBaseIdentifier { get; set; } /// /// Desc:基本视图.体积单位 /// Default:'M3' /// Nullable:TRUE /// public string FBaseVolumeUnit { get; set; } /// /// Desc:基本视图.毛重 /// Default:'' /// Nullable:TRUE /// public string FBaseGrossWeight { get; set; } /// /// Desc:基本视图.净重 /// Default:'' /// Nullable:TRUE /// public string FBaseNetWeight { get; set; } /// /// Desc:基本视图.重量单位 /// Default:'kg' /// Nullable:TRUE /// public string FBaseWeightUnit { get; set; } /// /// Desc:基本视图.fame号 /// Default:'' /// Nullable:TRUE /// public string FBaseFameCode { get; set; } /// /// Desc:基本视图.业务量 /// Default:'' /// Nullable:TRUE /// public string FBaseBusinessVolume { get; set; } /// /// Desc:采购视图.采购组 /// Default:'G12' /// Nullable:TRUE /// public string FPurchaseGroup { get; set; } /// /// Desc:采购视图.采购单位 /// Default:'' /// Nullable:TRUE /// public string FPurchaseCompany { get; set; } /// /// Desc:采购视图.采购单位数量 /// Default:'' /// Nullable:TRUE /// public string FPurchaseCompanyCount { get; set; } /// /// Desc:采购视图.基本单位数量 /// Default:'' /// Nullable:TRUE /// public string FPurchaseBaseCompanyCount { get; set; } /// /// Desc:采购视图.采购价值码 /// Default:'4' /// Nullable:TRUE /// public string FPurchaseValueCode { get; set; } /// /// Desc:采购视图.工厂特定状态 /// Default:'' /// Nullable:TRUE /// public string FPurchaseFactorySpecificStatus { get; set; } /// /// Desc:采购视图.自动采购订单 /// Default:'X' /// Nullable:TRUE /// public string FPurchaseAutoOrder { get; set; } /// /// Desc:采购视图.货源清单 /// Default:'' /// Nullable:TRUE /// public string FPurchaseGoodsSource { get; set; } /// /// Desc:分类视图.类别种类 /// Default:'023' /// Nullable:TRUE /// public string FTypeCategoryType { get; set; } /// /// Desc:分类视图.类别 /// Default:'ZBATCLS' /// Nullable:TRUE /// public string FTypeType { get; set; } /// /// Desc:销售视图.交货工厂 /// Default:'' /// Nullable:TRUE /// public string FSaleDeliveryFactory { get; set; } /// /// Desc:销售视图.税金分类 /// Default:'1' /// Nullable:TRUE /// public string FSaleTaxType { get; set; } /// /// Desc:销售视图.物料统计组 /// Default:'1' /// Nullable:TRUE /// public string FSaleMaterialStatisticsGroup { get; set; } /// /// Desc:销售视图.销售单位 /// Default:'' /// Nullable:TRUE /// public string FSaleSalesCompany { get; set; } /// /// Desc:销售视图.基本单位数量 /// Default:'' /// Nullable:TRUE /// public string FSaleBaseCompanyCount { get; set; } /// /// Desc:销售视图.销售单位数量 /// Default:'' /// Nullable:TRUE /// public string FSaleSalesCompanyCount { get; set; } /// /// Desc:销售视图.科目设置组 /// Default:'10' /// Nullable:TRUE /// public string FSaleAccountSettingGroup { get; set; } /// /// Desc:销售视图.普通项目类别组 /// Default:'' /// Nullable:TRUE /// public string FSaleGeneralProjectCategoryGroup { get; set; } /// /// Desc:销售视图.项目类别组 /// Default:'NORM' /// Nullable:TRUE /// public string FSaleProjectCategoryGroup { get; set; } /// /// Desc:销售视图.可用性检查 /// Default:'02' /// Nullable:TRUE /// public string FSaleAvailabilityCheck { get; set; } /// /// Desc:销售视图.装载组 /// Default:'0001' /// Nullable:TRUE /// public string FSaleOutfitGroup { get; set; } /// /// Desc:销售视图.旧物料号 /// Default:'' /// Nullable:TRUE /// public string FSaleOldMaterialCode { get; set; } /// /// Desc:仓储视图.批次管理 /// Default:'X' /// Nullable:TRUE /// public string FStorageBatchManage { get; set; } /// /// Desc:仓储视图.最大存储期间 /// Default:'' /// Nullable:TRUE /// public string FStorageMaxStoragePeriod { get; set; } /// /// Desc:仓储视图.时间单位 /// Default:'' /// Nullable:TRUE /// public string FStorageTimeUnit { get; set; } /// /// Desc:仓储视图.最小剩余货架寿命 /// Default:'1' /// Nullable:TRUE /// public string FStorageMinSurplusShelfLife { get; set; } /// /// Desc:仓储视图.总货架寿命 /// Default:'' /// Nullable:TRUE /// public string FStorageTotalShelfLife { get; set; } /// /// Desc:仓储视图.SLED期间标识 /// Default:'D' /// Nullable:TRUE /// public string FStorageSLEDCode { get; set; } /// /// Desc:MRP1.MRP类型 /// Default:'PD' /// Nullable:TRUE /// public string FMRP1Type { get; set; } /// /// Desc:MRP1.再订货点 /// Default:'' /// Nullable:TRUE /// public string FMRP1ReorderLocation { get; set; } /// /// Desc:MRP1.固定批量大小 /// Default:'' /// Nullable:TRUE /// public string FMRP1RegularBatchSize { get; set; } /// /// Desc:MRP1.最大库存水平 /// Default:'' /// Nullable:TRUE /// public string FMRP1MaxInventorySize { get; set; } /// /// Desc:MRP1.MRP控制者 /// Default:'' /// Nullable:TRUE /// public string FMRP1Controller { get; set; } /// /// Desc:MRP1.批量大小 /// Default:'MB' /// Nullable:TRUE /// public string FMRP1BatchSize { get; set; } /// /// Desc:MRP1.最小批量大小 /// Default:'' /// Nullable:TRUE /// public string FMRP1MinBatchSize { get; set; } /// /// Desc:MRP1.最大批量大小 /// Default:'' /// Nullable:TRUE /// public string FMRP1MaxBatchSize { get; set; } /// /// Desc:MRP1.MRP组 /// Default:'0099' /// Nullable:TRUE /// public string FMRP1Group { get; set; } /// /// Desc:MRP1.舍入值 /// Default:'' /// Nullable:TRUE /// public string FMRP1RoundValue { get; set; } /// /// Desc:MRP1.产品分类 /// Default:'' /// Nullable:TRUE /// public string FMRP1ProductType { get; set; } /// /// Desc:MRP1.客户代码 /// Default:'' /// Nullable:TRUE /// public string FMRP1CustomerCode { get; set; } /// /// Desc:MRP1.大小料 /// Default:'' /// Nullable:TRUE /// public string FMRP1SizeMaterial { get; set; } /// /// Desc:MRP1.不计算缺料 /// Default:'' /// Nullable:TRUE /// public string FMRP1IgnoreLack { get; set; } /// /// Desc:MRP1.压膜 /// Default:'' /// Nullable:TRUE /// public string FMRP1laminated { get; set; } /// /// Desc:MRP1.安全库存带小样 /// Default:'' /// Nullable:TRUE /// public string FMRP1SafeStock { get; set; } /// /// Desc:MRP1.需求计算不考虑前置物料库存 /// Default:'' /// Nullable:TRUE /// public string FMRP1RequireCount { get; set; } /// /// Desc:MRP1.小料标准(小于) /// Default:'' /// Nullable:TRUE /// public string FMRP1SmallMaterialStandard { get; set; } /// /// Desc:MRP2.采购类型 /// Default:'F' /// Nullable:TRUE /// public string FMRP2PurchaseType { get; set; } /// /// Desc:MRP2.计划边际码 /// Default:'000' /// Nullable:TRUE /// public string FMRP2PlanMarginalCode { get; set; } /// /// Desc:MRP2.特殊采购类 /// Default:'' /// Nullable:TRUE /// public string FMRP2SpecialProcurement { get; set; } /// /// Desc:MRP2.反冲 /// Default:'' /// Nullable:TRUE /// public string FMRP2Recoil { get; set; } /// /// Desc:MRP2.自制生产时间 /// Default:'' /// Nullable:TRUE /// public string FMRP2SelfProductTime { get; set; } /// /// Desc:MRP2.计划交货时间 /// Default:'' /// Nullable:TRUE /// public string FMRP2PlannDeliveryTime { get; set; } /// /// Desc:MRP2.收货处理时间 /// Default:'' /// Nullable:TRUE /// public string FMRP2ReceiveProcessTime { get; set; } /// /// Desc:MRP2.安全库存 /// Default:'' /// Nullable:TRUE /// public string FMRP2SafeStock { get; set; } /// /// Desc:MRP2.发货库存地点 /// Default:'' /// Nullable:TRUE /// public string FMRP2DeliveryInventoryPlace { get; set; } /// /// Desc:MRP2.外部采购仓储地点 /// Default:'3000' /// Nullable:TRUE /// public string FMRP2ExternalStoragePlace { get; set; } /// /// Desc:MRP3.策略组 /// Default:'40' /// Nullable:TRUE /// public string FMRP3PolicyGroup { get; set; } /// /// Desc:MRP3.消耗模式 /// Default:'2' /// Nullable:TRUE /// public string FMRP3ConsumePattern { get; set; } /// /// Desc:MRP3.向前消耗期间 /// Default:'365' /// Nullable:TRUE /// public string FMRP3ForwardConsumePeriod { get; set; } /// /// Desc:MRP3.逆向消耗期 /// Default:'90' /// Nullable:TRUE /// public string FMRP3ReverseConsumePeriod { get; set; } /// /// Desc:MRP3.混合MRP /// Default:'3' /// Nullable:TRUE /// public string FMRP3BlendMRP { get; set; } /// /// Desc:MRP3.可用性检查 /// Default:'02' /// Nullable:TRUE /// public string FMRP3AvailabilityCheck { get; set; } /// /// Desc:MRP4.单独或集中 /// Default:'2' /// Nullable:TRUE /// public string FMRP4AloneOrFocus { get; set; } /// /// Desc:MRP4.非连续标识 /// Default:'' /// Nullable:TRUE /// public string FMRP4DiscontinuousIidentifier { get; set; } /// /// Desc:MRP4.生效期 /// Default:'' /// Nullable:TRUE /// public string FMRP4EffectivePeriod { get; set; } /// /// Desc:MRP4.后续的物料 /// Default:'' /// Nullable:TRUE /// public string FMRP4FollowMaterial { get; set; } /// /// Desc:工作计划视图.生产计划参数文件 /// Default:'' /// Nullable:TRUE /// public string FPlanProductPlanParam { get; set; } /// /// Desc:工作计划视图.无限制过量交货 /// Default:'' /// Nullable:TRUE /// public string FPlanUnlimitedOverDelivery { get; set; } /// /// Desc:工作计划视图.不足交货允差 /// Default:'' /// Nullable:TRUE /// public string FPlanUnderDeliveryTolerance { get; set; } /// /// Desc:工作计划视图.过度交货允差 /// Default:'' /// Nullable:TRUE /// public string FPlanOverDeliveryTolerance { get; set; } /// /// Desc:工作计划视图.发货单位 /// Default:'' /// Nullable:TRUE /// public string FPlanDeliverCompany { get; set; } /// /// Desc:工作计划视图.发货单位数量 /// Default:'' /// Nullable:TRUE /// public string FPlanDeliverCompanyCount { get; set; } /// /// Desc:工作计划视图.基本单位数量 /// Default:'' /// Nullable:TRUE /// public string FPlanBaseCompanyCount { get; set; } /// /// Desc:质检视图.检验类型1 /// Default:'' /// Nullable:TRUE /// public string FQualityType1 { get; set; } /// /// Desc:质检视图.检验类型2 /// Default:'' /// Nullable:TRUE /// public string FQualityType2 { get; set; } /// /// Desc:质检视图.检验类型3 /// Default:'' /// Nullable:TRUE /// public string FQualityType3 { get; set; } /// /// Desc:质检视图.检验类型4 /// Default:'' /// Nullable:TRUE /// public string FQualityType4 { get; set; } /// /// Desc:质检视图.检验类型5 /// Default:'' /// Nullable:TRUE /// public string FQualityType5 { get; set; } /// /// Desc:质检视图.检验类型6 /// Default:'' /// Nullable:TRUE /// public string FQualityType6 { get; set; } /// /// Desc:会计视图.价格控制 /// Default:'S' /// Nullable:TRUE /// public string FAccountPriceControl { get; set; } /// /// Desc:会计视图.价格确定 /// Default:'3' /// Nullable:TRUE /// public string FAccountPriceDetermine { get; set; } /// /// Desc:会计视图.价格单位 /// Default:'1000' /// Nullable:TRUE /// public string FAccountPriceUnit { get; set; } /// /// Desc:会计视图.评估分类 /// Default:'2000' /// Nullable:TRUE /// public string FAccountAccessType { get; set; } /// /// Desc:会计视图.VC: 销售订单库存 /// Default:'2010' /// Nullable:TRUE /// public string FAccountSaleOrderInventory { get; set; } /// /// Desc:会计视图.标准价格 /// Default:'' /// Nullable:TRUE /// public string FAccountStandardPrice { get; set; } /// /// Desc:会计视图.利润中心 /// Default:'PC30' /// Nullable:TRUE /// public string FAccountProfitCenter { get; set; } /// /// Desc:会计视图.成本核算批量 /// Default:'1000' /// Nullable:TRUE /// public string FAccountCostAccountBatch { get; set; } /// /// Desc:仓储视图.存储条件 /// Default:'' /// Nullable:TRUE /// public string FMStorageConditions { get; set; } /// /// Desc:基础视图.一级分类.类型 /// Default:0 /// Nullable:FALSE /// public string FTypeID1Type { get; set; } /// /// Desc:基础视图.二级分类.类型 /// Default:0 /// Nullable:FALSE /// public string FTypeID2Type { get; set; } /// /// Desc:基础视图.K3系统代码.类型 /// Default:0 /// Nullable:FALSE /// public string FK3CodeType { get; set; } /// /// Desc:基础视图.K3系统名称.类型 /// Default:0 /// Nullable:FALSE /// public string FK3NameType { get; set; } /// /// Desc:基础视图.K3系统短代码.类型 /// Default:0 /// Nullable:FALSE /// public string FK3ShortCodeType { get; set; } /// /// Desc:基础视图.产品试验号.类型 /// Default:0 /// Nullable:FALSE /// public string FTestCodeType { get; set; } /// /// Desc:基础视图.关联物料代码.类型 /// Default:0 /// Nullable:FALSE /// public string FRelationCodeType { get; set; } /// /// Desc:基础视图.关联物料名称.类型 /// Default:0 /// Nullable:FALSE /// public string FRelationNameType { get; set; } /// /// Desc:基础视图.SAP系统代码.类型 /// Default:0 /// Nullable:FALSE /// public string FSAPCodeType { get; set; } /// /// Desc:基础视图.SAP系统描述.类型 /// Default:0 /// Nullable:FALSE /// public string FSAPDescriptionType { get; set; } /// /// Desc:基础视图.物料组.类型 /// Default:0 /// Nullable:FALSE /// public string FMaterialGroupType { get; set; } /// /// Desc:基础视图.物料主分类.类型 /// Default:0 /// Nullable:FALSE /// public string FMaterialTypeType { get; set; } /// /// Desc:基础视图.客供料标识.类型 /// Default:0 /// Nullable:FALSE /// public string FCustomerCodeType { get; set; } /// /// Desc:基础视图.总仓地址.类型 /// Default:0 /// Nullable:FALSE /// public string FStoreHouseType { get; set; } /// /// Desc:基础视图.BOM录入情况.类型 /// Default:0 /// Nullable:FALSE /// public string FBomEntryType { get; set; } /// /// Desc:基础视图.线边仓地址.类型 /// Default:0 /// Nullable:FALSE /// public string FLineHouseType { get; set; } /// /// Desc:基础视图.产品说明.类型 /// Default:0 /// Nullable:FALSE /// public string FProductDescType { get; set; } /// /// Desc:基础视图.工作中心.类型 /// Default:0 /// Nullable:FALSE /// public string FWorkCenterType { get; set; } /// /// Desc:基础视图.工艺说明.类型 /// Default:0 /// Nullable:FALSE /// public string FCraftExplainType { get; set; } /// /// Desc:基础视图.标识符.类型 /// Default:0 /// Nullable:FALSE /// public string FIidentifierType { get; set; } /// /// Desc:基础视图.保质期.类型 /// Default:0 /// Nullable:FALSE /// public string FGuaranteePeriodType { get; set; } /// /// Desc:基础视图.存储条件.类型 /// Default:0 /// Nullable:FALSE /// public string FStorageConditionsType { get; set; } /// /// Desc:基础视图.安全库存.类型 /// Default:0 /// Nullable:FALSE /// public string FSafetyStockType { get; set; } /// /// Desc:基础视图.触发比例.类型 /// Default:0 /// Nullable:FALSE /// public string FTriggerRatioType { get; set; } /// /// Desc:基础视图.最小量.类型 /// Default:0 /// Nullable:FALSE /// public string FMinAmountType { get; set; } /// /// Desc:基础视图.最大量.类型 /// Default:0 /// Nullable:FALSE /// public string FMaxAmountType { get; set; } /// /// Desc:基础视图.得率.类型 /// Default:0 /// Nullable:FALSE /// public string FYieldType { get; set; } /// /// Desc:基础视图.固损.类型 /// Default:0 /// Nullable:FALSE /// public string FFixedLossType { get; set; } /// /// Desc:基础视图.理论得率.类型 /// Default:0 /// Nullable:FALSE /// public string FTheoryYieldType { get; set; } /// /// Desc:基础视图.品质检验1.类型 /// Default:0 /// Nullable:FALSE /// public string FQualityTest1Type { get; set; } /// /// Desc:基础视图.品质检验2.类型 /// Default:0 /// Nullable:FALSE /// public string FQualityTest2Type { get; set; } /// /// Desc:组织级别.行业领域.类型 /// Default:0 /// Nullable:FALSE /// public string FOrganizeIndustryFieldType { get; set; } /// /// Desc:组织级别.物料类型.类型 /// Default:0 /// Nullable:FALSE /// public string FOrganizeMaterialTypeType { get; set; } /// /// Desc:组织级别.工厂.类型 /// Default:0 /// Nullable:FALSE /// public string FOrganizeFactoryType { get; set; } /// /// Desc:组织级别.库存地点.类型 /// Default:0 /// Nullable:FALSE /// public string FOrganizeInventoryLocationType { get; set; } /// /// Desc:组织级别.销售组织.类型 /// Default:0 /// Nullable:FALSE /// public string FOrganizeSalesOrganizeType { get; set; } /// /// Desc:组织级别.分销渠道.类型 /// Default:0 /// Nullable:FALSE /// public string FOrganizeDistributionChannelType { get; set; } /// /// Desc:基本视图.物料编号.类型 /// Default:0 /// Nullable:FALSE /// public string FBaseMaterialCodeType { get; set; } /// /// Desc:基本视图.试验号.类型 /// Default:0 /// Nullable:FALSE /// public string FBaseTestCodeType { get; set; } /// /// Desc:基本视图.基本计量.类型 /// Default:0 /// Nullable:FALSE /// public string FBaseBasicMeterType { get; set; } /// /// Desc:基本视图.物料描述.类型 /// Default:0 /// Nullable:FALSE /// public string FBaseMaterialDescType { get; set; } /// /// Desc:基本视图.物料组.类型 /// Default:0 /// Nullable:FALSE /// public string FBaseMaterialGroupType { get; set; } /// /// Desc:基本视图.大小/量纲(规格).类型 /// Default:0 /// Nullable:FALSE /// public string FBaseSpecificationType { get; set; } /// /// Desc:基本视图.物料长文本.类型 /// Default:0 /// Nullable:FALSE /// public string FBaseMaterialTextType { get; set; } /// /// Desc:基本视图.标识符:固体/液体.类型 /// Default:0 /// Nullable:FALSE /// public string FBaseIdentifierType { get; set; } /// /// Desc:基本视图.体积单位.类型 /// Default:0 /// Nullable:FALSE /// public string FBaseVolumeUnitType { get; set; } /// /// Desc:基本视图.毛重.类型 /// Default:0 /// Nullable:FALSE /// public string FBaseGrossWeightType { get; set; } /// /// Desc:基本视图.净重.类型 /// Default:0 /// Nullable:FALSE /// public string FBaseNetWeightType { get; set; } /// /// Desc:基本视图.重量单位.类型 /// Default:0 /// Nullable:FALSE /// public string FBaseWeightUnitType { get; set; } /// /// Desc:基本视图.fame号.类型 /// Default:0 /// Nullable:FALSE /// public string FBaseFameCodeType { get; set; } /// /// Desc:基本视图.业务量.类型 /// Default:0 /// Nullable:FALSE /// public string FBaseBusinessVolumeType { get; set; } /// /// Desc:采购视图.采购组.类型 /// Default:0 /// Nullable:FALSE /// public string FPurchaseGroupType { get; set; } /// /// Desc:采购视图.采购单位.类型 /// Default:0 /// Nullable:FALSE /// public string FPurchaseCompanyType { get; set; } /// /// Desc:采购视图.采购单位数量.类型 /// Default:0 /// Nullable:FALSE /// public string FPurchaseCompanyCountType { get; set; } /// /// Desc:采购视图.基本单位数量.类型 /// Default:0 /// Nullable:FALSE /// public string FPurchaseBaseCompanyCountType { get; set; } /// /// Desc:采购视图.采购价值码.类型 /// Default:0 /// Nullable:FALSE /// public string FPurchaseValueCodeType { get; set; } /// /// Desc:采购视图.工厂特定状态.类型 /// Default:0 /// Nullable:FALSE /// public string FPurchaseFactorySpecificStatusType { get; set; } /// /// Desc:采购视图.自动采购订单.类型 /// Default:0 /// Nullable:FALSE /// public string FPurchaseAutoOrderType { get; set; } /// /// Desc:采购视图.货源清单.类型 /// Default:0 /// Nullable:FALSE /// public string FPurchaseGoodsSourceType { get; set; } /// /// Desc:分类视图.类别种类.类型 /// Default:0 /// Nullable:FALSE /// public string FTypeCategoryTypeType { get; set; } /// /// Desc:分类视图.类别.类型 /// Default:0 /// Nullable:FALSE /// public string FTypeTypeType { get; set; } /// /// Desc:销售视图.交货工厂.类型 /// Default:0 /// Nullable:FALSE /// public string FSaleDeliveryFactoryType { get; set; } /// /// Desc:销售视图.税金分类.类型 /// Default:0 /// Nullable:FALSE /// public string FSaleTaxTypeType { get; set; } /// /// Desc:销售视图.物料统计组.类型 /// Default:0 /// Nullable:FALSE /// public string FSaleMaterialStatisticsGroupType { get; set; } /// /// Desc:销售视图.销售单位.类型 /// Default:0 /// Nullable:FALSE /// public string FSaleSalesCompanyType { get; set; } /// /// Desc:销售视图.基本单位数量.类型 /// Default:0 /// Nullable:FALSE /// public string FSaleBaseCompanyCountType { get; set; } /// /// Desc:销售视图.销售单位数量.类型 /// Default:0 /// Nullable:FALSE /// public string FSaleSalesCompanyCountType { get; set; } /// /// Desc:销售视图.科目设置组.类型 /// Default:0 /// Nullable:FALSE /// public string FSaleAccountSettingGroupType { get; set; } /// /// Desc:销售视图.普通项目类别组.类型 /// Default:0 /// Nullable:FALSE /// public string FSaleGeneralProjectCategoryGroupType { get; set; } /// /// Desc:销售视图.项目类别组.类型 /// Default:0 /// Nullable:FALSE /// public string FSaleProjectCategoryGroupType { get; set; } /// /// Desc:销售视图.可用性检查.类型 /// Default:0 /// Nullable:FALSE /// public string FSaleAvailabilityCheckType { get; set; } /// /// Desc:销售视图.装载组.类型 /// Default:0 /// Nullable:FALSE /// public string FSaleOutfitGroupType { get; set; } /// /// Desc:销售视图.旧物料号.类型 /// Default:0 /// Nullable:FALSE /// public string FSaleOldMaterialCodeType { get; set; } /// /// Desc:仓储视图.存储条件.类型 /// Default:0 /// Nullable:FALSE /// public string FMStorageConditionsType { get; set; } /// /// Desc:仓储视图.批次管理.类型 /// Default:0 /// Nullable:FALSE /// public string FStorageBatchManageType { get; set; } /// /// Desc:仓储视图.最大存储期间.类型 /// Default:0 /// Nullable:FALSE /// public string FStorageMaxStoragePeriodType { get; set; } /// /// Desc:仓储视图.时间单位.类型 /// Default:0 /// Nullable:FALSE /// public string FStorageTimeUnitType { get; set; } /// /// Desc:仓储视图.最小剩余货架寿命.类型 /// Default:0 /// Nullable:FALSE /// public string FStorageMinSurplusShelfLifeType { get; set; } /// /// Desc:仓储视图.总货架寿命.类型 /// Default:0 /// Nullable:FALSE /// public string FStorageTotalShelfLifeType { get; set; } /// /// Desc:仓储视图.SLED期间标识.类型 /// Default:0 /// Nullable:FALSE /// public string FStorageSLEDCodeType { get; set; } /// /// Desc:MRP1.MRP类型.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1TypeType { get; set; } /// /// Desc:MRP1.再订货点.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1ReorderLocationType { get; set; } /// /// Desc:MRP1.固定批量大小.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1RegularBatchSizeType { get; set; } /// /// Desc:MRP1.最大库存水平.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1MaxInventorySizeType { get; set; } /// /// Desc:MRP1.MRP控制者.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1ControllerType { get; set; } /// /// Desc:MRP1.批量大小.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1BatchSizeType { get; set; } /// /// Desc:MRP1.最小批量大小.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1MinBatchSizeType { get; set; } /// /// Desc:MRP1.最大批量大小.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1MaxBatchSizeType { get; set; } /// /// Desc:MRP1.MRP组.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1GroupType { get; set; } /// /// Desc:MRP1.舍入值.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1RoundValueType { get; set; } /// /// Desc:MRP1.产品分类.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1ProductTypeType { get; set; } /// /// Desc:MRP1.客户代码.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1CustomerCodeType { get; set; } /// /// Desc:MRP1.大小料.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1SizeMaterialType { get; set; } /// /// Desc:MRP1.不计算缺料.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1IgnoreLackType { get; set; } /// /// Desc:MRP1.压膜.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1laminatedType { get; set; } /// /// Desc:MRP1.安全库存带小样.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1SafeStockType { get; set; } /// /// Desc:MRP1.需求计算不考虑前置物料库存.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1RequireCountType { get; set; } /// /// Desc:MRP1.小料标准(小于).类型 /// Default:0 /// Nullable:FALSE /// public string FMRP1SmallMaterialStandardType { get; set; } /// /// Desc:MRP2.采购类型.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP2PurchaseTypeType { get; set; } /// /// Desc:MRP2.计划边际码.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP2PlanMarginalCodeType { get; set; } /// /// Desc:MRP2.特殊采购类.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP2SpecialProcurementType { get; set; } /// /// Desc:MRP2.反冲.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP2RecoilType { get; set; } /// /// Desc:MRP2.自制生产时间.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP2SelfProductTimeType { get; set; } /// /// Desc:MRP2.计划交货时间.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP2PlannDeliveryTimeType { get; set; } /// /// Desc:MRP2.收货处理时间.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP2ReceiveProcessTimeType { get; set; } /// /// Desc:MRP2.安全库存.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP2SafeStockType { get; set; } /// /// Desc:MRP2.发货库存地点.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP2DeliveryInventoryPlaceType { get; set; } /// /// Desc:MRP2.外部采购仓储地点.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP2ExternalStoragePlaceType { get; set; } /// /// Desc:MRP3.策略组.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP3PolicyGroupType { get; set; } /// /// Desc:MRP3.消耗模式.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP3ConsumePatternType { get; set; } /// /// Desc:MRP3.向前消耗期间.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP3ForwardConsumePeriodType { get; set; } /// /// Desc:MRP3.逆向消耗期.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP3ReverseConsumePeriodType { get; set; } /// /// Desc:MRP3.混合MRP.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP3BlendMRPType { get; set; } /// /// Desc:MRP3.可用性检查.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP3AvailabilityCheckType { get; set; } /// /// Desc:MRP4.单独或集中.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP4AloneOrFocusType { get; set; } /// /// Desc:MRP4.非连续标识.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP4DiscontinuousIidentifierType { get; set; } /// /// Desc:MRP4.生效期.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP4EffectivePeriodType { get; set; } /// /// Desc:MRP4.后续的物料.类型 /// Default:0 /// Nullable:FALSE /// public string FMRP4FollowMaterialType { get; set; } /// /// Desc:工作计划视图.生产计划参数文件.类型 /// Default:0 /// Nullable:FALSE /// public string FPlanProductPlanParamType { get; set; } /// /// Desc:工作计划视图.无限制过量交货.类型 /// Default:0 /// Nullable:FALSE /// public string FPlanUnlimitedOverDeliveryType { get; set; } /// /// Desc:工作计划视图.不足交货允差.类型 /// Default:0 /// Nullable:FALSE /// public string FPlanUnderDeliveryToleranceType { get; set; } /// /// Desc:工作计划视图.过度交货允差.类型 /// Default:0 /// Nullable:FALSE /// public string FPlanOverDeliveryToleranceType { get; set; } /// /// Desc:工作计划视图.发货单位.类型 /// Default:0 /// Nullable:FALSE /// public string FPlanDeliverCompanyType { get; set; } /// /// Desc:工作计划视图.发货单位数量.类型 /// Default:0 /// Nullable:FALSE /// public string FPlanDeliverCompanyCountType { get; set; } /// /// Desc:工作计划视图.基本单位数量.类型 /// Default:0 /// Nullable:FALSE /// public string FPlanBaseCompanyCountType { get; set; } /// /// Desc:质检视图.检验类型1.类型 /// Default:0 /// Nullable:FALSE /// public string FQualityType1Type { get; set; } /// /// Desc:质检视图.检验类型2.类型 /// Default:0 /// Nullable:FALSE /// public string FQualityType2Type { get; set; } /// /// Desc:质检视图.检验类型3.类型 /// Default:0 /// Nullable:FALSE /// public string FQualityType3Type { get; set; } /// /// Desc:质检视图.检验类型4.类型 /// Default:0 /// Nullable:FALSE /// public string FQualityType4Type { get; set; } /// /// Desc:质检视图.检验类型5.类型 /// Default:0 /// Nullable:FALSE /// public string FQualityType5Type { get; set; } /// /// Desc:质检视图.检验类型6.类型 /// Default:0 /// Nullable:FALSE /// public string FQualityType6Type { get; set; } /// /// Desc:会计视图.价格控制.类型 /// Default:0 /// Nullable:FALSE /// public string FAccountPriceControlType { get; set; } /// /// Desc:会计视图.价格确定.类型 /// Default:0 /// Nullable:FALSE /// public string FAccountPriceDetermineType { get; set; } /// /// Desc:会计视图.价格单位.类型 /// Default:0 /// Nullable:FALSE /// public string FAccountPriceUnitType { get; set; } /// /// Desc:会计视图.评估分类.类型 /// Default:0 /// Nullable:FALSE /// public string FAccountAccessTypeType { get; set; } /// /// Desc:会计视图.VC: 销售订单库存.类型 /// Default:0 /// Nullable:FALSE /// public string FAccountSaleOrderInventoryType { get; set; } /// /// Desc:会计视图.标准价格.类型 /// Default:0 /// Nullable:FALSE /// public string FAccountStandardPriceType { get; set; } /// /// Desc:会计视图.利润中心.类型 /// Default:0 /// Nullable:FALSE /// public string FAccountProfitCenterType { get; set; } /// /// Desc:会计视图.成本核算批量.类型 /// Default:0 /// Nullable:FALSE /// public string FAccountCostAccountBatchType { get; set; } /// /// Desc:是否删除 /// Default:0 /// Nullable: /// // public int FDelete { get; set; } } }