|
|
@@ -20,7 +20,7 @@ public class ProjectUserPermiss {
|
|
|
@Schema(description = "数据ID")
|
|
|
private String dataId;
|
|
|
|
|
|
- @Schema(description = "更新模式,0: 删除 1:新增、修改")
|
|
|
+ @Schema(description = "更新模式,0: 删除 1:新增、修改 2:全量")
|
|
|
private Integer mark = 1; // 0: 删除 1:新增、修改
|
|
|
|
|
|
@Schema(description = "用户userId")
|