8 lines
158 B
C#
8 lines
158 B
C#
namespace Seyounth.Auto.Hs.Runtime.Plc;
|
|
|
|
public abstract class HsPlcAddressAbstract
|
|
{
|
|
public abstract string 热缩机当前温度 { get; }
|
|
|
|
|
|
} |