13 lines
200 B
C#
Raw Normal View History

2024-11-12 18:18:43 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
2024-12-19 16:07:07 +08:00
namespace JiShe.CollectBus.Jobs
2024-11-12 18:18:43 +08:00
{
2024-12-19 16:07:07 +08:00
public class EPICollectArgs
2024-11-12 18:18:43 +08:00
{
}
}