peng
7 天以前 48a40ea665ed42713e472d429cf7e311c52d86a5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cn.lili.modules.logistics.entity.enums;
 
/**
 * LogisticsEnum
 *
 * @author Bulbasaur
 * @version v1.0
 * 2022-06-06 11:23
 */
public enum LogisticsEnum {
    /**
     * 快递查询渠道
     */
    KDNIAO, KUAIDI100,SHUNFENG;
}