Commit e58794c5 authored by 刘林's avatar 刘林

fix(jg):场车单位变更需求开发

parent 9426c846
......@@ -214,7 +214,9 @@ public class JgChangeRegistrationUnitDto extends BaseDto {
@ApiModelProperty(value = "详细地址")
private String address;
@ApiModelProperty(value = "属地监管部门")
@ApiModelProperty(value = "属地监管部门code")
private String orgBranchCode;
@ApiModelProperty(value = "属地监管部门")
private String orgBranchName;
}
......@@ -321,8 +321,14 @@ public class JgChangeRegistrationUnit extends BaseEntity {
private String address;
/**
* 属地监管部门
* 属地监管部门code
*/
@TableField(value = "org_branch_code")
private String orgBranchCode;
/**
* 属地监管部门
*/
@TableField(value = "org_branch_name")
private String orgBranchName;
}
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