新增自定义接口,获取销售订单收款金额

This commit is contained in:
2025-07-31 09:20:10 +08:00
parent fba3a60b18
commit b47838589d
7 changed files with 194 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ using System.ComponentModel;
namespace GZ_LTHPilot_ORDER.ScheduleService
{
[Description("定时刷新#"), HotUpdate]
[Description("定时刷新销售订单累计开票金额#"), HotUpdate]
public class SaleOrderSumSicsAmountRefresh : IScheduleService
{
public void Run(Context ctx, Schedule schedule)