| | |
| | | .ValueGeneratedOnAdd() |
| | | .HasColumnType("char(36)"); |
| | | |
| | | b.Property<byte>("CallMaterialStatus") |
| | | .HasColumnType("tinyint unsigned") |
| | | b.Property<int>("CallMaterialStatus") |
| | | .HasColumnType("int") |
| | | .HasComment("叫料状态"); |
| | | |
| | | b.Property<string>("ConcurrencyStamp") |
| | |
| | | .ValueGeneratedOnAdd() |
| | | .HasColumnType("char(36)"); |
| | | |
| | | b.Property<byte>("CallMaterialStatus") |
| | | .HasColumnType("tinyint unsigned") |
| | | b.Property<int>("CallMaterialStatus") |
| | | .HasColumnType("int") |
| | | .HasComment("叫料状态"); |
| | | |
| | | b.Property<string>("ConcurrencyStamp") |
| | |
| | | .ValueGeneratedOnAdd() |
| | | .HasColumnType("char(36)"); |
| | | |
| | | b.Property<byte>("CallMaterialStatus") |
| | | .HasColumnType("tinyint unsigned") |
| | | b.Property<int>("CallMaterialStatus") |
| | | .HasColumnType("int") |
| | | .HasComment("叫料状态"); |
| | | |
| | | b.Property<string>("ConcurrencyStamp") |
| | |
| | | .HasColumnType("varchar(256)") |
| | | .HasComment("法兰公称压力"); |
| | | |
| | | b.Property<byte>("WorkPlanStatus") |
| | | .HasColumnType("tinyint unsigned") |
| | | b.Property<int>("WorkPlanStatus") |
| | | .HasColumnType("int") |
| | | .HasComment("计划状态"); |
| | | |
| | | b.Property<string>("WorkpieceName") |