Commit d323fbe5 by 刘亚鑫

添加实体字段

parent a705c276
......@@ -822,5 +822,17 @@ public class TbStAsj implements Serializable {
private String ajywztdm;
@ApiModelProperty(value = "案件类别翻译")
private String ajlbdmStr;
@ApiModelProperty(value = "标准经度")
private Double x;
@ApiModelProperty(value = "标准纬度")
private Double y;
@ApiModelProperty(value = "侦查阶段代码翻译")
private String zcjddmStr;
}
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