From e44ca2250d1057f7612f1d251e4ad578fb6d8aaf Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期二, 09 七月 2024 13:05:52 +0800 Subject: [PATCH] 工艺路线接口字段添加 --- WebAPI/Controllers/WebAPIController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Controllers/WebAPIController.cs b/WebAPI/Controllers/WebAPIController.cs index 782541a..b91b18a 100644 --- a/WebAPI/Controllers/WebAPIController.cs +++ b/WebAPI/Controllers/WebAPIController.cs @@ -119,7 +119,7 @@ //----------鍒涘缓铏氳〃------------------------ DataTable dt_Main = new DataTable("Json"); dt_Main.Columns.Add("HBillNo", typeof(string)); - dt_Main.Columns.Add("HInterID", typeof(int)); + dt_Main.Columns.Add("HInterID", typeof(Int64)); //---------鍒涘缓鏂拌------------------------ DataRow dr_main = dt_Main.NewRow();//鍒涘缓鏂拌 dt_Main.Rows.Add(dr_main);//灏嗘柊琛屽姞鍏ュ埌琛ㄤ腑 -- Gitblit v1.9.1