huangxiaoqiang
2025-07-21 7f3a2e67f82c2d286e902b028b422bf07e9aacb6
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>
    {
 
    }
}