his-uncles-father
2021-04-21 fbc8d20f0ae2f663e1a13560f314f05b870c998c
java110-bean/src/main/java/com/java110/po/machineTranslateError/MachineTranslateErrorPo.java
@@ -11,6 +11,8 @@
    private String logId;
    private String statusCd = "0";
    private String communityId;
    private String reqPath;
    private String reqType;
    public String getReqHeader() {
        return reqHeader;
@@ -68,5 +70,19 @@
        this.communityId = communityId;
    }
    public String getReqPath() {
        return reqPath;
    }
    public void setReqPath(String reqPath) {
        this.reqPath = reqPath;
    }
    public String getReqType() {
        return reqType;
    }
    public void setReqType(String reqType) {
        this.reqType = reqType;
    }
}