| | |
| | | private String checkTime; |
| | | private String detailId; |
| | | private String specCd; |
| | | private String specName; |
| | | private String remark; |
| | | private String facePath; |
| | | private String state; |
| | | private String stateName; |
| | | private String storeId; |
| | | private String value; |
| | | private String taskId; |
| | |
| | | public void setTaskIds(String[] taskIds) { |
| | | this.taskIds = taskIds; |
| | | } |
| | | |
| | | public String getSpecName() { |
| | | return specName; |
| | | } |
| | | |
| | | public void setSpecName(String specName) { |
| | | this.specName = specName; |
| | | } |
| | | |
| | | public String getStateName() { |
| | | return stateName; |
| | | } |
| | | |
| | | public void setStateName(String stateName) { |
| | | this.stateName = stateName; |
| | | } |
| | | } |