You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lj_plc/DataBlockHelper/Entity/DB2104Entity/WaterView.cs

11 lines
302 B
C#

namespace DataBlockHelper.Entity.DB2104Entity
{
public class WaterEntity
{
public short Bin { get; set; }
public float Set { get; set; }
public float Tolerance { get; set; }
public float differ { get; set; }
public short stand { get; set; }
}
}