liurunyu
2025-02-05 862f9b89734b572e24d4710990f6e7d8de0ca64b
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mybatis/envm/Disabled.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 ;