|
|
@@ -14,9 +14,12 @@ import java.time.LocalDate;
|
|
|
@Data
|
|
|
public class SysUserAccountPageParam extends PageRequest {
|
|
|
|
|
|
- @Schema(description = "业务员")
|
|
|
+ @Schema(description = "业务员手机号")
|
|
|
private String salesman;
|
|
|
|
|
|
+ @Schema(description = "业务员姓名")
|
|
|
+ private String salesmanName;
|
|
|
+
|
|
|
@Schema(description = "业务员类型1.前线人员 2:后线人员 3:合伙人 4:工作室管理员 5:团队 6:个代 7:电销 8 渠道")
|
|
|
private String attrType;
|
|
|
|