mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-19 06:36:24 +08:00
10 lines
254 B
C#
10 lines
254 B
C#
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models
|
|
{
|
|
/// <summary>
|
|
/// <para>表示 [GET] /bill/fundflowbill 接口的响应。</para>
|
|
/// </summary>
|
|
public class GetBillFundflowBillResponse : GetBillTradeBillResponse
|
|
{
|
|
}
|
|
}
|