瀏覽代碼

接口参数变为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>