Laservall_manager_system/VOL.Entity/IBaseInterface.cs

11 lines
144 B
C#
Raw Normal View History

2025-09-25 14:37:10 +08:00
using System;
using System.Collections.Generic;
using System.Text;
namespace VOL.Entity
{
public interface IBaseInterface
{
}
}