Procházet zdrojové kódy

采购表名修改

shish před 5 roky
rodič
revize
8459d6632a

+ 1 - 1
biz-ghs/order/models/PurchaseOrder.php

@@ -7,7 +7,7 @@ class PurchaseOrder extends Base
 
 	public static function tableName()
 	{
-		return 'xhGhsPurchaseOrder';
+		return 'xhGhsCgOrder';
 	}
 
 }

+ 1 - 1
biz-ghs/order/models/PurchaseOrderItem.php

@@ -7,7 +7,7 @@ class PurchaseOrderItem extends Base
 
 	public static function tableName()
 	{
-		return 'xhGhsPurchaseOrderItem';
+		return 'xhGhsCgOrderItem';
 	}
 
 }

+ 1 - 1
biz-ghs/order/models/PurchaseSn.php

@@ -10,7 +10,7 @@ class PurchaseSn extends Base
 	
 	public static function tableName()
 	{
-		return 'xhGhsPurchaseSn';
+		return 'xhGhsCgSn';
 	}
 	
 }

+ 1 - 1
biz-hd/purchase/models/Purchase.php

@@ -9,7 +9,7 @@ class Purchase extends Base
 	
 	public static function tableName()
 	{
-		return 'xhPurchase';
+		return 'xhCg';
 	}
 	
 }

+ 1 - 1
biz-hd/purchase/models/PurchaseItem.php

@@ -9,7 +9,7 @@ class PurchaseItem extends Base
 	
 	public static function tableName()
 	{
-		return 'xhPurchaseItem';
+		return 'xhCgItem';
 	}
 	
 }

+ 1 - 1
biz-hd/purchase/models/PurchaseSn.php

@@ -9,7 +9,7 @@ class PurchaseSn extends Base
 	
 	public static function tableName()
 	{
-		return 'xhPurchaseSn';
+		return 'xhCgSn';
 	}
 	
 }