文档服务初步提交

This commit is contained in:
2025-02-21 17:08:33 +08:00
parent 5dd2dfd17b
commit 6bfa4da72d
24 changed files with 1071 additions and 192 deletions
@@ -28,7 +28,7 @@ public class {{ TableNameAddOrEdit }}
{%- endfor -%}
}
public class {{ TableNameQuery }}
public class {{ TableNameQuery }}:PageInput
{
{%- for field in QueryListFieldList -%}
{% if field.IsNullable and field.IsCSharpString == false %}