| | |
| | | b.Property(x => x.ProductCode).HasMaxLength(256).HasComment("产品代码"); |
| | | b.Property(x => x.WorkstationCode).HasMaxLength(256).HasComment("工位代码"); |
| | | b.Property(x => x.EquipmentCode).HasMaxLength(256).HasComment("设备代码"); |
| | | b.Property(x => x.WorkpieceName).HasMaxLength(256).HasComment("工件名称"); |
| | | b.Property(x => x.ProdLineCode).HasMaxLength(256).HasComment("产线编码"); |
| | | b.Property(x => x.ShipNumber).HasMaxLength(256).HasComment("船号"); |
| | | b.Property(x => x.ProjectNumber).HasMaxLength(256).HasComment("项目号"); |
| | | |
| | | b.Property(x => x.ProcessName).HasMaxLength(256).HasComment("工序名称"); |
| | | b.Property(x => x.PipeFittingCode).HasMaxLength(256).HasComment("管件编码"); |
| | | b.Property(x => x.PreSerialNumber).HasMaxLength(256).HasComment("顺序号"); |
| | | b.Property(x => x.PipeSpecCode).HasMaxLength(256).HasComment("管段编码"); |
| | | b.Property(x => x.PipeSectionName).HasMaxLength(256).HasComment("管段名称"); |
| | | b.Property(x => x.PipeSpecMode).HasMaxLength(256).HasComment("管段型号"); |
| | | b.Property(x => x.OuterDiameter).HasColumnType("decimal(18,2)").HasComment("外径(mm)"); |
| | | b.Property(x => x.Thickness).HasColumnType("decimal(18,2)").HasComment("壁厚(mm)"); |
| | | b.Property(x => x.Material).HasMaxLength(256).HasComment("材质"); |