commit
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package com.budwk.app.sys.views;
|
||||
|
||||
import cn.hutool.json.JSONObject;
|
||||
import com.budwk.app.sys.annotation.DataCenterColumn;
|
||||
import lombok.Data;
|
||||
import lombok.experimental.Accessors;
|
||||
import org.nutz.dao.entity.annotation.*;
|
||||
import org.nutz.dao.entity.annotation.Column;
|
||||
import org.nutz.dao.entity.annotation.View;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
@@ -174,4 +174,8 @@ public class View_user {
|
||||
// 福利享受截止日期
|
||||
@Column
|
||||
private Date welfareStopDate;
|
||||
|
||||
private String professionalTitle;
|
||||
|
||||
private String professionalLevel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user