zhengcaioa/Model/zhengcaioaContext.cs
@@ -2202,6 +2202,18 @@ .HasColumnName("money") .HasComment("金额"); entity.Property(e => e.Jichumoney) .HasColumnType("numeric(18, 2)") .HasColumnName("jichumoney"); entity.Property(e => e.Xmcode) .HasMaxLength(50) .HasColumnName("xmcode"); entity.Property(e => e.Xmname) .HasMaxLength(500) .HasColumnName("xmname"); entity.Property(e => e.OrderNo) .HasMaxLength(100) .HasColumnName("order_no")