VolPro改造起点:device_manager模块代码生成完毕 6表页面可访问

This commit is contained in:
2026-05-17 05:13:12 +08:00
parent 73d47cb470
commit cfe26997bd
60 changed files with 2194 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/*
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
*/
using VolPro.Core.BaseProvider;
using VolPro.Entity.DomainModels;
namespace Warehouse.IServices
{
public partial interface Ivideo_channelService : IService<video_channel>
{
}
}