Galosoft.IaaS.AspNetCore.Alipay 25.1.10.1-nj

This is a prerelease version of Galosoft.IaaS.AspNetCore.Alipay.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Galosoft.IaaS.AspNetCore.Alipay --version 25.1.10.1-nj                
NuGet\Install-Package Galosoft.IaaS.AspNetCore.Alipay -Version 25.1.10.1-nj                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Galosoft.IaaS.AspNetCore.Alipay" Version="25.1.10.1-nj" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Galosoft.IaaS.AspNetCore.Alipay --version 25.1.10.1-nj                
#r "nuget: Galosoft.IaaS.AspNetCore.Alipay, 25.1.10.1-nj"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Galosoft.IaaS.AspNetCore.Alipay as a Cake Addin
#addin nuget:?package=Galosoft.IaaS.AspNetCore.Alipay&version=25.1.10.1-nj&prerelease

// Install Galosoft.IaaS.AspNetCore.Alipay as a Cake Tool
#tool nuget:?package=Galosoft.IaaS.AspNetCore.Alipay&version=25.1.10.1-nj&prerelease                

create table customer_payment ( payment_id bigint auto_increment primary key, -- 主键 order_no varchar(32) null, -- 订单编号 user_id bigint null, -- 系统用户ID trade_status varchar(50) null, -- 交易状态 trade_no varchar(100) null, -- 外部交易号 total_amount varchar(20) null, -- 支付金额 trade_subject varchar(200) null, -- 支付标题 payment_form varchar(2000) null, -- 支付表单 buyer_id varchar(100) null, -- 付款用户ID buyer_pay_amount varchar(100) null, -- 实际付款金额 gmt_payment varchar(20) null, -- 实际支付时间 create_time datetime null, update_time datetime null, del_flag int null );

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
25.1.16.2-nj 34 1/16/2025
25.1.10.1-nj 33 1/10/2025