Compare commits

...

3 Commits

Author SHA1 Message Date
tangqian 4529afd72c Merge remote-tracking branch 'origin/test' into test 2023-06-08 15:54:41 +08:00
tangqian a0028953bd Merge branch 'feature/mall_product' into test 2023-06-08 15:52:20 +08:00
tangqian 0ff7ebece8 fix: 修改推广员 新增一个注册来源 2023-06-08 15:51:57 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ public class PromoterPageReqVO extends PageParam {
@Schema(description = "推广员手机号", example = "15601691300")
private String mobile;
private String sourceType;
/**
*