DataObjects/Companies.php
authorChris <chris@roojs.com>
Fri, 10 Jan 2014 08:56:33 +0000 (16:56 +0800)
committerChris <chris@roojs.com>
Fri, 10 Jan 2014 08:56:33 +0000 (16:56 +0800)
DataObjects/Companies.php

index 7bc2c34..c1632fd 100644 (file)
@@ -33,7 +33,7 @@ class Pman_Core_DataObjects_Companies extends DB_DataObject
     public $dispatch_port;                   // string(255)  not_null
     public $province;                        // string(255)  not_null
     public $country;                         // string(4)  not_null
-
+    public $is_system;                       // int(2)
     
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE