فهرست منبع

接口参数变为json字段

lichunlei 8 ماه پیش
والد
کامیت
d682ec11b5
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      Model/Database/ApiInfo.cs

+ 3 - 3
Model/Database/ApiInfo.cs

@@ -138,19 +138,19 @@ namespace Model
         /// <summary>
         /// 字段名称
         /// </summary>
-        public string? fieldTitle { get; set; }
+        public string fieldTitle { get; set; }
 
 
         /// <summary>
         /// 字段名
         /// </summary>
-        public string? fieldName { get; set; }
+        public string fieldName { get; set; }
 
 
         /// <summary>
         /// 字段类型
         /// </summary>
-        public string? fieldType { get; set; }
+        public string fieldType { get; set; }
 
 
         /// <summary>