From b5f6b1d17bb14233e5f629ed0ef7376bf767d971 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期五, 10 一月 2025 16:20:43 +0800 Subject: [PATCH] 1 --- Model/系统公用/ClsXt_DefineBillMainSetSub.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git "a/Model/\347\263\273\347\273\237\345\205\254\347\224\250/ClsXt_DefineBillMainSetSub.cs" "b/Model/\347\263\273\347\273\237\345\205\254\347\224\250/ClsXt_DefineBillMainSetSub.cs" index 8795cbe..55c1294 100644 --- "a/Model/\347\263\273\347\273\237\345\205\254\347\224\250/ClsXt_DefineBillMainSetSub.cs" +++ "b/Model/\347\263\273\347\273\237\345\205\254\347\224\250/ClsXt_DefineBillMainSetSub.cs" @@ -13,6 +13,7 @@ public bool HIsMust; //是否必填 public string HParentElementID; //父级组件ID public string HElementID; //组件ID + public string HElementIDAdditionalName; //字段附加字段 public string HElementLabel; //组件标签 public string HElementType; //组件类型 public long HFieldMaxLength; //当组件为需要输入的文本框等组件时,设置最大的可输入长度 -- Gitblit v1.9.1