refactor: 删除文件

This commit is contained in:
haoxr 2022-12-24 13:21:27 +08:00
parent 66737b46e6
commit c67ac25092

View File

@ -1,18 +0,0 @@
package com.youlai.mall.oms.constant;
/**
* 订单服务常量
*
* @author haoxr
* @date 2021/03/16
*/
public interface OmsConstants {
String CART_PREFIX = "cart:";
String ORDER_TOKEN_PREFIX = "order:token:";
String ORDER_SN_PREFIX = "order:sn:";
}