| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559 |
- // <auto-generated />
- using System;
- using Business.EntityFrameworkCore;
- using Microsoft.EntityFrameworkCore;
- using Microsoft.EntityFrameworkCore.Infrastructure;
- using Microsoft.EntityFrameworkCore.Metadata;
- using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
- using Volo.Abp.EntityFrameworkCore;
- #nullable disable
- namespace Business.Migrations.BusinessExtMigrationDb
- {
- [DbContext(typeof(BusinessExtMigrationDbContext))]
- partial class BusinessExtMigrationDbContextModelSnapshot : ModelSnapshot
- {
- protected override void BuildModel(ModelBuilder modelBuilder)
- {
- #pragma warning disable 612, 618
- modelBuilder
- .HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer)
- .HasAnnotation("ProductVersion", "6.0.5")
- .HasAnnotation("Relational:MaxIdentifierLength", 128);
- SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder, 1L, 1);
- modelBuilder.Entity("Business.Domain.in_kd_bom", b =>
- {
- b.Property<long>("Id")
- .HasColumnType("bigint");
- b.Property<string>("FBOMCATEGORY")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("BOM分类");
- b.Property<string>("FCHILDITEMMODEL")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("子项规格型号");
- b.Property<string>("FCHILDITEMNAME")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("子项物料名称");
- b.Property<string>("FCHILDUNITID_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("子项单位");
- b.Property<string>("FChildSupplyOrgId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("供应组织");
- b.Property<decimal?>("FDENOMINATOR")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("用量:分母");
- b.Property<string>("FITEMMODEL")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("规格型号");
- b.Property<string>("FITEMNAME")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("物料名称");
- b.Property<string>("FITEMPPROPERTY")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("数据状态");
- b.Property<string>("FIskeyItem")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("替代主料");
- b.Property<string>("FMATERIALIDCHILD_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("子项物料编码");
- b.Property<string>("FMATERIALID_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("父项物料编码");
- b.Property<decimal?>("FNUMERATOR")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("用量:分子");
- b.Property<string>("FName_2052")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("BOM简称");
- b.Property<string>("FNumber")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("BOM版本");
- b.Property<string>("FPROCESSID_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("作业");
- b.Property<int?>("FReplaceGroup")
- .HasColumnType("int")
- .HasComment("项次");
- b.Property<string>("FReplacePolicy")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("替代策略");
- b.Property<int?>("FReplacePriority")
- .HasColumnType("int")
- .HasComment("替代优先级");
- b.Property<string>("FReplaceType")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("替代方式");
- b.Property<string>("FSubstitutionId_Name")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("80");
- b.Property<string>("FSubstitutionName")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("替代方案名称");
- b.Property<string>("FSupplyType")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("供应类型");
- b.Property<string>("FUseOrgId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("使用组织");
- b.Property<string>("F_ZXWLMS")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("子项物料描述");
- b.Property<string>("F_ZXWLPP")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("子项物料品牌");
- b.Property<string>("Test0705")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("Test0705");
- b.HasKey("Id");
- b.ToTable("in_kd_bom", (string)null);
- b.HasComment("物料清单");
- });
- modelBuilder.Entity("Business.Domain.in_kd_material", b =>
- {
- b.Property<long>("Id")
- .HasColumnType("bigint");
- b.Property<decimal?>("FATOSchemeId_Name")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("ATO预测冲销方案");
- b.Property<decimal?>("FAccuLeadTime")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("累计提前期");
- b.Property<decimal?>("FAgentPurPlusRate")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("代理采购加成比例");
- b.Property<decimal?>("FAgentSalReduceRate")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("代理销售减价比例(%)");
- b.Property<string>("FAllowPartAhead")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("预计入库允许部分提前");
- b.Property<string>("FAllowPartDelay")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("预计入库允许部分延后");
- b.Property<string>("FAllowPublish")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("允许发布到订货平台");
- b.Property<DateTime?>("FApproveDate")
- .HasColumnType("datetime2")
- .HasComment("审核日期");
- b.Property<string>("FApproverId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("审核人");
- b.Property<string>("FAuxPropertyId_Name")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("辅助属性");
- b.Property<string>("FAuxUnitID_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("辅助单位");
- b.Property<string>("FBARCODE")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("条码");
- b.Property<string>("FBKFLTime")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("倒冲时机");
- b.Property<string>("FBOMUnitId_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("子项单位");
- b.Property<string>("FBackFlushType")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("倒冲数量");
- b.Property<string>("FBaseUnitId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("基本单位");
- b.Property<string>("FBatchRuleID_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("批号编码规则");
- b.Property<decimal?>("FBoxStandardQty")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("单箱标准数量");
- b.Property<string>("FCONFIGTYPE")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("配置生产");
- b.Property<decimal?>("FCanDelayDays")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("允许延后天数");
- b.Property<decimal?>("FCanLeadDays")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("允许提前天数");
- b.Property<string>("FCategoryID_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("存货类别");
- b.Property<string>("FChargeID_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("费用项目");
- b.Property<string>("FCheckDelivery")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("发货检验");
- b.Property<string>("FCheckEntrusted")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("受托材料检验");
- b.Property<string>("FCheckIncoming")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("来料检验");
- b.Property<decimal?>("FCheckLeadTime")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("检验提前期");
- b.Property<string>("FCheckLeadTimeType")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("检验提前期单位");
- b.Property<string>("FCheckOther")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("其他检验");
- b.Property<string>("FCheckProduct")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("产品检验");
- b.Property<string>("FCheckReturn")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("退货检验");
- b.Property<string>("FCheckReturnMtrl")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("生产退料检验");
- b.Property<string>("FCheckStock")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("库存检验");
- b.Property<decimal?>("FConsumVolatility")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("消耗波动(%)");
- b.Property<decimal?>("FCostPriceRate")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("结算成本价加减价比例(%)");
- b.Property<string>("FCountCycle")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("盘点周期单位");
- b.Property<decimal?>("FCountDay")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("盘点周期");
- b.Property<DateTime?>("FCreateDate")
- .HasColumnType("datetime2")
- .HasComment("创建日期");
- b.Property<string>("FCreateOrgId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("创建组织");
- b.Property<string>("FCreatorId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("创建人");
- b.Property<string>("FCurrencyId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("币别");
- b.Property<string>("FDSMatchByLot")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("按批号匹配供需");
- b.Property<decimal?>("FDailyOutQty")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("日产量");
- b.Property<string>("FDataSource")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("物料来源");
- b.Property<string>("FDefBarCodeRuleId_Name")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("默认条码规则");
- b.Property<string>("FDefaultLineId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("默认产线");
- b.Property<string>("FDefaultRouting_Name")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("默认工艺路线");
- b.Property<string>("FDefaultVendor_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("默认供应商");
- b.Property<decimal?>("FDelayExtendDay")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("延后宽限期");
- b.Property<string>("FDescription_2052")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("描述");
- b.Property<decimal?>("FEOQ")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("固定/经济批量");
- b.Property<decimal?>("FEWLeadDay")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("提醒提前期");
- b.Property<decimal?>("FEconReOrderQty")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("经济订货批量");
- b.Property<string>("FEnableCyclistQCSTK")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("启用库存周期复检");
- b.Property<string>("FEnableCyclistQCSTKEW")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("启用库存周期复检提醒");
- b.Property<string>("FErpClsID")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("物料属性");
- b.Property<decimal?>("FExpPeriod")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("保质期");
- b.Property<string>("FExpUnit")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("保质期单位");
- b.Property<decimal?>("FFIXLOSS")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("固定损耗");
- b.Property<string>("FFeatureItem")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("特征件子项");
- b.Property<decimal?>("FFinishReceiptOverRate")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("入库超收比例(%)");
- b.Property<string>("FFinishReceiptShortRate")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("入库欠收比例(%)");
- b.Property<decimal?>("FFixLeadTime")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("固定提前期");
- b.Property<decimal?>("FFixLeadTimeType")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("固定提前期单位");
- b.Property<DateTime?>("FForbidDate")
- .HasColumnType("datetime2")
- .HasComment("禁用日期");
- b.Property<string>("FForbidResonIsUsed")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("已使用");
- b.Property<string>("FForbidReson_2052")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("禁用原因");
- b.Property<string>("FForbidStatus")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("禁用状态");
- b.Property<string>("FForbidderId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("禁用人");
- b.Property<decimal?>("FGROSSWEIGHT")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("毛重");
- b.Property<decimal?>("FHEIGHT")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("高");
- b.Property<string>("FISAFTERSALE")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("启用售后服务");
- b.Property<string>("FISMinIssueQty")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("领料考虑最小发料批量");
- b.Property<string>("FISPRODUCTFILES")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("生成产品档案");
- b.Property<string>("FISWARRANTED")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("是否保修");
- b.Property<string>("FIncQcSchemeId_Name")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("质检方案");
- b.Property<string>("FIncSampSchemeId_Name")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("抽样方案");
- b.Property<decimal?>("FIncreaseQty")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("最小包装量");
- b.Property<string>("FInspectGroupId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("质检组");
- b.Property<string>("FInspectorId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("质检员");
- b.Property<string>("FIsATPCheck")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("ATP检查");
- b.Property<string>("FIsAffectCost1")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("影响出库成本");
- b.Property<string>("FIsAffectPlan1")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("影响计划");
- b.Property<string>("FIsAffectPrice1")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("影响价格");
- b.Property<string>("FIsAsset")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("允许资产");
- b.Property<string>("FIsBatchManage")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("启用批号管理");
- b.Property<string>("FIsCoby")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("可为联副产品");
- b.Property<string>("FIsComControl")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("组合控制");
- b.Property<string>("FIsCompleteSet")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("是否齐套件");
- b.Property<string>("FIsCycleCounting")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("启用盘点周期");
- b.Property<string>("FIsECN")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("启用ECN");
- b.Property<string>("FIsEnable1")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("启用");
- b.Property<string>("FIsEnableMaxStock")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("启用最大库存");
- b.Property<string>("FIsEnableMinStock")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("启用最小库存");
- b.Property<string>("FIsEnableReOrder")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("启用再订货点");
- b.Property<string>("FIsEnableSafeStock")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("启用安全库存");
- b.Property<string>("FIsEnableSchedule")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("启用日排产");
- b.Property<string>("FIsExpParToFlot")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("批号附属信息");
- b.Property<string>("FIsFirstInspect")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("产品首检");
- b.Property<string>("FIsInventory")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("允许库存");
- b.Property<string>("FIsKFPeriod")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("启用保质期管理");
- b.Property<string>("FIsKitting")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("是否关键件");
- b.Property<string>("FIsLockStock")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("可锁库");
- b.Property<string>("FIsMainPrd")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("可为主产品");
- b.Property<string>("FIsMrpComBill")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("MRP计算是否按单合并");
- b.Property<string>("FIsMrpComReq")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("MRP计算是否合并需求");
- b.Property<string>("FIsMustCounting")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("必盘");
- b.Property<string>("FIsPR")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("需要请购");
- b.Property<string>("FIsProduce")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("FIsProduce");
- b.Property<string>("FIsProductLine")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("生产线生产");
- b.Property<string>("FIsPurchase")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("允许采购");
- b.Property<string>("FIsQuota")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("配额管理");
- b.Property<string>("FIsReturn")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("允许退货");
- b.Property<string>("FIsReturnMaterial")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("允许退料");
- b.Property<string>("FIsReturnPart")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("部件可退");
- b.Property<string>("FIsSNCarryToParent")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("序列号携带到父项");
- b.Property<string>("FIsSNManage")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("库存管理");
- b.Property<string>("FIsSNPRDTracy")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("生产追溯");
- b.Property<string>("FIsSale")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("允许销售");
- b.Property<string>("FIsSourceControl")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("货源控制");
- b.Property<string>("FIsSubContract")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("允许委外");
- b.Property<string>("FIsTaxEnjoy")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("享受税收优惠政策");
- b.Property<string>("FIsVmiBusiness")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("VMI业务");
- b.Property<string>("FIssueType")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("发料方式");
- b.Property<decimal?>("FLENGTH")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("长");
- b.Property<decimal?>("FLOSSPERCENT")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("变动损耗率(%)");
- b.Property<decimal?>("FLeadExtendDay")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("提前宽限期");
- b.Property<string>("FMaterialGroup")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("物料分组编码");
- b.Property<string>("FMaterialGroup_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("物料分组");
- b.Property<decimal?>("FMaxPOQty")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("最大订货量");
- b.Property<decimal?>("FMaxStock")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("最大库存");
- b.Property<string>("FMdlId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("产品模型");
- b.Property<string>("FMdlMaterialId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("模型物料");
- b.Property<string>("FMfgPolicyId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("制造策略");
- b.Property<decimal?>("FMinIssueQty")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("最小发料批量");
- b.Property<string>("FMinIssueUnitId_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("最小发料批量单位");
- b.Property<decimal?>("FMinPOQty")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("最小订货量");
- b.Property<decimal?>("FMinPackCount")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("最小包装数");
- b.Property<decimal?>("FMinSplitQty")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("最小拆分数量");
- b.Property<decimal?>("FMinStock")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("最小库存");
- b.Property<string>("FMnemonicCode")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("助记码");
- b.Property<string>("FModifierId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("修改人");
- b.Property<DateTime?>("FModifyDate")
- .HasColumnType("datetime2")
- .HasComment("修改日期");
- b.Property<decimal?>("FNETWEIGHT")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("净重");
- b.Property<string>("FName_2052")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("名称");
- b.Property<string>("FNumber")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("编码");
- b.Property<string>("FOldNumber")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("旧物料编码");
- b.Property<decimal?>("FOnlineLife")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("在架寿命期");
- b.Property<decimal?>("FOrderIntervalTime")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("订货间隔期");
- b.Property<string>("FOrderIntervalTimeType")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("订货间隔期单位");
- b.Property<string>("FOrderPolicy")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("订货策略");
- b.Property<decimal?>("FOrderQty")
- .HasPrecision(20, 10)
- .HasColumnType("decimal(20,10)")
- .HasComment("起订量");
- b.Property<string>("FOrgTrustBillType_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("组织间受托类型");
- b.Property<string>("FOutLmtUnit")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("超发控制单位");
- b.Property<decimal?>("FOutStockLmtH")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("超发上限(%)");
- b.Property<decimal?>("FOutStockLmtL")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("超发下限(%)");
- b.Property<string>("FOverControlMode")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("超发控制方式");
- b.Property<string>("FPOBillTypeId_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("采购类型");
- b.Property<decimal?>("FPerUnitStandHour")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("标准工时");
- b.Property<string>("FPickBinId_FF100002")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("发料仓位.客户.编码");
- b.Property<string>("FPickBinId_FF100002_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("发料仓位.客户.名称");
- b.Property<string>("FPickBinId_FF100003")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("发料仓位.供应商.编码");
- b.Property<string>("FPickBinId_FF100003_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("发料仓位.供应商.名称");
- b.Property<string>("FPickBinId_FF100004")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("发料仓位.服务机客户.编码");
- b.Property<string>("FPickBinId_FF100004_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("发料仓位.服务机客户.名称");
- b.Property<string>("FPickStockId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("发料仓库");
- b.Property<string>("FPickStockLoc")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("发料仓位");
- b.Property<decimal?>("FPlanBatchSplitQty")
- .HasPrecision(20, 10)
- .HasColumnType("decimal(20,10)")
- .HasComment("拆分批量");
- b.Property<string>("FPlanGroupId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("计划组");
- b.Property<string>("FPlanIdent_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("计划标识");
- b.Property<decimal?>("FPlanIntervalsDays")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("批量拆分间隔天数");
- b.Property<decimal?>("FPlanOffsetTime")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("偏置时间");
- b.Property<string>("FPlanOffsetTimeType")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("时间单位");
- b.Property<decimal?>("FPlanSafeStockQty")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("安全库存");
- b.Property<decimal?>("FPlanTimeZone")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("计划时界");
- b.Property<string>("FPlanWorkshop_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("计划区");
- b.Property<string>("FPlanerID_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("计划员");
- b.Property<string>("FPlanningStrategy")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("计划策略");
- b.Property<decimal?>("FPrintCount")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("重复打印数");
- b.Property<string>("FProScheTrackId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("订单进度分组");
- b.Property<string>("FProduceBillType_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("生产类型");
- b.Property<string>("FProduceUnitId_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("生产单位");
- b.Property<string>("FProductLine_Name")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("产品系列");
- b.Property<string>("FPurchaseGroupId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("采购组");
- b.Property<string>("FPurchaseOrgId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("采购组织");
- b.Property<string>("FPurchasePriceUnitId_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("采购计价单位");
- b.Property<string>("FPurchaseUnitId_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("采购单位");
- b.Property<string>("FPurchaserId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("采购员");
- b.Property<string>("FQtyFactorId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("数量负荷系数");
- b.Property<string>("FQuotaType")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("配额方式");
- b.Property<decimal?>("FReOrderGood")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("再订货点");
- b.Property<decimal?>("FReceiveAdvanceDays")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("收货提前天数");
- b.Property<decimal?>("FReceiveDelayDays")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("收货延迟天数");
- b.Property<decimal?>("FReceiveMaxScale")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("收货上限比例(%)");
- b.Property<decimal?>("FReceiveMinScale")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("收货下限比例(%)");
- b.Property<decimal?>("FRefCost")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("参考成本");
- b.Property<decimal?>("FRequestTimeZone")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("需求时界");
- b.Property<string>("FReserveType")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("预留类型");
- b.Property<string>("FSNCodeRule_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("序列号编码规则");
- b.Property<string>("FSNUnit_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("序列号单位");
- b.Property<decimal?>("FSafeStock")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("安全库存");
- b.Property<string>("FSalGroup_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("销售分组");
- b.Property<string>("FSalePriceUnitId_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("销售计价单位");
- b.Property<string>("FSaleUnitId_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("销售单位");
- b.Property<string>("FSpecification_2052")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("规格型号");
- b.Property<string>("FStandHourUnitId")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("工时单位");
- b.Property<decimal?>("FStdLaborPrePareTime")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("标准人员准备工时");
- b.Property<decimal?>("FStdLaborProcessTime")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("标准人员实作工时");
- b.Property<decimal?>("FStdMachinePrepareTime")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("标准机器准备工时");
- b.Property<decimal?>("FStdMachineProcessTime")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("标准机器实作工时");
- b.Property<decimal?>("FStockCycle")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("复检周期");
- b.Property<string>("FStockId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("仓库");
- b.Property<string>("FStockLoc")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("仓位");
- b.Property<string>("FStockPlaceId_FF100002")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("仓位.客户.编码");
- b.Property<string>("FStockPlaceId_FF100002_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("仓位.客户.名称");
- b.Property<string>("FStockPlaceId_FF100003")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("仓位.供应商.编码");
- b.Property<string>("FStockPlaceId_FF100003_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("仓位.供应商.名称");
- b.Property<string>("FStockPlaceId_FF100004")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("仓位.服务机客户.编码");
- b.Property<string>("FStockPlaceId_FF100004_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("仓位.服务机客户.名称");
- b.Property<string>("FStoreUnitID_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("库存单位");
- b.Property<string>("FSubBillType_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("委外类型");
- b.Property<string>("FSubconPriceUnitId_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("委外计价单位");
- b.Property<string>("FSubconUnitId_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("委外单位");
- b.Property<string>("FSuite")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("套件");
- b.Property<string>("FSupplySourceId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("供应来源");
- b.Property<string>("FTaxCategoryCodeId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("税收分类编码");
- b.Property<string>("FTaxDiscountsType")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("税收优惠政策类型");
- b.Property<string>("FTaxRateId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("默认税率");
- b.Property<string>("FTaxType_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("税分类");
- b.Property<string>("FTimeFactorId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("时间紧迫系数");
- b.Property<string>("FUnValidateExpQty")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("不参与可发量统计");
- b.Property<string>("FUseOrgId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("使用组织");
- b.Property<string>("FUseStatus")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("数据状态");
- b.Property<decimal?>("FVOLUME")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("体积");
- b.Property<string>("FVOLUMEUNITID_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("尺寸单位");
- b.Property<decimal?>("FVarLeadTime")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("变动提前期");
- b.Property<decimal?>("FVarLeadTimeLotSize")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("变动提前期批量");
- b.Property<string>("FVarLeadTimeType")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("变动提前期单位");
- b.Property<decimal?>("FWARRANTY")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("保修期");
- b.Property<string>("FWARRANTYUNITID")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("保修期单位");
- b.Property<string>("FWEIGHTUNITID_Name")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("重量单位");
- b.Property<decimal?>("FWIDTH")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("宽");
- b.Property<string>("FWorkShopId_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("生产车间");
- b.Property<decimal?>("FWriteOffQty")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("冲销数量");
- b.Property<string>("F_BZGG")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("包装规格");
- b.Property<string>("F_CPFL_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("产品分类");
- b.Property<string>("F_CPPLLB")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("产品披露类别");
- b.Property<string>("F_CPX_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("产品线");
- b.Property<string>("F_DYDWLX")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("电压/电网类型");
- b.Property<string>("F_DZLSX")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("电子料属性");
- b.Property<string>("F_GLD_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("功率段");
- b.Property<DateTime?>("F_GSZHGGRQ")
- .HasColumnType("datetime2")
- .HasComment("工时最后更改日期");
- b.Property<string>("F_GSZHGGR_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("工时最后更改人");
- b.Property<string>("F_GWLH_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("根物料号");
- b.Property<string>("F_GYS")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("供应商");
- b.Property<decimal?>("F_HLBZL")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("回料包装量");
- b.Property<string>("F_JCYY")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("禁采原因");
- b.Property<string>("F_JWLBMU8")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("旧物料编码U8");
- b.Property<string>("F_PP_Name")
- .HasMaxLength(255)
- .HasColumnType("nvarchar(255)")
- .HasComment("品牌");
- b.Property<string>("F_SFJLPCH")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("是否记录批次号");
- b.Property<string>("F_SMZQ")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("料号生命周期");
- b.Property<DateTime?>("F_SMZQZHGGRQ")
- .HasColumnType("datetime2")
- .HasComment("生命周期最后更改日期");
- b.Property<string>("F_SMZQZHGGR_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("生命周期最后更改人");
- b.Property<DateTime?>("F_TJZLZHGGRQ")
- .HasColumnType("datetime2")
- .HasComment("体积重量最后更改日期");
- b.Property<string>("F_TJZLZHGGR_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("体积重量最后更改人");
- b.Property<string>("F_WLLX")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("物料类型");
- b.Property<string>("F_WLSQR_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("物料申请人");
- b.Property<string>("F_XSXH_2052")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("SAJ型号");
- b.Property<string>("F_YWLX")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("业务类型");
- b.Property<string>("F_YXQG")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("允许请购");
- b.Property<string>("F_YXSL")
- .HasMaxLength(1)
- .HasColumnType("nvarchar(1)")
- .HasComment("允许收料");
- b.Property<string>("F_YZSG")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)")
- .HasComment("已终审过");
- b.Property<decimal?>("F_ZJCSGS")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("整机测试工时");
- b.Property<string>("F_ZJGLWLH_Name")
- .HasMaxLength(80)
- .HasColumnType("nvarchar(80)")
- .HasComment("直接关联物料号");
- b.Property<decimal?>("F_ZJZB_Name")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("整机质保(月)");
- b.Property<decimal?>("F_ZYGS")
- .HasPrecision(23, 10)
- .HasColumnType("decimal(23,10)")
- .HasComment("作业工时");
- b.HasKey("Id");
- b.ToTable("in_kd_material", (string)null);
- b.HasComment("物料");
- });
- #pragma warning restore 612, 618
- }
- }
- }
|