Commit bb775ffbd1449f4ee557d9a58f47929af436c524
1 parent
31465fc4b5
Exists in
dev
新增评价回复返回操作人
Showing 2 changed files with 20 additions and 0 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/ReviewModel.java
View file @
bb775ff
... | ... | @@ -28,6 +28,16 @@ |
28 | 28 | |
29 | 29 | private Integer state; |
30 | 30 | |
31 | + private String createByName; | |
32 | + | |
33 | + public String getCreateByName() { | |
34 | + return createByName; | |
35 | + } | |
36 | + | |
37 | + public void setCreateByName(String createByName) { | |
38 | + this.createByName = createByName; | |
39 | + } | |
40 | + | |
31 | 41 | public Integer getState() { |
32 | 42 | return state; |
33 | 43 | } |
platform-dal/src/main/java/com/lyms/platform/query/ReviewQuery.java
View file @
bb775ff
... | ... | @@ -27,6 +27,16 @@ |
27 | 27 | |
28 | 28 | private Integer state; |
29 | 29 | |
30 | + private String createByName; | |
31 | + | |
32 | + public String getCreateByName() { | |
33 | + return createByName; | |
34 | + } | |
35 | + | |
36 | + public void setCreateByName(String createByName) { | |
37 | + this.createByName = createByName; | |
38 | + } | |
39 | + | |
30 | 40 | public Integer getState() { |
31 | 41 | return state; |
32 | 42 | } |