<?php
/**
* TempCode表
* @author QZQ
*/
class TempCode extends ModelBase{
public function initialize(){
$this->setSource("smsapioauth2_tempcode");
}