Helius
2020-08-03 868617d892d9254100a5704e8eafa50e2363447c
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.xcong.excoin.modules.documentary.common;
 
/**
 * @author wzy
 * @date 2020-07-31
 **/
public class NoticeConstant {
 
    public static final String OPEN_ORDER_TITLE = "跟单开仓成功";
 
    public static final String OPEN_ORDER_CONTENT = "{}开仓成功,开仓价{},交易员{}";
 
}