修正注释错误

This commit is contained in:
moon69
2024-02-22 12:53:59 +08:00
parent 123a009394
commit a8ee4a85ce
4 changed files with 6 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ public interface RedisKeyConstants {
/**
* 序号的缓存
*
* KEY 格式:trade_no:{prefix}
* KEY 格式:seq_no:{prefix}
* VALUE 数据格式:编号自增
*/
String NO = "seq_no:";