添加会审代办

This commit is contained in:
geh
2025-09-16 17:15:53 +08:00
parent d10d6843cb
commit 75041220af
6 changed files with 100 additions and 0 deletions
@@ -193,6 +193,10 @@ namespace BLL
public static List<Model.HandleStep> GetStatesList()
{
List<Model.HandleStep> handleSteps = new List<Model.HandleStep>();
Model.HandleStep handleStep5 = new Model.HandleStep();
handleStep5.Id = "4";
handleStep5.Name = "待会审";
handleSteps.Add(handleStep5);
Model.HandleStep handleStep1 = new Model.HandleStep();
handleStep1.Id = "1";
handleStep1.Name = "待整改";