📄 business.java
字号:
//---------------------------------------------------------
// Application: Personal of System
// Author : eSingle
// File : Business.java
//
// Copyright 2002 LandSoft Corp.
// Generated at Mon Nov 18 10:18:19 CST 2002
// Created by caoguangxin
// mailto:gxcao@mail.tsinghua.edu.cn
//---------------------------------------------------------
package com.landsoft.personal.model;
/**
* @type Business Rule
*/
public class Business {
private String businessname;
public String getBusinessname() {
return businessname;
}
public void setBusinessname(String businessname) {
this.businessname = businessname;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -