add comment fields to db and extend models ticket_type and custer
This commit is contained in:
@@ -34,14 +34,15 @@ use yii\web\IdentityInterface;
|
||||
* @property string $address
|
||||
* @property string $created_at
|
||||
* @property string $updated_at
|
||||
* @property \common\models\Card card
|
||||
* @property integer status
|
||||
* @property integer towel_count
|
||||
* @property \common\models\User user
|
||||
* @property mixed bank_account
|
||||
* @property string password_plain
|
||||
* @property string password_hash
|
||||
* @property string auth_key
|
||||
* @property \common\models\Card $card
|
||||
* @property integer $status
|
||||
* @property integer $towel_count
|
||||
* @property \common\models\User $user
|
||||
* @property mixed $bank_account
|
||||
* @property string $password_plain
|
||||
* @property string $password_hash
|
||||
* @property string $auth_key
|
||||
* @property string $comment
|
||||
*/
|
||||
class Customer extends BaseFitnessActiveRecord implements IdentityInterface, RateLimitInterface
|
||||
{
|
||||
|
||||
@@ -29,6 +29,7 @@ use yii\helpers\ArrayHelper;
|
||||
* @property string $typeHuman
|
||||
* @property string $timeUnitHuman
|
||||
* @property string $accountName
|
||||
* @property string $comment
|
||||
*/
|
||||
class TicketType extends BaseFitnessActiveRecord
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user