16 lines
290 B
PHP
16 lines
290 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Administrator
|
|
* Date: 2021/4/21
|
|
* Time: 10:31
|
|
*/
|
|
|
|
namespace app\frontend\modules\finance\deduction;
|
|
|
|
use app\frontend\modules\deduction\DeductionSettingCollection;
|
|
|
|
class BalanceDeductionSettingCollection extends DeductionSettingCollection
|
|
{
|
|
|
|
} |