Helius
2021-05-21 27684404891ababded7cffb2006cfda00b86ccab
src/main/java/com/xcong/excoin/modules/otc/entity/OtcOrderAppealEntity.java
@@ -14,13 +14,13 @@
    private long memberId;
    //订单ID
    private long order_id;
    private long orderId;
    //申诉原因
    private long reason;
    private String reason;
    //申诉内容
    private long content;
    private String content;
    //申诉状态  1:待处理 2:处理中 3:已处理
    private Integer status;