SchoolPhysicalExamination/application/KitchenScale3/controller/admin/Index.php

30 lines
883 B
PHP
Raw Normal View History

2025-12-22 03:58:08 +08:00
<?php
namespace app\KitchenScale\controller\admin;
use think\Db;
class Index extends Base{
// protected $login_hours_out = 24;
// 加 bcadd(,,20)
// 减 bcsub(,,20)
// 乘 bcmul(,,20)
// 除 bcdiv(,,20)
################################################################接口################################################################
################################################################接口################################################################
################################################################接口################################################################
// 登录
public function index(){
// $this->assign('domain',$a);
return $this->fetch();
}
public function welcome(){
// $this->assign('domain',$a);
return $this->fetch();
}
}