From 0420d0effd8cae920a7a7152c9b9b61dc33bdb7f Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期三, 08 十一月 2023 10:31:40 +0800 Subject: [PATCH] 销售订单:选中客户带出币别、汇率、结算方式 --- WebAPI/Models/ClsGy_Maintain.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Models/ClsGy_Maintain.cs b/WebAPI/Models/ClsGy_Maintain.cs index 6e6a924..1c1a356 100644 --- a/WebAPI/Models/ClsGy_Maintain.cs +++ b/WebAPI/Models/ClsGy_Maintain.cs @@ -12,7 +12,7 @@ public string HName; //鍚嶇О public string HHelpCode; //鍔╄鐮� public string HShortNumber; //鐭唬鐮� - public int HParentID; //鐖剁骇 + public int HParentID=0; //鐖剁骇 public int HLevel; //绛夌骇 public bool HEndFlag; //鏈骇鏍囧織 public bool HStopflag; //绂佺敤鏍囧織 -- Gitblit v1.9.1