Commit 32a6cd1d authored by wlx@33.cn's avatar wlx@33.cn

同步状态

parent 63508ab1
...@@ -17,9 +17,9 @@ public class TranDto { ...@@ -17,9 +17,9 @@ public class TranDto {
*/ */
public static final Integer TABLE_TYPE_ORDER_INFO = 2; public static final Integer TABLE_TYPE_ORDER_INFO = 2;
public static final Integer COIN_TYPE_NFT_OUT = 1; public static final Integer COIN_TYPE_NFT_OUT = 2;
public static final Integer COIN_TYPE_NFT_IN = 2; public static final Integer COIN_TYPE_NFT_IN = 1;
private Integer id; private Integer id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment