123456789101112131415161718 |
- <?php
- declare (strict_types=1);
- namespace app\api\model\member;
- use app\common\model\member\DeductionLimit as DeductionLimitModel;
- /**
- * 会员卡
- * Class MemberCards
- * @package app\api\model
- */
- class DeductionLimit extends DeductionLimitModel
- {
- }
|