| | |
| | | .HasColumnType("varchar(64)") |
| | | .HasComment("å建人"); |
| | | |
| | | b.Property<string>("DeleteRemark") |
| | | .HasMaxLength(256) |
| | | .HasColumnType("varchar(256)") |
| | | .HasComment("å é¤å¤æ³¨"); |
| | | |
| | | b.Property<Guid?>("DeleterId") |
| | | .HasMaxLength(36) |
| | | .HasColumnType("char(36)") |
| | |
| | | |
| | | b.Property<bool?>("IsSelfMade") |
| | | .HasColumnType("tinyint(1)") |
| | | .HasComment("æ°é"); |
| | | .HasComment("æ¯å¦èªäº§"); |
| | | |
| | | b.Property<bool>("IsValid") |
| | | .HasColumnType("tinyint(1)") |
| | |
| | | |
| | | b.Property<int>("Num") |
| | | .HasColumnType("int") |
| | | .HasComment("æ¯å¦ææç©æ"); |
| | | .HasComment("æ°é"); |
| | | |
| | | b.Property<string>("OperationRemark") |
| | | .HasMaxLength(256) |
| | | .HasColumnType("varchar(256)") |
| | | .HasComment("æä½å¤æ³¨"); |
| | | |
| | | b.Property<decimal>("OuterDiameter") |
| | | .HasColumnType("decimal(18,2)") |
| | |
| | | .HasComment("åä½å段3 - é¢çæ©å±ç¨é"); |
| | | |
| | | b.Property<string>("Remark") |
| | | .HasMaxLength(500) |
| | | .HasColumnType("varchar(500)") |
| | | .HasMaxLength(256) |
| | | .HasColumnType("varchar(256)") |
| | | .HasComment("夿³¨"); |
| | | |
| | | b.Property<int?>("SelfNum") |