WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs
@@ -38,7 +38,7 @@ objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "Sucess!"; objJsonResult.data = null; objJsonResult.data = ds.Tables[0]; return objJsonResult; } }