13 lines
209 B
C#
Raw Permalink Normal View History

2025-05-18 13:36:11 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JiShe.CollectBus.Migration
{
public interface ICollectWorker
{
}
}