删除定义文件类型,删除所有判断山西固收的地方

This commit is contained in:
吴方海
2024-06-05 14:37:30 +08:00
parent 87d0d31e9a
commit 327a4158a5
60 changed files with 197 additions and 1352 deletions
@@ -110,13 +110,6 @@ namespace YLErp.Modules.SystemModule
Value = m.id.ToString()
}).ToList();
}
public static List<SelectItem> GetClientSwapType()
{
List<SelectItem> list = new List<SelectItem>();
list.Add(new SelectItem { Text = "普通", Value = "0" });
list.Add(new SelectItem { Text = "定义文件", Value = "1" });
return list;
}
/// <summary>
/// 获取变更字段列表
/// </summary>