ChipDemo/Core/Primitives/IFormulaEngine.cs

9 lines
114 B
C#
Raw Permalink Normal View History

2023-04-07 22:10:35 +08:00
namespace Demo.Primitives;
/// <summary>
/// 公式引擎
/// </summary>
public interface IFormulaEngine
{
}