| | |
| | | package com.vci.ubcs.code.vo.pagemodel; |
| | | |
| | | import com.vci.ubcs.starter.revision.model.BaseModel; |
| | | |
| | | /** |
| | | * 流水算法类的显示信息 |
| | | * @author weidy |
| | | * @date 2022-2-17 |
| | | */ |
| | | public class CodeSerialAlgorithmVO implements java.io.Serializable{ |
| | | |
| | | public class CodeSerialAlgorithmVO extends BaseModel { |
| | | /*** |
| | | * |
| | | */ |
| | | private String serialType; |
| | | /** |
| | | * 算法编号 |
| | | */ |
| | |
| | | this.description = description; |
| | | } |
| | | |
| | | public String getSerialType() { |
| | | return serialType; |
| | | } |
| | | |
| | | @Override |
| | | public void setSerialType(String serialType) { |
| | | this.serialType = serialType; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeSerialAlgorithmVO{" + |
| | | "id='" + id + '\'' + |