|
|
@@ -9,7 +9,9 @@ public class ProjectListInput extends BaseEntity {
|
|
|
private String endTime;
|
|
|
private Long rolesId,companyId;
|
|
|
private Long headId;
|
|
|
+ private Long headName;
|
|
|
private Long staffId;
|
|
|
+ private Long staffName;
|
|
|
private String projectNumber;
|
|
|
private String projectYear;
|
|
|
private Integer crossYear;
|
|
|
@@ -26,6 +28,21 @@ public class ProjectListInput extends BaseEntity {
|
|
|
*/
|
|
|
private Integer roleType;
|
|
|
|
|
|
+ public Long getHeadName() {
|
|
|
+ return headName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setHeadName(Long headName) {
|
|
|
+ this.headName = headName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getStaffName() {
|
|
|
+ return staffName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStaffName(Long staffName) {
|
|
|
+ this.staffName = staffName;
|
|
|
+ }
|
|
|
|
|
|
public Integer getDeptId() {
|
|
|
return deptId;
|