admin
2021-06-30 a3304721c2e45e0f2ebd3139fdd623353f2ac72a
facade-lijin/src/main/java/com/ks/lijin/pojo/DO/LiJinProviderTaoKeAccount.java
@@ -17,7 +17,7 @@
    public final static int ERROR_CODE_GOODS_NOT_ENOUGH = 20;
    //其他错误
    public final static int ERROR_CODE_OTHER=30;
    public final static int ERROR_CODE_OTHER = 30;
    @Column(name = "ac_id")
@@ -53,7 +53,15 @@
    @Column(name = "ac_state")
    private Integer state;
    //错误码 0-无错误
    /**
     * 权重
     */
    @Column(name = "ac_weight")
    private Integer weight;
    /**
     * /错误码 0-无错误
     */
    @Column(name = "ac_error_code")
    private Integer errorCode;
    @Column(name = "ac_error_msg")
@@ -206,4 +214,12 @@
    public void setErrorMsg(String errorMsg) {
        this.errorMsg = errorMsg;
    }
    public Integer getWeight() {
        return weight;
    }
    public void setWeight(Integer weight) {
        this.weight = weight;
    }
}