Commit 6f31f34d authored by 韩桐桐's avatar 韩桐桐

fix(jg):删除登记业务的车牌号字段

parent 26383706
......@@ -110,6 +110,4 @@ public class JgUseRegistrationDto extends BaseDto {
@ApiModelProperty(value = "其他附件")
private String otherAccessories;
@ApiModelProperty(value = "车牌号(仅限厂车)")
private String licensePlateNum;
}
......@@ -199,10 +199,4 @@ public class JgUseRegistration extends BaseEntity {
*/
@TableField(value = "other_accessories")
private String otherAccessories;
/**
* 车牌号(仅限厂车)
*/
@TableField(value = "license_plate_num")
private String licensePlateNum;
}
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