Day2 fix: recreate device_manager entities and boilerplate

This commit is contained in:
2026-05-17 01:49:03 +08:00
parent 1e12cdd35c
commit 8c007952e1
54 changed files with 497 additions and 234 deletions

View File

@@ -0,0 +1,9 @@
using VolPro.Core.BaseProvider;
using VolPro.Entity.DomainModels;
namespace Warehouse.IServices
{
public partial interface Ivideo_channelService : IService<video_channel>
{
}
}