⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 opersystem.java

📁 Java企业级开发项目实践,这是他的附光盘
💻 JAVA
字号:
//---------------------------------------------------------
// Application: service of System
// Author     : eSingle
// File       : Opersystem.java
//
// Copyright 2003 landsoft Corp.
// Generated at Wed Nov 26 09:26:02 CST 2003
// created by 曹广鑫
// mailto:bandsoft@163.com
//---------------------------------------------------------

package com.landsoft.service.model;

public class Opersystem {
  private String opersystemname;
  private String opersystemcode;

  public String getOpersystemname() {
    return opersystemname;
  }
  public String getOpersystemcode() {
    return opersystemcode;
  }

  public void setOpersystemname(String opersystemname) {
    this.opersystemname = opersystemname;
  }
  public void setOpersystemcode(String opersystemcode) {
    this.opersystemcode = opersystemcode;
  }
}

⌨️ 快捷键说明

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