From 9700fa5f390e5b31ff966ce63f5f91ca46eedb72 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期一, 01 十一月 2021 13:31:56 +0800 Subject: [PATCH] nothing --- WebAPI/Models/Gy_OrderBackInfo.cs | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) diff --git a/WebAPI/Models/Gy_OrderBackInfo.cs b/WebAPI/Models/Gy_OrderBackInfo.cs index 2f4e58a..53c3b5d 100644 --- a/WebAPI/Models/Gy_OrderBackInfo.cs +++ b/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; } //浣跨敤鐘舵�� + } } \ No newline at end of file -- Gitblit v1.9.1