UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

11 lines (10 loc) 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FeeDiscountRule = void 0; /** * Fee Discount Rule Schema * Rule-based discount configuration (e.g., sibling discount, staff child discount) */ class FeeDiscountRule { } exports.FeeDiscountRule = FeeDiscountRule;