1
huangxiaoqiang
8 天以前 ce1f8c5b0e8cd5d4050e79c3e02433aafce81b24
1
2
3
4
5
6
7
8
9
10
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_Model.Models;
 
namespace WIDESEAWCS_IProcessService
{
    public interface IPlatFormService : IService<Platform>
    {
 
    }
}