This commit is contained in:
余宇波 2025-03-20 15:20:39 +08:00
parent 572c386013
commit 5643bc8d37
44 changed files with 31 additions and 76033 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
</PropertyGroup>
</Project>

View File

@ -0,0 +1,25 @@
using Kingdee.BOS.Contracts;
using Kingdee.BOS.Core;
using Kingdee.BOS.ServiceHelper;
using Kingdee.BOS.Util;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Pilot.Report.Exploitation.Receivables
{
[Description("定时刷新应收款报表的数据")]
[HotUpdate]
public class ReceivablesAutoExecute : IScheduleService
{
public void Run(Kingdee.BOS.Context ctx, Schedule schedule)
{
DBServiceHelper.Execute(ctx, "/*dialect*/ EXEC PR_YingShouMingXi_yuyubo");
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff