huangxiaoqiang
2025-04-02 6654c7a847347732a58c9625a60667fd828b7db6
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>
    {
 
    }
}