Compare commits

..

No commits in common. "b8fc71f492c162acc6cd2233eace217e89cc8d08" and "cd02c7c1b8339585e5ea23b882be929736460333" have entirely different histories.

1 changed files with 0 additions and 17 deletions

View File

@ -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;
}