Config_ClientControl.cs
342 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace XingYe_ACS.BaseStruct
{
public class Config_ClientControl
{
public string strAgvNo { get; set; }
public string strClientIp { get; set; }
public bool isDoing { get; set; }
}
}