1
wanshenmean
2025-03-23 9843b47612ee6ab23e3e36bf74b14c11354997af
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>
    {
 
    }
}