Commit 8ea44a55aa77e09d73a81daf1b54418faa7c050b
1 parent
b525560ced
Exists in
master
and in
6 other branches
update
Showing 2 changed files with 11 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
8ea44a5
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/BookbuildingRecordResult.java
View file @
8ea44a5
... | ... | @@ -9,7 +9,9 @@ |
9 | 9 | |
10 | 10 | private String pid; |
11 | 11 | |
12 | + private Integer isAutoFm; | |
12 | 13 | |
14 | + | |
13 | 15 | public String getPid() |
14 | 16 | { |
15 | 17 | return pid; |
... | ... | @@ -49,6 +51,14 @@ |
49 | 51 | |
50 | 52 | public void setDueStatus(Integer dueStatus) { |
51 | 53 | this.dueStatus = dueStatus; |
54 | + } | |
55 | + | |
56 | + public Integer getIsAutoFm() { | |
57 | + return isAutoFm; | |
58 | + } | |
59 | + | |
60 | + public void setIsAutoFm(Integer isAutoFm) { | |
61 | + this.isAutoFm = isAutoFm; | |
52 | 62 | } |
53 | 63 | |
54 | 64 | public Integer getType() { |