Authored by hugufei

优化

package com.yoho.search.recall.scene.beans.strategy;
public enum SortBrandType {
REC_SORT_BRAND,
PRED_SORT_BRAND,
VEC_SORT_BRAND
}
package com.yoho.search.recall.scene.beans.strategy;
public enum SortBrandType {
REC_SORT_BRAND,
PRED_SORT_BRAND,
VEC_SORT_BRAND
}
... ...