Common.php 103 B

123456
  1. <?php
  2. namespace App\Models;
  3. const STATUS_NORMAL = "normal";
  4. //define(STATUS_NORMAL, "normal", true);