修改bug
This commit is contained in:
parent
d7e9cead84
commit
dd49d1fed1
|
@ -84,4 +84,8 @@ public class JwxtJxrw implements Serializable {
|
|||
@Excel(name = "isUploadSj", width = 15)
|
||||
@ApiModelProperty(value = "isUploadSj")
|
||||
private String isUploadSj;
|
||||
/**jxbrs*/
|
||||
@Excel(name = "jxbrs", width = 15)
|
||||
@ApiModelProperty(value = "jxbrs")
|
||||
private String jxbrs;
|
||||
}
|
||||
|
|
|
@ -92,4 +92,8 @@ public class Xxhbjwxtjxrw implements Serializable {
|
|||
@Excel(name = "isUploadSj", width = 15)
|
||||
@ApiModelProperty(value = "isUploadSj")
|
||||
private java.lang.String isUploadSj;
|
||||
/**jxbrs*/
|
||||
@Excel(name = "jxbrs", width = 15)
|
||||
@ApiModelProperty(value = "jxbrs")
|
||||
private String jxbrs;
|
||||
}
|
||||
|
|
|
@ -44,4 +44,8 @@ public class JwxtScwjxx implements Serializable {
|
|||
@Excel(name = "cjsj", width = 15)
|
||||
@ApiModelProperty(value = "cjsj")
|
||||
private String cjsj;
|
||||
/**fjtype*/
|
||||
@Excel(name = "fjtype", width = 15)
|
||||
@ApiModelProperty(value = "fjtype")
|
||||
private String fjtype;
|
||||
}
|
||||
|
|
|
@ -52,4 +52,8 @@ public class Xxhbjwxtscwjxx implements Serializable {
|
|||
@Excel(name = "cjsj", width = 15)
|
||||
@ApiModelProperty(value = "cjsj")
|
||||
private java.lang.String cjsj;
|
||||
/**fjtype*/
|
||||
@Excel(name = "fjtype", width = 15)
|
||||
@ApiModelProperty(value = "fjtype")
|
||||
private String fjtype;
|
||||
}
|
||||
|
|
|
@ -116,4 +116,8 @@ public class JwxtXsmd {
|
|||
@Excel(name = "ksxzmc", width = 15)
|
||||
@ApiModelProperty(value = "ksxzmc")
|
||||
private String ksxzmc;
|
||||
/**jxbrs*/
|
||||
@Excel(name = "jxbrs", width = 15)
|
||||
@ApiModelProperty(value = "jxbrs")
|
||||
private String jxbrs;
|
||||
}
|
||||
|
|
|
@ -124,4 +124,8 @@ public class Xxhbjwxtxsmd implements Serializable {
|
|||
@Excel(name = "ksxzmc", width = 15)
|
||||
@ApiModelProperty(value = "ksxzmc")
|
||||
private java.lang.String ksxzmc;
|
||||
/**jxbrs*/
|
||||
@Excel(name = "jxbrs", width = 15)
|
||||
@ApiModelProperty(value = "jxbrs")
|
||||
private String jxbrs;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue