mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-01 19:24:57 +08:00
[feat] 增加项目与用户的关联表
This commit is contained in:
parent
9e7575e9cb
commit
f78bb5202d
@ -9,4 +9,6 @@ import jakarta.validation.constraints.*;
|
|||||||
@Data
|
@Data
|
||||||
public class ProjectUserSaveReqVO {
|
public class ProjectUserSaveReqVO {
|
||||||
|
|
||||||
|
@Schema(description = "主键", requiredMode = Schema.RequiredMode.REQUIRED, example = "16059")
|
||||||
|
private Long id;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user