DataObjects/Companies.php
authorEdward <edward@roojs.com>
Wed, 16 Apr 2014 10:00:16 +0000 (18:00 +0800)
committerEdward <edward@roojs.com>
Wed, 16 Apr 2014 10:00:16 +0000 (18:00 +0800)
DataObjects/Companies.php

index 828826e..386a6da 100644 (file)
@@ -34,7 +34,6 @@ class Pman_Core_DataObjects_Companies extends DB_DataObject
     public $province;                        // string(255)  not_null
     public $country;                         // string(4)  not_null
     public $is_system;                       // int(2)
-    public $description;                     // text
     
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE