分支自 SuZhouGuanHong/TaiYuanTaiZhong

huanghongfeng
2024-07-04 08dd2afd7a9614dad029e94918516b068d413cac
1
2
3
4
5
6
7
8
9
10
using System;
using System.Collections.Generic;
using System.Text;
 
namespace WIDESEA_Core.BaseInterface
{
    public interface IServices
    {
    }
}