From 43e28aece364ad351d61eca30c6707fcdc197ca4 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 23 五月 2025 09:11:41 +0800
Subject: [PATCH] fix: s

---
 LifePayment/LifePayment.Domain.Shared/ACOOLY/ACOOLYOutput.cs |   40 ++++++++++++++++++++++++++++++++++------
 1 files changed, 34 insertions(+), 6 deletions(-)

diff --git a/LifePayment/LifePayment.Domain.Shared/ACOOLY/ACOOLYOutput.cs b/LifePayment/LifePayment.Domain.Shared/ACOOLY/ACOOLYOutput.cs
index c8c348d..d8555e3 100644
--- a/LifePayment/LifePayment.Domain.Shared/ACOOLY/ACOOLYOutput.cs
+++ b/LifePayment/LifePayment.Domain.Shared/ACOOLY/ACOOLYOutput.cs
@@ -1,10 +1,5 @@
 锘縰sing Newtonsoft.Json;
-using System;
 using System.Collections.Generic;
-using System.ComponentModel.DataAnnotations;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
 
 namespace LifePayment.Domain.Shared;
 
@@ -136,10 +131,31 @@
     /// 澶╃劧姘斿叕鍙哥被鍨�
     /// </summary>
     [JsonProperty("gasParValue")]
-    public GasParValueOutput GasParValue { get; set; }
+    public List<GasParValueOutput> GasParValue { get; set; }
+
+}
+public class GasOrgTypeValueResponse : ACOOLYRequestBaseResponse
+{
+    /// <summary>
+    /// 澶╃劧姘斿叕鍙哥被鍨�
+    /// </summary>
+    [JsonProperty("gasSupportMerchantInfos")]
+    public List<GasSupportMerchantInfos> GasSupportMerchantInfos { get; set; }
 
 }
 
+public class GasSupportMerchantInfos
+{
+    /// <summary>
+    /// 鐕冩皵鏀寔鍟嗘埛缂栫爜
+    /// </summary>
+    public string gasOrgTypeCode { get; set; }
+
+    /// <summary>
+    /// 鐕冩皵鏀寔鍟嗘埛鍚嶇О
+    /// </summary>
+    public string gasOrgTypeName { get; set; }
+}
 /// <summary>
 /// 鐕冩皵闈㈠�兼暟鎹�
 /// </summary>
@@ -455,6 +471,12 @@
     [JsonProperty("parValue")]
     public decimal ParValue { get; set; }
 
+
+    /// <summary>
+    /// 瀹為檯鍒拌处閲戦銆�
+    /// </summary>
+    [JsonProperty("actualParValue")]
+    public decimal ActualParValue { get; set; }
     /// <summary>
     /// 瀹為檯鎵f閲戦锛屽崟浣嶄负鍏冦��
     /// </summary>
@@ -473,6 +495,12 @@
     [JsonProperty("statusText")]
     public string StatusText { get; set; }
 
+    /// <summary>
+    /// 閫氱煡娑堟伅
+    /// </summary>
+    [JsonProperty("responseMessage")]
+    public string ResponseMessage {  get; set; }
+
 }
 
 /// <summary>

--
Gitblit v1.9.1