📄 enterpriseyearvaliinfomodel.java
字号:
/**
* EnterpriseOpenInfoModel.java 11/11/2003,
* Author:liuxiuhui
*
* Copyright (c) 2003 Censoft Corp.
* Beijing China
* All rights reserved.
*
* Modifier:
* Time:
***/
package com.gs.component.enterprise.model;
public class EnterpriseYearvaliInfoModel implements java.io.Serializable{
//年检
private String qymc; //企业名称 basis01 field009
private String qyfr; //法定代表人 basis01 field019
private String qyzs; //住所 basis01 field033
private String zhch; //注册号 basis01 field004
private String qylx; //企业类型 basis01 field020
private String jyfw; //经营范围 basis01 field067
/**
* Returns the qylx
* @return String
*/
public String getQylx(){
return qylx;
}
/**
* Sets the qylx
* @param qylx The qylx to set
*/
public void setQylx(String qylx){
this.qylx = qylx;
}
/**
* Returns the jyfw
* @return String
*/
public String getJyfw(){
return jyfw;
}
/**
* Sets the jyfw
* @param jyfw The jyfw to set
*/
public void setJyfw(String jyfw){
this.jyfw = jyfw;
}
/**
* Returns the zhch
* @return String
*/
public String getZhch(){
return zhch;
}
/**
* Sets the zhch
* @param zhch The zhch to set
*/
public void setZhch(String zhch){
this.zhch = zhch;
}
/**
* Returns the qyzs
* @return String
*/
public String getQyzs(){
return qyzs;
}
/**
* Sets the qyzs
* @param qyzs The qyzs to set
*/
public void setQyzs(String qyzs){
this.qyzs = qyzs;
}
/**
* Returns the qyfr
* @return String
*/
public String getQyfr(){
return qyfr;
}
/**
* Sets the qyfr
* @param qyfr The qyfr to set
*/
public void setQyfr(String qyfr){
this.qyfr = qyfr;
}
/**
* Returns the qymc.
* @return String
*/
public String getQymc(){
return qymc;
}
/**
* Sets the qymc
* @param qymc The qymc to set
*/
public void setQymc(String qymc){
this.qymc = qymc;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -