方法注释添加

main
dongdingding 10 months ago
parent f575fced8b
commit be2acca9c6

@ -21,10 +21,14 @@ public class ACheckResponse {
/** /**
* *
*/ */
@ApiModelProperty(value = "信息编号") @ApiModelProperty(value = "风险点信息编号")
private String xxbh; private String xxbh;
/**
*
*/
@ApiModelProperty(value = "风险点编号")
private String fxdbh;
/** /**
* VALUE * VALUE
*/ */

@ -9,6 +9,7 @@
SELECT SELECT
a.fxd, a.fxd,
a.xxbh, a.xxbh,
a.FXDBH as fxdbh,
a.FXDJVALUE as fxvalue, a.FXDJVALUE as fxvalue,
c.XXBH as fjxxbh, c.XXBH as fjxxbh,
c.FJDZ as fjdz, c.FJDZ as fjdz,

Loading…
Cancel
Save