public BD_MATERIAL__SubHeadEntity6()
 {
     FIncSampSchemeId = new BD_MATERIAL_QM_SampleScheme();
     FIncQcSchemeId   = new BD_MATERIAL_QM_QCScheme();
     FInspectorId     = new BD_MATERIAL_BD_Inspector();
     FInspectGroupId  = new BD_MATERIAL_BD_OperatorGroup();
 }
 /// <summary>
 /// 表体3信息
 /// </summary>
 /// <param name="sFQuotaType">配额方式</param>
 /// <param name="sFPurchasePriceUnitId">采购计价单位</param>
 /// <param name="sFPurchaseUnitId">采购单位</param>
 public BD_MATERIAL__SubHeadEntity3(string sFQuotaType, BD_MATERIAL_BD_UNIT sFPurchasePriceUnitId, BD_MATERIAL_BD_UNIT sFPurchaseUnitId)
 {
     FQuotaType           = sFQuotaType;
     FPurchaseUnitId      = sFPurchaseUnitId;
     FPurchasePriceUnitId = sFPurchasePriceUnitId;
     FPurchaseOrgId       = new BD_MATERIAL_ORG_Organizations();
     FPurchaseGroupId     = new BD_MATERIAL_BD_OperatorGroup();
     FPurchaserId         = new BD_MATERIAL_BD_BUYER();
     FDefaultVendor       = new BD_MATERIAL_BD_Supplier();
     FChargeID            = new BD_MATERIAL_BD_Expense();
     FDefBarCodeRuleId    = new BD_MATERIAL_BD_BarCodeRule();
 }
 /// <summary>
 /// 表体4信息
 /// </summary>
 /// <param name="sFReserveType">预留类型</param>
 /// <param name="sFPlanOffsetTimeType">时间单位</param>
 /// <param name="sFVarLeadTimeType">变动提前期单位</param>
 /// <param name="sFFixLeadTimeType">固定提前期单位</param>
 /// <param name="sFOrderIntervalTimeType">订货间隔期单位</param>
 /// <param name="sFCheckLeadTimeType">检验提前期单位</param>
 /// <param name="sFOrderPolicy">订货策略</param>
 /// <param name="sFPlanningStrategy">计划策略</param>
 public BD_MATERIAL__SubHeadEntity4(string sFReserveType, string sFPlanOffsetTimeType, string sFVarLeadTimeType, string sFFixLeadTimeType, string sFOrderIntervalTimeType, string sFCheckLeadTimeType, string sFOrderPolicy, string sFPlanningStrategy)
 {
     FPlanOffsetTimeType    = sFPlanOffsetTimeType;
     FReserveType           = sFReserveType;
     FVarLeadTimeType       = sFVarLeadTimeType;
     FFixLeadTimeType       = sFFixLeadTimeType;
     FOrderIntervalTimeType = sFOrderIntervalTimeType;
     FCheckLeadTimeType     = sFCheckLeadTimeType;
     FOrderPolicy           = sFOrderPolicy;
     FPlanningStrategy      = sFPlanningStrategy;
     FMfgPolicyId           = new BD_MATERIAL_PLN_MANUFACTUREPOLICY();
     FPlanWorkshop          = new BD_MATERIAL_PLN_PLANAREA();
     FPlanGroupId           = new BD_MATERIAL_BD_OperatorGroup();
     FPlanerID       = new BD_MATERIAL_BD_PLANNER();
     FSupplySourceId = new BD_MATERIAL_PLN_SUPPLYMANAGER();
     FTimeFactorId   = new BD_MATERIAL_PLN_PRIORITYCALCULATION();
     FQtyFactorId    = new BD_MATERIAL_PLN_PRIORITYCALCULATION();
 }