using Aborlen.Model;
|
|
using Monitor.FrameWork;
|
|
using SqlSugar;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using WorkStationBase;
|
|
|
|
namespace Aborlen.WorkStation
|
|
{
|
|
public partial class WorkStation01 : StationBase
|
|
{
|
|
|
|
public string ProductCode { get; set; }
|
|
|
|
|
|
public override void StationInit()
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
}
|