1 Star 0 Fork 0

武穆逸仙/FastReport

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ZipCodeObject.Async.cs 399 Bytes
一键复制 编辑 原始数据 按行查看 历史
FastReports-bot 提交于 2024-10-16 21:13 +08:00 . * sync 10/16/2024 version: 2025.1.0
using System.Threading;
using System.Threading.Tasks;
namespace FastReport
{
public partial class ZipCodeObject
{
#region Report Engine
/// <inheritdoc/>
public override async Task GetDataAsync(CancellationToken cancellationToken)
{
await base.GetDataAsync(cancellationToken);
GetDataShared();
}
#endregion
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/star8521/FastReport.git
git@gitee.com:star8521/FastReport.git
star8521
FastReport
FastReport
master

搜索帮助