You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2035 lines
56 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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