wanshenmean
2025-03-24 8d9ca57f0ec8d422e3b70b322421b91371904a26
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>
    {
 
    }
}