20230323051647_AddIsProduce.Designer.cs 64 KB

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