BusinessExtMigrationDbContextModelSnapshot.cs 63 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543
  1. // <auto-generated />
  2. using System;
  3. using Business.EntityFrameworkCore;
  4. using Microsoft.EntityFrameworkCore;
  5. using Microsoft.EntityFrameworkCore.Infrastructure;
  6. using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
  7. using Volo.Abp.EntityFrameworkCore;
  8. #nullable disable
  9. namespace Business.Migrations.BusinessExtMigrationDb
  10. {
  11. [DbContext(typeof(BusinessExtMigrationDbContext))]
  12. partial class BusinessExtMigrationDbContextModelSnapshot : ModelSnapshot
  13. {
  14. protected override void BuildModel(ModelBuilder modelBuilder)
  15. {
  16. #pragma warning disable 612, 618
  17. modelBuilder
  18. .HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.MySql)
  19. .HasAnnotation("ProductVersion", "6.0.5")
  20. .HasAnnotation("Relational:MaxIdentifierLength", 64);
  21. modelBuilder.Entity("Bussiness.Model.Ext.in_kd_bom", b =>
  22. {
  23. b.Property<long>("Id")
  24. .ValueGeneratedOnAdd()
  25. .HasColumnType("bigint");
  26. b.Property<string>("FBOMCATEGORY")
  27. .HasMaxLength(80)
  28. .HasColumnType("varchar(80)")
  29. .HasComment("BOM分类");
  30. b.Property<DateTime?>("FCHILDITEMMODEL")
  31. .HasMaxLength(80)
  32. .HasColumnType("datetime(6)")
  33. .HasComment("子项规格型号");
  34. b.Property<string>("FCHILDITEMNAME")
  35. .HasMaxLength(80)
  36. .HasColumnType("varchar(80)")
  37. .HasComment("子项物料名称");
  38. b.Property<string>("FCHILDUNITID_Name")
  39. .HasMaxLength(10)
  40. .HasColumnType("varchar(10)")
  41. .HasComment("子项单位");
  42. b.Property<string>("FChildSupplyOrgId_Name")
  43. .HasMaxLength(80)
  44. .HasColumnType("varchar(80)")
  45. .HasComment("供应组织");
  46. b.Property<decimal?>("FDENOMINATOR")
  47. .HasPrecision(23, 10)
  48. .HasColumnType("decimal(23,10)")
  49. .HasComment("用量:分母");
  50. b.Property<string>("FITEMMODEL")
  51. .HasMaxLength(80)
  52. .HasColumnType("varchar(80)")
  53. .HasComment("规格型号");
  54. b.Property<string>("FITEMNAME")
  55. .HasMaxLength(80)
  56. .HasColumnType("varchar(80)")
  57. .HasComment("物料名称");
  58. b.Property<string>("FITEMPPROPERTY")
  59. .HasMaxLength(10)
  60. .HasColumnType("varchar(10)")
  61. .HasComment("数据状态");
  62. b.Property<string>("FIskeyItem")
  63. .HasMaxLength(1)
  64. .HasColumnType("varchar(1)")
  65. .HasComment("替代主料");
  66. b.Property<string>("FMATERIALIDCHILD_Name")
  67. .HasMaxLength(80)
  68. .HasColumnType("varchar(80)")
  69. .HasComment("子项物料编码");
  70. b.Property<string>("FMATERIALID_Name")
  71. .HasMaxLength(80)
  72. .HasColumnType("varchar(80)")
  73. .HasComment("父项物料编码");
  74. b.Property<decimal?>("FNUMERATOR")
  75. .HasPrecision(23, 10)
  76. .HasColumnType("decimal(23,10)")
  77. .HasComment("用量:分子");
  78. b.Property<string>("FName_2052")
  79. .HasMaxLength(10)
  80. .HasColumnType("varchar(10)")
  81. .HasComment("BOM简称");
  82. b.Property<string>("FNumber")
  83. .HasMaxLength(80)
  84. .HasColumnType("varchar(80)")
  85. .HasComment("BOM版本");
  86. b.Property<string>("FPROCESSID_Name")
  87. .HasMaxLength(80)
  88. .HasColumnType("varchar(80)")
  89. .HasComment("作业");
  90. b.Property<int?>("FReplaceGroup")
  91. .HasColumnType("int")
  92. .HasComment("项次");
  93. b.Property<string>("FReplacePolicy")
  94. .HasMaxLength(80)
  95. .HasColumnType("varchar(80)")
  96. .HasComment("替代策略");
  97. b.Property<int?>("FReplacePriority")
  98. .HasColumnType("int")
  99. .HasComment("替代优先级");
  100. b.Property<string>("FReplaceType")
  101. .HasMaxLength(80)
  102. .HasColumnType("varchar(80)")
  103. .HasComment("替代方式");
  104. b.Property<string>("FSubstitutionId_Name")
  105. .HasMaxLength(255)
  106. .HasColumnType("varchar(255)")
  107. .HasComment("80");
  108. b.Property<string>("FSubstitutionName")
  109. .HasMaxLength(80)
  110. .HasColumnType("varchar(80)")
  111. .HasComment("替代方案名称");
  112. b.Property<string>("FSupplyType")
  113. .HasMaxLength(1)
  114. .HasColumnType("varchar(1)")
  115. .HasComment("供应类型");
  116. b.Property<string>("FUseOrgId_Name")
  117. .HasMaxLength(80)
  118. .HasColumnType("varchar(80)")
  119. .HasComment("使用组织");
  120. b.Property<string>("F_ZXWLMS")
  121. .HasMaxLength(255)
  122. .HasColumnType("varchar(255)")
  123. .HasComment("子项物料描述");
  124. b.Property<string>("F_ZXWLPP")
  125. .HasMaxLength(255)
  126. .HasColumnType("varchar(255)")
  127. .HasComment("子项物料品牌");
  128. b.HasKey("Id");
  129. b.ToTable("bom", (string)null);
  130. b.HasComment("物料清单");
  131. });
  132. modelBuilder.Entity("Bussiness.Model.Ext.in_kd_material", b =>
  133. {
  134. b.Property<long>("Id")
  135. .ValueGeneratedOnAdd()
  136. .HasColumnType("bigint");
  137. b.Property<decimal?>("FATOSchemeId_Name")
  138. .HasPrecision(20, 8)
  139. .HasColumnType("decimal(20,8)")
  140. .HasComment("ATO预测冲销方案");
  141. b.Property<decimal?>("FAccuLeadTime")
  142. .HasPrecision(20, 8)
  143. .HasColumnType("decimal(20,8)")
  144. .HasComment("累计提前期");
  145. b.Property<decimal?>("FAgentSalReduceRate")
  146. .HasPrecision(20, 8)
  147. .HasColumnType("decimal(20,8)")
  148. .HasComment("代理销售减价比例(%)");
  149. b.Property<string>("FAllowPartAhead")
  150. .HasMaxLength(1)
  151. .HasColumnType("varchar(1)")
  152. .HasComment("预计入库允许部分提前");
  153. b.Property<string>("FAllowPartDelay")
  154. .HasMaxLength(1)
  155. .HasColumnType("varchar(1)")
  156. .HasComment("预计入库允许部分延后");
  157. b.Property<string>("FAllowPublish")
  158. .HasMaxLength(1)
  159. .HasColumnType("varchar(1)")
  160. .HasComment("允许发布到订货平台");
  161. b.Property<DateTime?>("FApproveDate")
  162. .HasColumnType("datetime(6)")
  163. .HasComment("审核日期");
  164. b.Property<string>("FApproverId_Name")
  165. .HasMaxLength(80)
  166. .HasColumnType("varchar(80)")
  167. .HasComment("审核人");
  168. b.Property<string>("FAuxPropertyId_Name")
  169. .HasMaxLength(255)
  170. .HasColumnType("varchar(255)")
  171. .HasComment("辅助属性");
  172. b.Property<string>("FAuxUnitID_Name")
  173. .HasMaxLength(10)
  174. .HasColumnType("varchar(10)")
  175. .HasComment("辅助单位");
  176. b.Property<string>("FBARCODE")
  177. .HasMaxLength(80)
  178. .HasColumnType("varchar(80)")
  179. .HasComment("条码");
  180. b.Property<string>("FBKFLTime")
  181. .HasMaxLength(80)
  182. .HasColumnType("varchar(80)")
  183. .HasComment("倒冲时机");
  184. b.Property<string>("FBOMUnitId_Name")
  185. .HasMaxLength(10)
  186. .HasColumnType("varchar(10)")
  187. .HasComment("子项单位");
  188. b.Property<string>("FBackFlushType")
  189. .HasMaxLength(80)
  190. .HasColumnType("varchar(80)")
  191. .HasComment("倒冲数量");
  192. b.Property<string>("FBaseUnitId_Name")
  193. .HasMaxLength(80)
  194. .HasColumnType("varchar(80)")
  195. .HasComment("基本单位");
  196. b.Property<string>("FBatchRuleID_Name")
  197. .HasMaxLength(80)
  198. .HasColumnType("varchar(80)")
  199. .HasComment("批号编码规则");
  200. b.Property<decimal?>("FBoxStandardQty")
  201. .HasPrecision(20, 8)
  202. .HasColumnType("decimal(20,8)")
  203. .HasComment("单箱标准数量");
  204. b.Property<string>("FCONFIGTYPE")
  205. .HasMaxLength(255)
  206. .HasColumnType("varchar(255)")
  207. .HasComment("配置生产");
  208. b.Property<decimal?>("FCanDelayDays")
  209. .HasPrecision(20, 8)
  210. .HasColumnType("decimal(20,8)")
  211. .HasComment("允许延后天数");
  212. b.Property<decimal?>("FCanLeadDays")
  213. .HasPrecision(20, 8)
  214. .HasColumnType("decimal(20,8)")
  215. .HasComment("允许提前天数");
  216. b.Property<string>("FCategoryID_Name")
  217. .HasMaxLength(80)
  218. .HasColumnType("varchar(80)")
  219. .HasComment("存货类别");
  220. b.Property<string>("FChargeID_Name")
  221. .HasMaxLength(80)
  222. .HasColumnType("varchar(80)")
  223. .HasComment("费用项目");
  224. b.Property<string>("FCheckDelivery")
  225. .HasMaxLength(1)
  226. .HasColumnType("varchar(1)")
  227. .HasComment("发货检验");
  228. b.Property<string>("FCheckEntrusted")
  229. .HasMaxLength(1)
  230. .HasColumnType("varchar(1)")
  231. .HasComment("受托材料检验");
  232. b.Property<string>("FCheckIncoming")
  233. .HasMaxLength(1)
  234. .HasColumnType("varchar(1)")
  235. .HasComment("来料检验");
  236. b.Property<decimal?>("FCheckLeadTime")
  237. .HasPrecision(20, 8)
  238. .HasColumnType("decimal(20,8)")
  239. .HasComment("检验提前期");
  240. b.Property<string>("FCheckLeadTimeType")
  241. .HasMaxLength(10)
  242. .HasColumnType("varchar(10)")
  243. .HasComment("检验提前期单位");
  244. b.Property<string>("FCheckOther")
  245. .HasMaxLength(1)
  246. .HasColumnType("varchar(1)")
  247. .HasComment("其他检验");
  248. b.Property<string>("FCheckProduct")
  249. .HasMaxLength(1)
  250. .HasColumnType("varchar(1)")
  251. .HasComment("产品检验");
  252. b.Property<string>("FCheckReturn")
  253. .HasMaxLength(1)
  254. .HasColumnType("varchar(1)")
  255. .HasComment("退货检验");
  256. b.Property<string>("FCheckReturnMtrl")
  257. .HasMaxLength(1)
  258. .HasColumnType("varchar(1)")
  259. .HasComment("生产退料检验");
  260. b.Property<string>("FCheckStock")
  261. .HasMaxLength(1)
  262. .HasColumnType("varchar(1)")
  263. .HasComment("库存检验");
  264. b.Property<decimal?>("FConsumVolatility")
  265. .HasPrecision(20, 8)
  266. .HasColumnType("decimal(20,8)")
  267. .HasComment("消耗波动(%)");
  268. b.Property<decimal?>("FCostPriceRate")
  269. .HasPrecision(20, 8)
  270. .HasColumnType("decimal(20,8)")
  271. .HasComment("结算成本价加减价比例(%)");
  272. b.Property<string>("FCountCycle")
  273. .HasMaxLength(10)
  274. .HasColumnType("varchar(10)")
  275. .HasComment("盘点周期单位");
  276. b.Property<decimal?>("FCountDay")
  277. .HasPrecision(20, 8)
  278. .HasColumnType("decimal(20,8)")
  279. .HasComment("盘点周期");
  280. b.Property<DateTime?>("FCreateDate")
  281. .HasColumnType("datetime(6)")
  282. .HasComment("创建日期");
  283. b.Property<string>("FCreateOrgId_Name")
  284. .HasMaxLength(80)
  285. .HasColumnType("varchar(80)")
  286. .HasComment("创建组织");
  287. b.Property<string>("FCreatorId_Name")
  288. .HasMaxLength(80)
  289. .HasColumnType("varchar(80)")
  290. .HasComment("创建人");
  291. b.Property<string>("FCurrencyId_Name")
  292. .HasMaxLength(80)
  293. .HasColumnType("varchar(80)")
  294. .HasComment("币别");
  295. b.Property<string>("FDSMatchByLot")
  296. .HasMaxLength(1)
  297. .HasColumnType("varchar(1)")
  298. .HasComment("按批号匹配供需");
  299. b.Property<decimal?>("FDailyOutQty")
  300. .HasPrecision(20, 8)
  301. .HasColumnType("decimal(20,8)")
  302. .HasComment("日产量");
  303. b.Property<string>("FDataSource")
  304. .HasMaxLength(10)
  305. .HasColumnType("varchar(10)")
  306. .HasComment("物料来源");
  307. b.Property<string>("FDefBarCodeRuleId_Name")
  308. .HasMaxLength(255)
  309. .HasColumnType("varchar(255)")
  310. .HasComment("默认条码规则");
  311. b.Property<string>("FDefaultLineId_Name")
  312. .HasMaxLength(80)
  313. .HasColumnType("varchar(80)")
  314. .HasComment("默认产线");
  315. b.Property<string>("FDefaultRouting_Name")
  316. .HasMaxLength(255)
  317. .HasColumnType("varchar(255)")
  318. .HasComment("默认工艺路线");
  319. b.Property<string>("FDefaultVendor_Name")
  320. .HasMaxLength(80)
  321. .HasColumnType("varchar(80)")
  322. .HasComment("默认供应商");
  323. b.Property<decimal?>("FDelayExtendDay")
  324. .HasPrecision(20, 8)
  325. .HasColumnType("decimal(20,8)")
  326. .HasComment("延后宽限期");
  327. b.Property<string>("FDescription_2052")
  328. .HasMaxLength(255)
  329. .HasColumnType("varchar(255)")
  330. .HasComment("描述");
  331. b.Property<decimal?>("FEOQ")
  332. .HasPrecision(20, 8)
  333. .HasColumnType("decimal(20,8)")
  334. .HasComment("固定/经济批量");
  335. b.Property<decimal?>("FEWLeadDay")
  336. .HasPrecision(20, 8)
  337. .HasColumnType("decimal(20,8)")
  338. .HasComment("提醒提前期");
  339. b.Property<decimal?>("FEconReOrderQty")
  340. .HasPrecision(20, 8)
  341. .HasColumnType("decimal(20,8)")
  342. .HasComment("经济订货批量");
  343. b.Property<string>("FEnableCyclistQCSTK")
  344. .HasMaxLength(1)
  345. .HasColumnType("varchar(1)")
  346. .HasComment("启用库存周期复检");
  347. b.Property<string>("FEnableCyclistQCSTKEW")
  348. .HasMaxLength(1)
  349. .HasColumnType("varchar(1)")
  350. .HasComment("启用库存周期复检提醒");
  351. b.Property<string>("FErpClsID")
  352. .HasMaxLength(80)
  353. .HasColumnType("varchar(80)")
  354. .HasComment("物料属性");
  355. b.Property<decimal?>("FExpPeriod")
  356. .HasPrecision(20, 8)
  357. .HasColumnType("decimal(20,8)")
  358. .HasComment("保质期");
  359. b.Property<string>("FExpUnit")
  360. .HasMaxLength(10)
  361. .HasColumnType("varchar(10)")
  362. .HasComment("保质期单位");
  363. b.Property<decimal?>("FFIXLOSS")
  364. .HasPrecision(20, 8)
  365. .HasColumnType("decimal(20,8)")
  366. .HasComment("固定损耗");
  367. b.Property<string>("FFeatureItem")
  368. .HasMaxLength(80)
  369. .HasColumnType("varchar(80)")
  370. .HasComment("特征件子项");
  371. b.Property<decimal?>("FFinishReceiptOverRate")
  372. .HasPrecision(20, 8)
  373. .HasColumnType("decimal(20,8)")
  374. .HasComment("入库超收比例(%)");
  375. b.Property<string>("FFinishReceiptShortRate")
  376. .HasMaxLength(255)
  377. .HasColumnType("varchar(255)")
  378. .HasComment("入库欠收比例(%)");
  379. b.Property<decimal?>("FFixLeadTime")
  380. .HasPrecision(20, 8)
  381. .HasColumnType("decimal(20,8)")
  382. .HasComment("固定提前期");
  383. b.Property<decimal?>("FFixLeadTimeType")
  384. .HasPrecision(20, 8)
  385. .HasColumnType("decimal(20,8)")
  386. .HasComment("固定提前期单位");
  387. b.Property<DateTime?>("FForbidDate")
  388. .HasColumnType("datetime(6)")
  389. .HasComment("禁用日期");
  390. b.Property<string>("FForbidResonIsUsed")
  391. .HasMaxLength(1)
  392. .HasColumnType("varchar(1)")
  393. .HasComment("已使用");
  394. b.Property<string>("FForbidReson_2052")
  395. .HasMaxLength(255)
  396. .HasColumnType("varchar(255)")
  397. .HasComment("禁用原因");
  398. b.Property<string>("FForbidStatus")
  399. .HasMaxLength(10)
  400. .HasColumnType("varchar(10)")
  401. .HasComment("禁用状态");
  402. b.Property<string>("FForbidderId_Name")
  403. .HasMaxLength(80)
  404. .HasColumnType("varchar(80)")
  405. .HasComment("禁用人");
  406. b.Property<decimal?>("FGROSSWEIGHT")
  407. .HasPrecision(20, 8)
  408. .HasColumnType("decimal(20,8)")
  409. .HasComment("毛重");
  410. b.Property<decimal?>("FHEIGHT")
  411. .HasPrecision(20, 8)
  412. .HasColumnType("decimal(20,8)")
  413. .HasComment("高");
  414. b.Property<decimal?>("FIFAgentPurPlusRatesPR")
  415. .HasPrecision(20, 8)
  416. .HasColumnType("decimal(20,8)")
  417. .HasComment("代理采购加成比例");
  418. b.Property<string>("FISAFTERSALE")
  419. .HasMaxLength(1)
  420. .HasColumnType("varchar(1)")
  421. .HasComment("启用售后服务");
  422. b.Property<string>("FISMinIssueQty")
  423. .HasMaxLength(1)
  424. .HasColumnType("varchar(1)")
  425. .HasComment("领料考虑最小发料批量");
  426. b.Property<string>("FISPRODUCTFILES")
  427. .HasMaxLength(1)
  428. .HasColumnType("varchar(1)")
  429. .HasComment("生成产品档案");
  430. b.Property<string>("FISWARRANTED")
  431. .HasMaxLength(1)
  432. .HasColumnType("varchar(1)")
  433. .HasComment("是否保修");
  434. b.Property<string>("FIncQcSchemeId_Name")
  435. .HasMaxLength(255)
  436. .HasColumnType("varchar(255)")
  437. .HasComment("质检方案");
  438. b.Property<string>("FIncSampSchemeId_Name")
  439. .HasMaxLength(255)
  440. .HasColumnType("varchar(255)")
  441. .HasComment("抽样方案");
  442. b.Property<decimal?>("FIncreaseQty")
  443. .HasPrecision(20, 8)
  444. .HasColumnType("decimal(20,8)")
  445. .HasComment("最小包装量");
  446. b.Property<string>("FInspectGroupId_Name")
  447. .HasMaxLength(80)
  448. .HasColumnType("varchar(80)")
  449. .HasComment("质检组");
  450. b.Property<string>("FInspectorId_Name")
  451. .HasMaxLength(80)
  452. .HasColumnType("varchar(80)")
  453. .HasComment("质检员");
  454. b.Property<string>("FIsATPCheck")
  455. .HasMaxLength(1)
  456. .HasColumnType("varchar(1)")
  457. .HasComment("ATP检查");
  458. b.Property<string>("FIsAffectCost1")
  459. .HasMaxLength(1)
  460. .HasColumnType("varchar(1)")
  461. .HasComment("影响出库成本");
  462. b.Property<string>("FIsAffectPlan1")
  463. .HasMaxLength(1)
  464. .HasColumnType("varchar(1)")
  465. .HasComment("影响计划");
  466. b.Property<string>("FIsAffectPrice1")
  467. .HasMaxLength(1)
  468. .HasColumnType("varchar(1)")
  469. .HasComment("影响价格");
  470. b.Property<string>("FIsBatchManage")
  471. .HasMaxLength(1)
  472. .HasColumnType("varchar(1)")
  473. .HasComment("启用批号管理");
  474. b.Property<string>("FIsCoby")
  475. .HasMaxLength(1)
  476. .HasColumnType("varchar(1)")
  477. .HasComment("可为联副产品");
  478. b.Property<string>("FIsComControl")
  479. .HasMaxLength(1)
  480. .HasColumnType("varchar(1)")
  481. .HasComment("组合控制");
  482. b.Property<string>("FIsCompleteSet")
  483. .HasMaxLength(1)
  484. .HasColumnType("varchar(1)")
  485. .HasComment("是否齐套件");
  486. b.Property<string>("FIsCycleCounting")
  487. .HasMaxLength(1)
  488. .HasColumnType("varchar(1)")
  489. .HasComment("启用盘点周期");
  490. b.Property<string>("FIsECN")
  491. .HasMaxLength(1)
  492. .HasColumnType("varchar(1)")
  493. .HasComment("启用ECN");
  494. b.Property<string>("FIsEnable1")
  495. .HasMaxLength(1)
  496. .HasColumnType("varchar(1)")
  497. .HasComment("启用");
  498. b.Property<string>("FIsEnableMaxStock")
  499. .HasMaxLength(1)
  500. .HasColumnType("varchar(1)")
  501. .HasComment("启用最大库存");
  502. b.Property<string>("FIsEnableMinStock")
  503. .HasMaxLength(1)
  504. .HasColumnType("varchar(1)")
  505. .HasComment("启用最小库存");
  506. b.Property<string>("FIsEnableReOrder")
  507. .HasMaxLength(1)
  508. .HasColumnType("varchar(1)")
  509. .HasComment("启用再订货点");
  510. b.Property<string>("FIsEnableSafeStock")
  511. .HasMaxLength(1)
  512. .HasColumnType("varchar(1)")
  513. .HasComment("启用安全库存");
  514. b.Property<string>("FIsEnableSchedule")
  515. .HasMaxLength(1)
  516. .HasColumnType("varchar(1)")
  517. .HasComment("启用日排产");
  518. b.Property<string>("FIsExpParToFlot")
  519. .HasMaxLength(1)
  520. .HasColumnType("varchar(1)")
  521. .HasComment("批号附属信息");
  522. b.Property<string>("FIsFirstInspect")
  523. .HasMaxLength(1)
  524. .HasColumnType("varchar(1)")
  525. .HasComment("产品首检");
  526. b.Property<string>("FIsInventory")
  527. .HasMaxLength(1)
  528. .HasColumnType("varchar(1)")
  529. .HasComment("允许库存");
  530. b.Property<string>("FIsKFPeriod")
  531. .HasMaxLength(1)
  532. .HasColumnType("varchar(1)")
  533. .HasComment("启用保质期管理");
  534. b.Property<string>("FIsKitting")
  535. .HasMaxLength(1)
  536. .HasColumnType("varchar(1)")
  537. .HasComment("是否关键件");
  538. b.Property<string>("FIsLockStock")
  539. .HasMaxLength(1)
  540. .HasColumnType("varchar(1)")
  541. .HasComment("可锁库");
  542. b.Property<string>("FIsMainPrd")
  543. .HasMaxLength(1)
  544. .HasColumnType("varchar(1)")
  545. .HasComment("可为主产品");
  546. b.Property<string>("FIsMrpComBill")
  547. .HasMaxLength(1)
  548. .HasColumnType("varchar(1)")
  549. .HasComment("MRP计算是否按单合并");
  550. b.Property<string>("FIsMrpComReq")
  551. .HasMaxLength(1)
  552. .HasColumnType("varchar(1)")
  553. .HasComment("MRP计算是否合并需求");
  554. b.Property<string>("FIsMustCounting")
  555. .HasMaxLength(1)
  556. .HasColumnType("varchar(1)")
  557. .HasComment("必盘");
  558. b.Property<string>("FIsPR")
  559. .HasMaxLength(1)
  560. .HasColumnType("varchar(1)")
  561. .HasComment("需要请购");
  562. b.Property<string>("FIsProductLine")
  563. .HasMaxLength(1)
  564. .HasColumnType("varchar(1)")
  565. .HasComment("生产线生产");
  566. b.Property<string>("FIsPurchase")
  567. .HasMaxLength(1)
  568. .HasColumnType("varchar(1)")
  569. .HasComment("允许采购");
  570. b.Property<string>("FIsQuota")
  571. .HasMaxLength(1)
  572. .HasColumnType("varchar(1)")
  573. .HasComment("配额管理");
  574. b.Property<string>("FIsReturn")
  575. .HasMaxLength(1)
  576. .HasColumnType("varchar(1)")
  577. .HasComment("允许退货");
  578. b.Property<string>("FIsReturnMaterial")
  579. .HasMaxLength(1)
  580. .HasColumnType("varchar(1)")
  581. .HasComment("允许退料");
  582. b.Property<string>("FIsReturnPart")
  583. .HasMaxLength(1)
  584. .HasColumnType("varchar(1)")
  585. .HasComment("部件可退");
  586. b.Property<string>("FIsSNCarryToParent")
  587. .HasMaxLength(1)
  588. .HasColumnType("varchar(1)")
  589. .HasComment("序列号携带到父项");
  590. b.Property<string>("FIsSNManage")
  591. .HasMaxLength(1)
  592. .HasColumnType("varchar(1)")
  593. .HasComment("库存管理");
  594. b.Property<string>("FIsSNPRDTracy")
  595. .HasMaxLength(1)
  596. .HasColumnType("varchar(1)")
  597. .HasComment("生产追溯");
  598. b.Property<string>("FIsSale")
  599. .HasMaxLength(1)
  600. .HasColumnType("varchar(1)")
  601. .HasComment("允许销售");
  602. b.Property<string>("FIsSourceControl")
  603. .HasMaxLength(1)
  604. .HasColumnType("varchar(1)")
  605. .HasComment("货源控制");
  606. b.Property<string>("FIsSubContract")
  607. .HasMaxLength(1)
  608. .HasColumnType("varchar(1)")
  609. .HasComment("允许委外");
  610. b.Property<string>("FIsTaxEnjoy")
  611. .HasMaxLength(1)
  612. .HasColumnType("varchar(1)")
  613. .HasComment("享受税收优惠政策");
  614. b.Property<string>("FIsVmiBusiness")
  615. .HasMaxLength(1)
  616. .HasColumnType("varchar(1)")
  617. .HasComment("VMI业务");
  618. b.Property<string>("FIssueType")
  619. .HasMaxLength(10)
  620. .HasColumnType("varchar(10)")
  621. .HasComment("发料方式");
  622. b.Property<decimal?>("FLENGTH")
  623. .HasPrecision(20, 8)
  624. .HasColumnType("decimal(20,8)")
  625. .HasComment("长");
  626. b.Property<decimal?>("FLOSSPERCENT")
  627. .HasPrecision(20, 8)
  628. .HasColumnType("decimal(20,8)")
  629. .HasComment("变动损耗率(%)");
  630. b.Property<decimal?>("FLeadExtendDay")
  631. .HasPrecision(20, 8)
  632. .HasColumnType("decimal(20,8)")
  633. .HasComment("提前宽限期");
  634. b.Property<string>("FMaterialGroup")
  635. .HasMaxLength(80)
  636. .HasColumnType("varchar(80)")
  637. .HasComment("物料分组编码");
  638. b.Property<string>("FMaterialGroup_Name")
  639. .HasMaxLength(80)
  640. .HasColumnType("varchar(80)")
  641. .HasComment("物料分组");
  642. b.Property<decimal?>("FMaxPOQty")
  643. .HasPrecision(20, 8)
  644. .HasColumnType("decimal(20,8)")
  645. .HasComment("最大订货量");
  646. b.Property<decimal?>("FMaxStock")
  647. .HasPrecision(20, 8)
  648. .HasColumnType("decimal(20,8)")
  649. .HasComment("最大库存");
  650. b.Property<string>("FMdlId_Name")
  651. .HasMaxLength(80)
  652. .HasColumnType("varchar(80)")
  653. .HasComment("产品模型");
  654. b.Property<string>("FMdlMaterialId_Name")
  655. .HasMaxLength(80)
  656. .HasColumnType("varchar(80)")
  657. .HasComment("模型物料");
  658. b.Property<string>("FMfgPolicyId_Name")
  659. .HasMaxLength(80)
  660. .HasColumnType("varchar(80)")
  661. .HasComment("制造策略");
  662. b.Property<decimal?>("FMinIssueQty")
  663. .HasPrecision(20, 8)
  664. .HasColumnType("decimal(20,8)")
  665. .HasComment("最小发料批量");
  666. b.Property<string>("FMinIssueUnitId_Name")
  667. .HasMaxLength(10)
  668. .HasColumnType("varchar(10)")
  669. .HasComment("最小发料批量单位");
  670. b.Property<decimal?>("FMinPOQty")
  671. .HasPrecision(20, 8)
  672. .HasColumnType("decimal(20,8)")
  673. .HasComment("最小订货量");
  674. b.Property<decimal?>("FMinPackCount")
  675. .HasPrecision(20, 8)
  676. .HasColumnType("decimal(20,8)")
  677. .HasComment("最小包装数");
  678. b.Property<decimal?>("FMinSplitQty")
  679. .HasPrecision(20, 8)
  680. .HasColumnType("decimal(20,8)")
  681. .HasComment("最小拆分数量");
  682. b.Property<decimal?>("FMinStock")
  683. .HasPrecision(20, 8)
  684. .HasColumnType("decimal(20,8)")
  685. .HasComment("最小库存");
  686. b.Property<string>("FMnemonicCode")
  687. .HasMaxLength(80)
  688. .HasColumnType("varchar(80)")
  689. .HasComment("助记码");
  690. b.Property<string>("FModifierId_Name")
  691. .HasMaxLength(80)
  692. .HasColumnType("varchar(80)")
  693. .HasComment("修改人");
  694. b.Property<DateTime?>("FModifyDate")
  695. .HasColumnType("datetime(6)")
  696. .HasComment("修改日期");
  697. b.Property<decimal?>("FNETWEIGHT")
  698. .HasPrecision(20, 8)
  699. .HasColumnType("decimal(20,8)")
  700. .HasComment("净重");
  701. b.Property<string>("FName_2052")
  702. .HasMaxLength(80)
  703. .HasColumnType("varchar(80)")
  704. .HasComment("名称");
  705. b.Property<string>("FNumber")
  706. .HasMaxLength(80)
  707. .HasColumnType("varchar(80)")
  708. .HasComment("编码");
  709. b.Property<string>("FOldNumber")
  710. .HasMaxLength(80)
  711. .HasColumnType("varchar(80)")
  712. .HasComment("旧物料编码");
  713. b.Property<decimal?>("FOnlineLife")
  714. .HasPrecision(20, 8)
  715. .HasColumnType("decimal(20,8)")
  716. .HasComment("在架寿命期");
  717. b.Property<decimal?>("FOrderIntervalTime")
  718. .HasPrecision(20, 8)
  719. .HasColumnType("decimal(20,8)")
  720. .HasComment("订货间隔期");
  721. b.Property<string>("FOrderIntervalTimeType")
  722. .HasMaxLength(10)
  723. .HasColumnType("varchar(10)")
  724. .HasComment("订货间隔期单位");
  725. b.Property<string>("FOrderPolicy")
  726. .HasMaxLength(80)
  727. .HasColumnType("varchar(80)")
  728. .HasComment("订货策略");
  729. b.Property<decimal?>("FOrderQty")
  730. .HasPrecision(20, 10)
  731. .HasColumnType("decimal(20,10)")
  732. .HasComment("起订量");
  733. b.Property<string>("FOrgTrustBillType_Name")
  734. .HasMaxLength(10)
  735. .HasColumnType("varchar(10)")
  736. .HasComment("组织间受托类型");
  737. b.Property<string>("FOutLmtUnit")
  738. .HasMaxLength(10)
  739. .HasColumnType("varchar(10)")
  740. .HasComment("超发控制单位");
  741. b.Property<decimal?>("FOutStockLmtH")
  742. .HasPrecision(20, 8)
  743. .HasColumnType("decimal(20,8)")
  744. .HasComment("超发上限(%)");
  745. b.Property<decimal?>("FOutStockLmtL")
  746. .HasPrecision(20, 8)
  747. .HasColumnType("decimal(20,8)")
  748. .HasComment("超发下限(%)");
  749. b.Property<string>("FOverControlMode")
  750. .HasMaxLength(10)
  751. .HasColumnType("varchar(10)")
  752. .HasComment("超发控制方式");
  753. b.Property<string>("FPOBillTypeId_Name")
  754. .HasMaxLength(10)
  755. .HasColumnType("varchar(10)")
  756. .HasComment("采购类型");
  757. b.Property<decimal?>("FPerUnitStandHour")
  758. .HasPrecision(20, 8)
  759. .HasColumnType("decimal(20,8)")
  760. .HasComment("标准工时");
  761. b.Property<string>("FPickBinId_FF100002")
  762. .HasMaxLength(80)
  763. .HasColumnType("varchar(80)")
  764. .HasComment("发料仓位.客户.编码");
  765. b.Property<string>("FPickBinId_FF100002_Name")
  766. .HasMaxLength(80)
  767. .HasColumnType("varchar(80)")
  768. .HasComment("发料仓位.客户.名称");
  769. b.Property<string>("FPickBinId_FF100003")
  770. .HasMaxLength(80)
  771. .HasColumnType("varchar(80)")
  772. .HasComment("发料仓位.供应商.编码");
  773. b.Property<string>("FPickBinId_FF100003_Name")
  774. .HasMaxLength(80)
  775. .HasColumnType("varchar(80)")
  776. .HasComment("发料仓位.供应商.名称");
  777. b.Property<string>("FPickBinId_FF100004")
  778. .HasMaxLength(80)
  779. .HasColumnType("varchar(80)")
  780. .HasComment("发料仓位.服务机客户.编码");
  781. b.Property<string>("FPickBinId_FF100004_Name")
  782. .HasMaxLength(80)
  783. .HasColumnType("varchar(80)")
  784. .HasComment("发料仓位.服务机客户.名称");
  785. b.Property<string>("FPickStockId_Name")
  786. .HasMaxLength(80)
  787. .HasColumnType("varchar(80)")
  788. .HasComment("发料仓库");
  789. b.Property<string>("FPickStockLoc")
  790. .HasMaxLength(80)
  791. .HasColumnType("varchar(80)")
  792. .HasComment("发料仓位");
  793. b.Property<decimal?>("FPlanBatchSplitQty")
  794. .HasPrecision(20, 10)
  795. .HasColumnType("decimal(20,10)")
  796. .HasComment("拆分批量");
  797. b.Property<string>("FPlanGroupId_Name")
  798. .HasMaxLength(80)
  799. .HasColumnType("varchar(80)")
  800. .HasComment("计划组");
  801. b.Property<string>("FPlanIdent_Name")
  802. .HasMaxLength(80)
  803. .HasColumnType("varchar(80)")
  804. .HasComment("计划标识");
  805. b.Property<decimal?>("FPlanIntervalsDays")
  806. .HasPrecision(20, 8)
  807. .HasColumnType("decimal(20,8)")
  808. .HasComment("批量拆分间隔天数");
  809. b.Property<decimal?>("FPlanOffsetTime")
  810. .HasPrecision(20, 8)
  811. .HasColumnType("decimal(20,8)")
  812. .HasComment("偏置时间");
  813. b.Property<string>("FPlanOffsetTimeType")
  814. .HasMaxLength(10)
  815. .HasColumnType("varchar(10)")
  816. .HasComment("时间单位");
  817. b.Property<decimal?>("FPlanSafeStockQty")
  818. .HasPrecision(20, 8)
  819. .HasColumnType("decimal(20,8)")
  820. .HasComment("安全库存");
  821. b.Property<decimal?>("FPlanTimeZone")
  822. .HasPrecision(20, 8)
  823. .HasColumnType("decimal(20,8)")
  824. .HasComment("计划时界");
  825. b.Property<string>("FPlanWorkshop_Name")
  826. .HasMaxLength(80)
  827. .HasColumnType("varchar(80)")
  828. .HasComment("计划区");
  829. b.Property<string>("FPlanerID_Name")
  830. .HasMaxLength(80)
  831. .HasColumnType("varchar(80)")
  832. .HasComment("计划员");
  833. b.Property<string>("FPlanningStrategy")
  834. .HasMaxLength(10)
  835. .HasColumnType("varchar(10)")
  836. .HasComment("计划策略");
  837. b.Property<decimal?>("FPrintCount")
  838. .HasPrecision(20, 8)
  839. .HasColumnType("decimal(20,8)")
  840. .HasComment("重复打印数");
  841. b.Property<string>("FProScheTrackId_Name")
  842. .HasMaxLength(80)
  843. .HasColumnType("varchar(80)")
  844. .HasComment("订单进度分组");
  845. b.Property<string>("FProduceBillType_Name")
  846. .HasMaxLength(10)
  847. .HasColumnType("varchar(10)")
  848. .HasComment("生产类型");
  849. b.Property<string>("FProduceUnitId_Name")
  850. .HasMaxLength(10)
  851. .HasColumnType("varchar(10)")
  852. .HasComment("生产单位");
  853. b.Property<string>("FProductLine_Name")
  854. .HasMaxLength(255)
  855. .HasColumnType("varchar(255)")
  856. .HasComment("产品系列");
  857. b.Property<string>("FPurchaseGroupId_Name")
  858. .HasMaxLength(80)
  859. .HasColumnType("varchar(80)")
  860. .HasComment("采购组");
  861. b.Property<string>("FPurchaseOrgId_Name")
  862. .HasMaxLength(80)
  863. .HasColumnType("varchar(80)")
  864. .HasComment("采购组织");
  865. b.Property<string>("FPurchasePriceUnitId_Name")
  866. .HasMaxLength(10)
  867. .HasColumnType("varchar(10)")
  868. .HasComment("采购计价单位");
  869. b.Property<string>("FPurchaseUnitId_Name")
  870. .HasMaxLength(10)
  871. .HasColumnType("varchar(10)")
  872. .HasComment("采购单位");
  873. b.Property<string>("FPurchaserId_Name")
  874. .HasMaxLength(80)
  875. .HasColumnType("varchar(80)")
  876. .HasComment("采购员");
  877. b.Property<string>("FQtyFactorId_Name")
  878. .HasMaxLength(80)
  879. .HasColumnType("varchar(80)")
  880. .HasComment("数量负荷系数");
  881. b.Property<string>("FQuotaType")
  882. .HasMaxLength(80)
  883. .HasColumnType("varchar(80)")
  884. .HasComment("配额方式");
  885. b.Property<decimal?>("FReOrderGood")
  886. .HasPrecision(20, 8)
  887. .HasColumnType("decimal(20,8)")
  888. .HasComment("再订货点");
  889. b.Property<decimal?>("FReceiveAdvanceDays")
  890. .HasPrecision(20, 8)
  891. .HasColumnType("decimal(20,8)")
  892. .HasComment("收货提前天数");
  893. b.Property<decimal?>("FReceiveDelayDays")
  894. .HasPrecision(20, 8)
  895. .HasColumnType("decimal(20,8)")
  896. .HasComment("收货延迟天数");
  897. b.Property<decimal?>("FReceiveMaxScale")
  898. .HasPrecision(20, 8)
  899. .HasColumnType("decimal(20,8)")
  900. .HasComment("收货上限比例(%)");
  901. b.Property<decimal?>("FReceiveMinScale")
  902. .HasPrecision(20, 8)
  903. .HasColumnType("decimal(20,8)")
  904. .HasComment("收货下限比例(%)");
  905. b.Property<decimal?>("FRefCost")
  906. .HasPrecision(20, 8)
  907. .HasColumnType("decimal(20,8)")
  908. .HasComment("参考成本");
  909. b.Property<decimal?>("FRequestTimeZone")
  910. .HasPrecision(20, 8)
  911. .HasColumnType("decimal(20,8)")
  912. .HasComment("需求时界");
  913. b.Property<string>("FReserveType")
  914. .HasMaxLength(10)
  915. .HasColumnType("varchar(10)")
  916. .HasComment("预留类型");
  917. b.Property<string>("FSNCodeRule_Name")
  918. .HasMaxLength(80)
  919. .HasColumnType("varchar(80)")
  920. .HasComment("序列号编码规则");
  921. b.Property<string>("FSNUnit_Name")
  922. .HasMaxLength(10)
  923. .HasColumnType("varchar(10)")
  924. .HasComment("序列号单位");
  925. b.Property<decimal?>("FSafeStock")
  926. .HasPrecision(20, 8)
  927. .HasColumnType("decimal(20,8)")
  928. .HasComment("安全库存");
  929. b.Property<string>("FSalGroup_Name")
  930. .HasMaxLength(80)
  931. .HasColumnType("varchar(80)")
  932. .HasComment("销售分组");
  933. b.Property<string>("FSalePriceUnitId_Name")
  934. .HasMaxLength(10)
  935. .HasColumnType("varchar(10)")
  936. .HasComment("销售计价单位");
  937. b.Property<string>("FSaleUnitId_Name")
  938. .HasMaxLength(10)
  939. .HasColumnType("varchar(10)")
  940. .HasComment("销售单位");
  941. b.Property<string>("FSpecification_2052")
  942. .HasMaxLength(255)
  943. .HasColumnType("varchar(255)")
  944. .HasComment("规格型号");
  945. b.Property<string>("FStandHourUnitId")
  946. .HasMaxLength(10)
  947. .HasColumnType("varchar(10)")
  948. .HasComment("工时单位");
  949. b.Property<decimal?>("FStdLaborPrePareTime")
  950. .HasPrecision(20, 8)
  951. .HasColumnType("decimal(20,8)")
  952. .HasComment("标准人员准备工时");
  953. b.Property<decimal?>("FStdLaborProcessTime")
  954. .HasPrecision(20, 8)
  955. .HasColumnType("decimal(20,8)")
  956. .HasComment("标准人员实作工时");
  957. b.Property<decimal?>("FStdMachinePrepareTime")
  958. .HasPrecision(20, 8)
  959. .HasColumnType("decimal(20,8)")
  960. .HasComment("标准机器准备工时");
  961. b.Property<decimal?>("FStdMachineProcessTime")
  962. .HasPrecision(20, 8)
  963. .HasColumnType("decimal(20,8)")
  964. .HasComment("标准机器实作工时");
  965. b.Property<decimal?>("FStockCycle")
  966. .HasPrecision(20, 8)
  967. .HasColumnType("decimal(20,8)")
  968. .HasComment("复检周期");
  969. b.Property<string>("FStockId_Name")
  970. .HasMaxLength(80)
  971. .HasColumnType("varchar(80)")
  972. .HasComment("仓库");
  973. b.Property<string>("FStockLoc")
  974. .HasMaxLength(80)
  975. .HasColumnType("varchar(80)")
  976. .HasComment("仓位");
  977. b.Property<string>("FStockPlaceId_FF100002")
  978. .HasMaxLength(80)
  979. .HasColumnType("varchar(80)")
  980. .HasComment("仓位.客户.编码");
  981. b.Property<string>("FStockPlaceId_FF100002_Name")
  982. .HasMaxLength(80)
  983. .HasColumnType("varchar(80)")
  984. .HasComment("仓位.客户.名称");
  985. b.Property<string>("FStockPlaceId_FF100003")
  986. .HasMaxLength(80)
  987. .HasColumnType("varchar(80)")
  988. .HasComment("仓位.供应商.编码");
  989. b.Property<string>("FStockPlaceId_FF100003_Name")
  990. .HasMaxLength(80)
  991. .HasColumnType("varchar(80)")
  992. .HasComment("仓位.供应商.名称");
  993. b.Property<string>("FStockPlaceId_FF100004")
  994. .HasMaxLength(80)
  995. .HasColumnType("varchar(80)")
  996. .HasComment("仓位.服务机客户.编码");
  997. b.Property<string>("FStockPlaceId_FF100004_Name")
  998. .HasMaxLength(80)
  999. .HasColumnType("varchar(80)")
  1000. .HasComment("仓位.服务机客户.名称");
  1001. b.Property<string>("FStoreUnitID_Name")
  1002. .HasMaxLength(10)
  1003. .HasColumnType("varchar(10)")
  1004. .HasComment("库存单位");
  1005. b.Property<string>("FSubBillType_Name")
  1006. .HasMaxLength(10)
  1007. .HasColumnType("varchar(10)")
  1008. .HasComment("委外类型");
  1009. b.Property<string>("FSubconPriceUnitId_Name")
  1010. .HasMaxLength(10)
  1011. .HasColumnType("varchar(10)")
  1012. .HasComment("委外计价单位");
  1013. b.Property<string>("FSubconUnitId_Name")
  1014. .HasMaxLength(10)
  1015. .HasColumnType("varchar(10)")
  1016. .HasComment("委外单位");
  1017. b.Property<string>("FSuite")
  1018. .HasMaxLength(1)
  1019. .HasColumnType("varchar(1)")
  1020. .HasComment("套件");
  1021. b.Property<string>("FSupplySourceId_Name")
  1022. .HasMaxLength(80)
  1023. .HasColumnType("varchar(80)")
  1024. .HasComment("供应来源");
  1025. b.Property<string>("FTaxCategoryCodeId_Name")
  1026. .HasMaxLength(80)
  1027. .HasColumnType("varchar(80)")
  1028. .HasComment("税收分类编码");
  1029. b.Property<string>("FTaxDiscountsType")
  1030. .HasMaxLength(80)
  1031. .HasColumnType("varchar(80)")
  1032. .HasComment("税收优惠政策类型");
  1033. b.Property<string>("FTaxRateId_Name")
  1034. .HasMaxLength(80)
  1035. .HasColumnType("varchar(80)")
  1036. .HasComment("默认税率");
  1037. b.Property<string>("FTaxType_Name")
  1038. .HasMaxLength(80)
  1039. .HasColumnType("varchar(80)")
  1040. .HasComment("税分类");
  1041. b.Property<string>("FTimeFactorId_Name")
  1042. .HasMaxLength(80)
  1043. .HasColumnType("varchar(80)")
  1044. .HasComment("时间紧迫系数");
  1045. b.Property<string>("FUnValidateExpQty")
  1046. .HasMaxLength(1)
  1047. .HasColumnType("varchar(1)")
  1048. .HasComment("不参与可发量统计");
  1049. b.Property<string>("FUseOrgId_Name")
  1050. .HasMaxLength(80)
  1051. .HasColumnType("varchar(80)")
  1052. .HasComment("使用组织");
  1053. b.Property<string>("FUseStatus")
  1054. .HasMaxLength(255)
  1055. .HasColumnType("varchar(255)")
  1056. .HasComment("数据状态");
  1057. b.Property<decimal?>("FVOLUME")
  1058. .HasPrecision(20, 8)
  1059. .HasColumnType("decimal(20,8)")
  1060. .HasComment("体积");
  1061. b.Property<string>("FVOLUMEUNITID_Name")
  1062. .HasMaxLength(10)
  1063. .HasColumnType("varchar(10)")
  1064. .HasComment("尺寸单位");
  1065. b.Property<decimal?>("FVarLeadTime")
  1066. .HasPrecision(20, 8)
  1067. .HasColumnType("decimal(20,8)")
  1068. .HasComment("变动提前期");
  1069. b.Property<decimal?>("FVarLeadTimeLotSize")
  1070. .HasPrecision(20, 8)
  1071. .HasColumnType("decimal(20,8)")
  1072. .HasComment("变动提前期批量");
  1073. b.Property<string>("FVarLeadTimeType")
  1074. .HasMaxLength(10)
  1075. .HasColumnType("varchar(10)")
  1076. .HasComment("变动提前期单位");
  1077. b.Property<decimal?>("FWARRANTY")
  1078. .HasPrecision(20, 8)
  1079. .HasColumnType("decimal(20,8)")
  1080. .HasComment("保修期");
  1081. b.Property<string>("FWARRANTYUNITID")
  1082. .HasMaxLength(10)
  1083. .HasColumnType("varchar(10)")
  1084. .HasComment("保修期单位");
  1085. b.Property<string>("FWEIGHTUNITID_Name")
  1086. .HasMaxLength(10)
  1087. .HasColumnType("varchar(10)")
  1088. .HasComment("重量单位");
  1089. b.Property<decimal?>("FWIDTH")
  1090. .HasPrecision(20, 8)
  1091. .HasColumnType("decimal(20,8)")
  1092. .HasComment("宽");
  1093. b.Property<string>("FWorkShopId_Name")
  1094. .HasMaxLength(80)
  1095. .HasColumnType("varchar(80)")
  1096. .HasComment("生产车间");
  1097. b.Property<decimal?>("FWriteOffQty")
  1098. .HasPrecision(20, 8)
  1099. .HasColumnType("decimal(20,8)")
  1100. .HasComment("冲销数量");
  1101. b.Property<string>("F_BZGG")
  1102. .HasMaxLength(255)
  1103. .HasColumnType("varchar(255)")
  1104. .HasComment("包装规格");
  1105. b.Property<string>("F_CPFL_Name")
  1106. .HasMaxLength(80)
  1107. .HasColumnType("varchar(80)")
  1108. .HasComment("产品分类");
  1109. b.Property<string>("F_CPPLLB")
  1110. .HasMaxLength(80)
  1111. .HasColumnType("varchar(80)")
  1112. .HasComment("产品披露类别");
  1113. b.Property<string>("F_CPX_Name")
  1114. .HasMaxLength(80)
  1115. .HasColumnType("varchar(80)")
  1116. .HasComment("产品线");
  1117. b.Property<string>("F_DYDWLX")
  1118. .HasMaxLength(80)
  1119. .HasColumnType("varchar(80)")
  1120. .HasComment("电压/电网类型");
  1121. b.Property<string>("F_DZLSX")
  1122. .HasMaxLength(80)
  1123. .HasColumnType("varchar(80)")
  1124. .HasComment("电子料属性");
  1125. b.Property<string>("F_GLD_Name")
  1126. .HasMaxLength(80)
  1127. .HasColumnType("varchar(80)")
  1128. .HasComment("功率段");
  1129. b.Property<DateTime?>("F_GSZHGGRQ")
  1130. .HasColumnType("datetime(6)")
  1131. .HasComment("工时最后更改日期");
  1132. b.Property<string>("F_GSZHGGR_Name")
  1133. .HasMaxLength(80)
  1134. .HasColumnType("varchar(80)")
  1135. .HasComment("工时最后更改人");
  1136. b.Property<string>("F_GWLH_Name")
  1137. .HasMaxLength(80)
  1138. .HasColumnType("varchar(80)")
  1139. .HasComment("根物料号");
  1140. b.Property<string>("F_GYS")
  1141. .HasMaxLength(255)
  1142. .HasColumnType("varchar(255)")
  1143. .HasComment("供应商");
  1144. b.Property<decimal?>("F_HLBZL")
  1145. .HasPrecision(20, 8)
  1146. .HasColumnType("decimal(20,8)")
  1147. .HasComment("回料包装量");
  1148. b.Property<string>("F_JCYY")
  1149. .HasMaxLength(255)
  1150. .HasColumnType("varchar(255)")
  1151. .HasComment("禁采原因");
  1152. b.Property<string>("F_JWLBMU8")
  1153. .HasMaxLength(80)
  1154. .HasColumnType("varchar(80)")
  1155. .HasComment("旧物料编码U8");
  1156. b.Property<string>("F_PP_Name")
  1157. .HasMaxLength(255)
  1158. .HasColumnType("varchar(255)")
  1159. .HasComment("品牌");
  1160. b.Property<string>("F_SFJLPCH")
  1161. .HasMaxLength(1)
  1162. .HasColumnType("varchar(1)")
  1163. .HasComment("是否记录批次号");
  1164. b.Property<string>("F_SMZQ")
  1165. .HasMaxLength(80)
  1166. .HasColumnType("varchar(80)")
  1167. .HasComment("料号生命周期");
  1168. b.Property<DateTime?>("F_SMZQZHGGRQ")
  1169. .HasColumnType("datetime(6)")
  1170. .HasComment("生命周期最后更改日期");
  1171. b.Property<string>("F_SMZQZHGGR_Name")
  1172. .HasMaxLength(80)
  1173. .HasColumnType("varchar(80)")
  1174. .HasComment("生命周期最后更改人");
  1175. b.Property<DateTime?>("F_TJZLZHGGRQ")
  1176. .HasColumnType("datetime(6)")
  1177. .HasComment("体积重量最后更改日期");
  1178. b.Property<string>("F_TJZLZHGGR_Name")
  1179. .HasMaxLength(80)
  1180. .HasColumnType("varchar(80)")
  1181. .HasComment("体积重量最后更改人");
  1182. b.Property<string>("F_WLLX")
  1183. .HasMaxLength(10)
  1184. .HasColumnType("varchar(10)")
  1185. .HasComment("物料类型");
  1186. b.Property<string>("F_WLSQR_Name")
  1187. .HasMaxLength(80)
  1188. .HasColumnType("varchar(80)")
  1189. .HasComment("物料申请人");
  1190. b.Property<string>("F_XSXH_2052")
  1191. .HasMaxLength(80)
  1192. .HasColumnType("varchar(80)")
  1193. .HasComment("SAJ型号");
  1194. b.Property<string>("F_YWLX")
  1195. .HasMaxLength(80)
  1196. .HasColumnType("varchar(80)")
  1197. .HasComment("业务类型");
  1198. b.Property<string>("F_YXQG")
  1199. .HasMaxLength(1)
  1200. .HasColumnType("varchar(1)")
  1201. .HasComment("允许请购");
  1202. b.Property<string>("F_YXSL")
  1203. .HasMaxLength(1)
  1204. .HasColumnType("varchar(1)")
  1205. .HasComment("允许收料");
  1206. b.Property<string>("F_YZSG")
  1207. .HasMaxLength(10)
  1208. .HasColumnType("varchar(10)")
  1209. .HasComment("已终审过");
  1210. b.Property<decimal?>("F_ZJCSGS")
  1211. .HasPrecision(20, 8)
  1212. .HasColumnType("decimal(20,8)")
  1213. .HasComment("整机测试工时");
  1214. b.Property<string>("F_ZJGLWLH_Name")
  1215. .HasMaxLength(80)
  1216. .HasColumnType("varchar(80)")
  1217. .HasComment("直接关联物料号");
  1218. b.Property<decimal?>("F_ZJZB_Name")
  1219. .HasPrecision(20, 8)
  1220. .HasColumnType("decimal(20,8)")
  1221. .HasComment("整机质保(月)");
  1222. b.Property<decimal?>("F_ZYGS")
  1223. .HasPrecision(20, 8)
  1224. .HasColumnType("decimal(20,8)")
  1225. .HasComment("作业工时");
  1226. b.HasKey("Id");
  1227. b.ToTable("in_kd_material", (string)null);
  1228. b.HasComment("物料");
  1229. });
  1230. #pragma warning restore 612, 618
  1231. }
  1232. }
  1233. }