@@ -31,5 +31,5 @@ public class SendOrderReportOutDto
public string StepName { get; set; }
- public string RoldName => string.IsNullOrEmpty(StepName) ? "" : StepName == "派单组" ? "派单员" : "中心班长";
+ public string RoleName => string.IsNullOrEmpty(StepName) ? "" : StepName == "派单组" ? "派单员" : "中心班长";
}