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.
25 lines
787 B
C#
25 lines
787 B
C#
using Mesnac.Controls.ChemicalWeighing;
|
|
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Mesnac.Action.ChemicalWeighing.MainDetailControl.Entity
|
|
{
|
|
public class HslLanternAlarmEntity
|
|
{
|
|
public HslLanternAlarm HslLanternAlarm1 { get; set; }
|
|
public HslLanternAlarm HslLanternAlarm2 { get; set; }
|
|
public HslLanternAlarm HslLanternAlarm3 { get; set; }
|
|
public HslLanternAlarm HslLanternAlarm4 { get; set; }
|
|
public HslLanternAlarm HslLanternAlarm5 { get; set; }
|
|
public HslLanternAlarm HslLanternAlarm6 { get; set; }
|
|
public HslLanternAlarm HslLanternAlarm7 { get; set; }
|
|
public HslLanternAlarm HslLanternAlarm8 { get; set; }
|
|
|
|
|
|
}
|
|
}
|