17 lines
357 B
PHP
Executable File
17 lines
357 B
PHP
Executable File
<?php
|
|
namespace Common\Model;
|
|
/*
|
|
* To change this license header, choose License Headers in Project Properties.
|
|
* To change this template file, choose Tools | Templates
|
|
* and open the template in the editor.
|
|
*/
|
|
|
|
/**
|
|
* Description of CoderLogModel
|
|
*
|
|
* @author 英乐
|
|
*/
|
|
class CoderLogModel extends \Gy_Library\GyListModel{
|
|
//put your code here
|
|
}
|