Commit ccb07f27 by chentian

增加返回值接收

parent 29fdff3a
...@@ -765,7 +765,7 @@ public class TbStAsj implements Serializable { ...@@ -765,7 +765,7 @@ public class TbStAsj implements Serializable {
@ApiModelProperty(value = "简要案情") @ApiModelProperty(value = "简要案情")
@TableField("JYAQ") @TableField("JYAQ")
private Clob jyaq; private String jyaq;
@ApiModelProperty(value = "部省业务联动服务公安部下发 0:否 1:是") @ApiModelProperty(value = "部省业务联动服务公安部下发 0:否 1:是")
@TableField("GABXF") @TableField("GABXF")
...@@ -850,5 +850,7 @@ public class TbStAsj implements Serializable { ...@@ -850,5 +850,7 @@ public class TbStAsj implements Serializable {
@ApiModelProperty(value = "标准纬度") @ApiModelProperty(value = "标准纬度")
private Double y; 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