2 次代码提交 93ace5307a ... 2294a57a7f

作者 SHA1 备注 提交日期
  田爽 2294a57a7f Merge branch 'test' of http://110.188.24.182:10023/Fengwo/hotline into test 4 天之前
  田爽 d2e0b38dff 修复属性名称拼写错误 4 天之前
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Hotline.Share/Dtos/Order/SendOrderReportOutDto.cs

+ 1 - 1
src/Hotline.Share/Dtos/Order/SendOrderReportOutDto.cs

@@ -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 == "派单组" ? "派单员" : "中心班长";
 }