<?php
/**
* Object represents table 'm_stageproperity'
*
* @author: http://phpdao.com
* @date: 2014-09-07 16:06
*/
class MStageproperity{
var $stageProperityId;
var $name;
var $initialValue;
var $stageId;
var $userId;
var $branchId;
var $stageProperityDate;
var $del;
var $title;
}
?>