|
@@ -14,8 +14,8 @@ public class FsUserCourseAddCompanyUserParam implements Serializable {
|
|
|
@ApiModelProperty(value = "视频id")
|
|
|
private Long videoId;
|
|
|
|
|
|
- @NotNull(message = "用户id不能为空")
|
|
|
- @ApiModelProperty(value = "授权的用户id")
|
|
|
+// @NotNull(message = "用户id不能为空")
|
|
|
+ @ApiModelProperty(value = "授权的用户id,不用传")
|
|
|
private Long userId;
|
|
|
|
|
|
@NotNull(message = "销售id不能为空")
|