Commit dc3005a5 by chentian

案件查詢增加返回值

parent aafa7358
......@@ -841,5 +841,14 @@ public class TbStAsj implements Serializable {
@TableField("ASJFSDD_GXPCS")
private String asjfsddGxpcs;
@ApiModelProperty(value = "案件类别翻译")
private String ajlbdmStr;
@ApiModelProperty(value = "标准经度")
private Double x;
@ApiModelProperty(value = "标准纬度")
private Double y;
}
package com.founder.modules.ytlf.controller;
/**
* Created by Founder on 2021/3/18.
*/
public class test {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment