|
|
|
@ -34,5 +34,5 @@ public class RuleGroup extends BaseAPS {
|
|
|
|
|
private Integer orderNumber;
|
|
|
|
|
|
|
|
|
|
@JsonBackReference
|
|
|
|
|
List<RuleDetail> getDetails() { return BeanRelation.list(this, ERuleGroup.Details); }
|
|
|
|
|
public List<RuleDetail> getDetails() { return BeanRelation.list(this, ERuleGroup.Details); }
|
|
|
|
|
}
|
|
|
|
|