wangxinhui
2024-11-06 8f392cc88b0768b74efca3b68785cf5aa1c38e70
1
2
3
4
5
6
7
8
9
using WIDESEA_Core.BaseProvider;
using WIDESEA_Core.Extensions.AutofacManager;
using WIDESEA_Entity.DomainModels;
namespace WIDESEA_Services.IRepositories
{
    public partial interface Idt_plcinfodetailRepository : IDependency, IRepository<dt_plcinfodetail>
    {
    }
}