udm-rules-vue 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,4 +5,5 @@ public class Scorecard{
5
5
  public java.lang.String name;
6
6
  public double finalScore;
7
7
  public java.lang.Object reasons;
8
+ public static udm.Scorecard newScorecard();
8
9
  }
@@ -6,5 +6,5 @@ udm.Scorecard#concept.label=_Scorecard
6
6
  udm.Scorecard.name#phrase.navigation={this} 的名称
7
7
  udm.Scorecard.finalScore#phrase.navigation={this} 的总分
8
8
  udm.Scorecard.reasons#phrase.navigation={this} 的返回原因列表
9
-
9
+ udm.Scorecard.newScorecard()#phrase.navigation = 生成一个新的记分卡对象
10
10