加字段

This commit is contained in:
joshen@zcwytd.com
2023-11-24 16:28:25 +08:00
parent 6d3cd19292
commit 6f3a91687f

View File

@@ -115,6 +115,11 @@ public class CourseQueryDto {
private String refId; private String refId;
private String refType; private String refType;
/**
* 是否启用
*/
private Boolean enabled;
/** /**
* 创建人id * 创建人id
*/ */