liurunyu
2 天以前 2daa780ed9c74cb689f7c1e6a13f8aadebd57208
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mybatis/envm/Deleted.java
@@ -16,6 +16,14 @@
        this.name = name ;
    }
    /**
     * 实际上转json,见Pojo的对应属性
     * @return json
     */
//    public String toString(){
//        return "{\"code\":" + this.code + "," + "\"name\":" + this.name + "}" ;
//    }
    @Override
    public Byte getCode() {
        return this.code ;