add - 上一提交遗漏

dep
wangsr 1 year ago
parent 3f15104ee0
commit aaa4338292

@ -0,0 +1,58 @@
using Mesnac.Controls.Default;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Mesnac.Action.ChemicalWeighing.LjDeliver.Entity
{
internal class PlcTempEntity
{
public MCLabel PR1ASI01 { get; set; }
public MCLabel PR1BSI01 { get; set; }
public MCLabel PR1CSI01 { get; set; }
public MCLabel PR1DSI01 { get; set; }
public MCLabel PR1ESI01 { get; set; }
public MCLabel PR1FSI01 { get; set; }
public MCLabel PR1GSI01 { get; set; }
public MCLabel PR1HSI01 { get; set; }
public MCLabel PR1ISI01 { get; set; }
public MCLabel PR1JSI01 { get; set; }
public MCLabel PR1KSI01 { get; set; }
public MCLabel PR1LSI01 { get; set; }
public MCLabel PR1MSI01 { get; set; }
public MCLabel PR1NSI01 { get; set; }
public MCLabel PR1OSI01 { get; set; }
public MCLabel HR1ASI01 { get; set; }
public MCLabel HR1BSI01 { get; set; }
public MCLabel HR1CSI01 { get; set; }
public MCLabel HR1DSI01 { get; set; }
public MCLabel HR1ESI01 { get; set; }
public MCLabel HR1FSI01 { get; set; }
public MCLabel HR1GSI01 { get; set; }
public MCLabel HR1HSI01 { get; set; }
public MCLabel HR1ISI01 { get; set; }
public MCLabel HR1JSI01 { get; set; }
public MCLabel HR1KSI01 { get; set; }
public MCLabel HR1LSI01 { get; set; }
public MCLabel HR1MSI01 { get; set; }
public MCLabel HR1NSI01 { get; set; }
public MCLabel HR1OSI01 { get; set; }
public MCLabel HR1ASI02 { get; set; }
public MCLabel HR1BSI02 { get; set; }
public MCLabel HR1CSI02 { get; set; }
public MCLabel HR1DSI02 { get; set; }
public MCLabel HR1ESI02 { get; set; }
public MCLabel HR1FSI02 { get; set; }
public MCLabel HR1GSI02 { get; set; }
public MCLabel HR1HSI02 { get; set; }
public MCLabel HR1ISI02 { get; set; }
public MCLabel HR1JSI02 { get; set; }
public MCLabel HR1KSI02 { get; set; }
public MCLabel HR1LSI02 { get; set; }
public MCLabel HR1MSI02 { get; set; }
public MCLabel HR1NSI02 { get; set; }
public MCLabel HR1OSI02 { get; set; }
}
}

@ -304,6 +304,7 @@
<Compile Include="LjDeliver\ControlsHelper.cs" />
<Compile Include="LjDeliver\DeliverInitAction.cs" />
<Compile Include="LjDeliver\Entity\DeliverEntity.cs" />
<Compile Include="LjDeliver\Entity\PlcTempEntity.cs" />
<Compile Include="LjDevice\DeviceHelp.cs" />
<Compile Include="LjDevice\DeviceModel.cs" />
<Compile Include="LjDevice\FrmDevice.cs">

Loading…
Cancel
Save