Преглед изворни кода

修改导出显示业务类型,添加相关类型

DuGuYang пре 3 година
родитељ
комит
e91a1f06eb
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      AppStart/RelationClassForConst.cs

+ 6 - 0
AppStart/RelationClassForConst.cs

@@ -162,6 +162,12 @@ namespace MySystem
                 case 7:
                     result = "系统扣减";
                     break;
+                case 114:
+                    result = "私董会分红";
+                    break;
+                case 115:
+                    result = "分仓奖励";
+                    break;
             }
             return result;
         }