first commit
This commit is contained in:
28
ZeedFramework/library/Com/Entity/Code.php
Normal file
28
ZeedFramework/library/Com/Entity/Code.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/**
|
||||
* iNewS Project
|
||||
*
|
||||
* LICENSE
|
||||
*
|
||||
* http://www.inews.com.cn/license/inews
|
||||
*
|
||||
* @category iNewS
|
||||
* @package ChangeMe
|
||||
* @subpackage ChangeMe
|
||||
* @copyright Copyright (c) 2008 Zeed Technologies PRC Inc. (http://www.inews.com.cn)
|
||||
* @author Nroe ( GTalk: gnroed@gmail.com )
|
||||
* @since Apr 8, 2010
|
||||
* @version SVN: $Id: Code.php 5268 2010-05-28 08:13:43Z xsharp $
|
||||
*/
|
||||
|
||||
class Com_Entity_Code extends Zeed_Object
|
||||
{
|
||||
public $code;
|
||||
public $type;
|
||||
public $userid;
|
||||
public $email;
|
||||
public $note;
|
||||
public $ctime;
|
||||
}
|
||||
|
||||
// End ^ LF ^ encoding
|
||||
Reference in New Issue
Block a user