Change the buiding tool to angular-cli
[holmes/rule-management.git] / rulemgt-frontend / src / app / correlation-ruleList / ruleRequest.ts
  limitations under the License.
 */
 export class RuleRequest {
-    ruleid: string;
-    rulename: string;
+    ruleId: string;
+    ruleName: string;
     creator: number;
     modifier: string;
     enabled: number;
+    loopControlName: string;
 }
\ No newline at end of file