wangxinhui
2026-03-23 531c6e89dc07bb6997e6249a6cd9f53a9bd474a5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEAWCS_Core.BaseRepository;
using WIDESEAWCS_Model.Models;
 
namespace WIDESEAWCS_IPackInfoRepository
{
    public interface IStationPackInfoRepository : IRepository<Dt_StationPackInfo>
    {
    }
}