liurunyu
2025-04-30 c4b6e0aab43c440f5b8e8516f2272b7e5b7cf1e9
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 ;