DataObjects/Companies.php
authorEdward <edward@roojs.com>
Wed, 16 Apr 2014 09:53:19 +0000 (17:53 +0800)
committerEdward <edward@roojs.com>
Wed, 16 Apr 2014 09:53:19 +0000 (17:53 +0800)
DataObjects/Companies.php

index 386a6da..828826e 100644 (file)
@@ -34,6 +34,7 @@ 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