You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
329 B
PHP
11 lines
329 B
PHP
<?php
|
|
|
|
class TaoBaiKeWidgetConst {
|
|
const commonMeta = 'taobaike/common/meta';
|
|
const commonHeader = 'taobaike/common/header';
|
|
const commonFooter = 'taobaike/common/footer';
|
|
|
|
|
|
const orderPurchaseOrderFilter = 'taobaike/order/purchase_order_filter';
|
|
const orderAfterSalesFilter = 'taobaike/order/after_sales_filter';
|
|
} |