AmountStandard.php 200 B

12345678910111213141516
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. /**
  5. * Description of AmountStandard
  6. *
  7. * @author sgq
  8. */
  9. class AmountStandard extends Model {
  10. protected $table = "sys_amount_standard";
  11. }