@@ -25,4 +25,5 @@ public class FsUserCourseVideoFinishUParam implements Serializable {
private Long periodId;
private Integer projectId;
private String appId; // 小程序AppId
+ private Integer typeFlag; //0 小程序 1 app
}