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.
pdd-order-api/app/libs/const/class.SourceSyncConst.php

12 lines
350 B
PHP

<?php
class SourceSyncConst {
const selectChooseTypeIsRand = 'rand';
const selectChooseTypeIsGoodsIds = 'goodsIds';
const syncFieldIsGoodsName = 'goodsName';
const syncFieldIsGoodsStatus = 'goodsStatus';
const syncConfigUseNewConfig = 'useNewConfig';
const syncConfigUseMoveConfig = 'useMoveConfig';
const compareQueueMaxWaitCount = 300;
}