13 lines
199 B
C#
Raw Permalink 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
2024-11-12 18:18:43 +08:00
{
2024-12-19 16:07:07 +08:00
public interface ICollectWorker
2024-11-12 18:18:43 +08:00
{
}
}