添加渠道标识

master
bynt 10 months ago
parent ac01a36025
commit 5587e5a20a

@ -90,4 +90,15 @@ public class CustomEntity extends BaseEntity {
@Schema(title = "复审员id")
private Long reviewUserId;
@Schema(title = "分发员id")
private Long distributorId;
@Schema(title = "渠道类型")
private Integer channelType;
@Schema(title = "渠道标识")
private Integer channelFlag;
}

Loading…
Cancel
Save