using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MES.Production.Entity { /// /// 解除电子围栏 /// public class RemoveFenceEntity { /// /// 农机信息 /// public EntYW_Bicycle bicycle { get; set; } /// /// /// public string userName { get; set; } /// /// /// public string userCode { get; set; } /// /// /// public string userTel { get; set; } /// /// /// public string userAddress { get; set; } } }