Files
xk-api-yii/common/enums/NumberChangeTypeEnum.php

10 lines
119 B
PHP
Raw Normal View History

2024-09-19 11:32:39 +08:00
<?php
namespace common\enums;
class NumberChangeTypeEnum extends BaseEnum
{
const BUY = 0;
const GIVE = 1;
}