mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-23 15:35:06 +08:00
✨ CRM:code review 客户导入
This commit is contained in:
@ -13,6 +13,6 @@ public interface RedisKeyConstants {
|
||||
* KEY 格式:trade_no:{prefix}
|
||||
* VALUE 数据格式:编号自增
|
||||
*/
|
||||
String NO = "seq_no:";
|
||||
String NO = "erp:seq_no:";
|
||||
|
||||
}
|
||||
|
@ -12,7 +12,7 @@ import java.time.LocalDateTime;
|
||||
|
||||
|
||||
/**
|
||||
* 订单序号的 Redis DAO
|
||||
* Erp 订单序号的 Redis DAO
|
||||
*
|
||||
* @author HUIHUI
|
||||
*/
|
||||
|
Reference in New Issue
Block a user