constant_code_ref.java

来自「权限系统以为业务逻辑提供服务为目标。这个系统的设计目的」· Java 代码 · 共 43 行

JAVA
43
字号
package com.tairun.component.popedom.model;

/**
 * Created by IntelliJ IDEA.
 * User: Administrator
 * Date: 2005-12-7
 * Time: 15:57:04
 * To change this template use File | Settings | File Templates.
 */
public class Constant_code_ref {
    private String indexID;
    private String father_ID;
    private String codeshow;


    public String getIndexID() {
        return indexID;
    }

    public void setIndexID(String indexID) {
        this.indexID = indexID;
    }

    public String getFather_ID() {
        return father_ID;
    }

    public void setFather_ID(String father_ID) {
        this.father_ID = father_ID;
    }

    public String getCodeshow() {
        return codeshow;
    }

    public void setCodeshow(String codeshow) {
        this.codeshow = codeshow;
    }



}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?