xiaoyong931011
2021-07-21 d25897a9e4a96079e3ef9d767083e631ead13a1c
gc-core/src/main/java/com/xzx/gc/entity/ScoreOrder.java
@@ -37,5 +37,12 @@
    public  static final Integer STATUS_EVALUATE = 5;
    public  static final Integer STATUS_CANCEL = 6;
    /**
     * 后台确认提货  1:是  2:否
     */
    private Integer isFinish;
    public  static final Integer ISFINISH_YES = 1;
    public  static final Integer ISFINISH_NO = 2;
    private String remark;
}