src/main/java/com/zy/asrs/entity/LocOwner.java
@@ -23,7 +23,8 @@ private String owner; @ApiModelProperty(value= "客户编号") private Long uuid; @TableField("owner_uuid") private Long ownerUuid; @ApiModelProperty(value= "状态") private Integer status; @@ -33,5 +34,4 @@ private Integer ownerType; public LocOwner() {} }