From ed3015095f1b0e88bc579877c678a3fac191381f Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 28 六月 2021 14:32:26 +0800
Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/zhengcaioa
---
zhengcaioa/Model/Project.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/zhengcaioa/Model/Project.cs b/zhengcaioa/Model/Project.cs
index 9b7ef05..b888998 100644
--- a/zhengcaioa/Model/Project.cs
+++ b/zhengcaioa/Model/Project.cs
@@ -17,8 +17,10 @@
public string Name { get; set; }
public string Drhx { get; set; }
public string DrhxPrice { get; set; }
+ public decimal? DrhxDefen { get; set; }
public string Dshx { get; set; }
public string DshxPrice { get; set; }
+ public decimal? DshxDefen { get; set; }
public string Zhuanjia { get; set; }
public string Remark { get; set; }
public string RecStatus { get; set; }
--
Gitblit v1.9.1