const.php 146 Bytes
Newer Older
王源's avatar
王源 committed
1 2 3 4 5 6 7 8 9
<?php
/**
 * Created by PhpStorm.
 * User: Zero
 * Date: 2020/5/7
 * Time: 15:12
 */

const DEFAULT_PAGE_SIZE = 10;
王源's avatar
王源 committed
10 11 12

const YES = 1;
const NO = 0;