xiaojiao
14 小时以前 557f02072fa311eefe3123aa44afebac22adc465
1
2
3
4
5
6
7
8
9
10
using System;
using System.Collections.Generic;
using System.Text;
 
namespace WIDESEA.Entity
{
    public interface IBaseInterface
    {
    }
}