WebAPI/Models/Gy_OrderBackInfo.cs
@@ -1,13 +1,8 @@ using System; using System.Collections.Generic; using System.Linq; using System.Web; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebAPI.Models { public class Gy_OrderBackInfo @@ -27,5 +22,6 @@ public bool HStopflag { get; set; } //禁用标志 public bool HUseFlag { get; set; } //使用状态 } }