|
@@ -127,12 +127,12 @@ public class RepairInvoice implements Serializable {
|
|
|
private Long sysUserId;
|
|
|
|
|
|
@TableField("get_addr_name")
|
|
|
- private Long getAddrName;
|
|
|
+ private String getAddrName;
|
|
|
|
|
|
@TableField("get_addr_phone")
|
|
|
- private Long getAddrPhone;
|
|
|
+ private String getAddrPhone;
|
|
|
|
|
|
@TableField("get_address")
|
|
|
- private Long getAddress;
|
|
|
+ private String getAddress;
|
|
|
|
|
|
}
|