代码无效引用清理,试压包资料界面看板修改

This commit is contained in:
2025-10-10 14:33:21 +08:00
parent 87fb529521
commit 55b798135c
933 changed files with 5897 additions and 7541 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
using BLL;
using System.Collections.Generic;
using System.Collections.Generic;
namespace BLL
{
@@ -18,7 +17,7 @@ namespace BLL
/// <param name="dropName">下拉框名字</param>
/// <param name="isShowPlease">是否显示请选择</param>
public static void InitConstDropDownList(FineUIPro.DropDownList dropName, string groupId, bool isShowPlease)
{
{
dropName.DataValueField = "Value";
dropName.DataTextField = "Text";
if (groupId == Group_IsPost)