BaseInfoVO

This commit is contained in:
苏竹红
2024-03-29 09:55:40 +08:00
parent 798ab650ff
commit be799d8082

View File

@@ -17,7 +17,7 @@ public class BaseInfoVO {
private Long lineId; private Long lineId;
@ApiModelProperty("partnerId") @ApiModelProperty("partnerId")
private Integer partnerId; private String partnerId;
@ApiModelProperty("线索名称") @ApiModelProperty("线索名称")
private String username; private String username;