xiaoyong931011
2021-05-18 a38d3fcc9ddf27353700f351736e172c1eece74c
src/main/java/com/xcong/excoin/modules/otc/entity/OtcEntrustOrderEntity.java
@@ -15,6 +15,9 @@
    //会员ID
    private long memberId;
    //委托单号
    private String entrustOrderNo;
    //市商ID
    private long mbId;
@@ -38,7 +41,7 @@
    public static final String ORDERTYPE_B = "B";
    public static final String ORDERTYPE_S = "S";
    //上下线 1-上线2-下线
    //上下线 1-上线2-下线 3-取消
    private Integer status;
    public static final Integer STATUS_ONE = 1;
    public static final Integer STATUS_TWO = 2;