From 7df23c739201c4413e3e64affae1707a694a2e1b Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 16 六月 2022 12:56:47 +0800
Subject: [PATCH] 打印合同

---
 zhengcaioa/Model/zhengcaioaContext.cs |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/zhengcaioa/Model/zhengcaioaContext.cs b/zhengcaioa/Model/zhengcaioaContext.cs
index c6bf6f2..4315705 100644
--- a/zhengcaioa/Model/zhengcaioaContext.cs
+++ b/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")

--
Gitblit v1.9.1