Compare commits
No commits in common. "b8fc71f492c162acc6cd2233eace217e89cc8d08" and "cd02c7c1b8339585e5ea23b882be929736460333" have entirely different histories.
b8fc71f492
...
cd02c7c1b8
|
@ -1,17 +0,0 @@
|
|||
package cn.edu.hfut.rmdjzz.projectmanagement.entity.query;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author 史鹏辉
|
||||
* @since 2022/7/7 9:07
|
||||
*/
|
||||
|
||||
@Data
|
||||
public class ResultProjectGroup {
|
||||
Integer staffId;
|
||||
String staffFullname;
|
||||
Integer projectId;
|
||||
String projectStaffPosition;
|
||||
Integer projectAccessLevel;
|
||||
}
|
Loading…
Reference in New Issue