| | |
| | | */ |
| | | private List<CodeOrderSecDTO> secDTOList; |
| | | |
| | | |
| | | /** |
| | | * 最大流水号 |
| | | */ |
| | | private int maxSecNum; |
| | | |
| | | public String getCodeClassifyOid() { |
| | | return codeClassifyOid; |
| | | } |
| | |
| | | this.editInProcess = editInProcess; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeOrderDTO{" + |
| | | "codeClassifyOid='" + codeClassifyOid + '\'' + |
| | | ", templateOid='" + templateOid + '\'' + |
| | | ", codeRuleOid='" + codeRuleOid + '\'' + |
| | | ", editInProcess=" + editInProcess + |
| | | ", secDTOList=" + secDTOList + |
| | | "} " + super.toString(); |
| | | } |
| | | public int getMaxSecNum() { |
| | | return maxSecNum; |
| | | } |
| | | |
| | | public void setMaxSecNum(int maxSecNum) { |
| | | this.maxSecNum = maxSecNum; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeOrderDTO{" + |
| | | "codeClassifyOid='" + codeClassifyOid + '\'' + |
| | | ", templateOid='" + templateOid + '\'' + |
| | | ", codeRuleOid='" + codeRuleOid + '\'' + |
| | | ", editInProcess=" + editInProcess + |
| | | ", secDTOList=" + secDTOList + |
| | | ", maxSecNum=" + maxSecNum + |
| | | '}'; |
| | | } |
| | | } |