📄 baseinfo.java
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
// Source File Name: BaseInfo.java
package com.keyshop.pub.model;
import java.util.List;
// Referenced classes of package com.keyshop.pub.model:
// PubBean
public class BaseInfo extends PubBean
{
public static String repairTables[][] = {
{
"b_car_type", "车型代码"
}, {
"b_insurence_company", "保险公司"
}, {
"b_project_category", "项目类别"
}, {
"b_client_category", "客户类别"
}, {
"b_maintmain_type", "维修方式"
}, {
"b_operation_category", "操作方式"
}, {
"b_rerepair_type", "返修类别"
}, {
"b_care_type", "保养类别"
}, {
"b_repair_charge_category", "维修收费类别"
}
};
public static String fittingsTables[][] = {
{
"b_unit", "配件单位"
}, {
"b_trans_type", "运输方式"
}, {
"b_packing_type", "包装方式"
}, {
"b_provider_category", "供应商类别"
}, {
"b_instore_category", "入库类别"
}, {
"b_storehouse_info", "仓库信息"
}, {
"b_returngoods_reason", "退货原因"
}, {
"b_outstore_category", "出库类别"
}
};
public static String financeTables[][] = {
{
"b_invoice_type", "发票方式"
}, {
"b_balance_type", "结算方式"
}, {
"b_charge_standard", "收费标准"
}
};
public static String clientServerTables[][] = {
{
"b_member_category", "会员类别"
}
};
private String tableName;
private String columNames[];
private String displayNames[];
private String cloumTypes[];
private String maxlength[];
private List rs;
public BaseInfo()
{
tableName = "";
}
public String[] getColumNames()
{
return columNames;
}
public List getRs()
{
return rs;
}
public String getTableName()
{
return tableName;
}
public void setTableName(String tableName)
{
this.tableName = tableName;
}
public void setRs(List rs)
{
this.rs = rs;
}
public void setColumNames(String columNames[])
{
this.columNames = columNames;
}
public String[] getCloumTypes()
{
return cloumTypes;
}
public void setCloumTypes(String cloumTypes[])
{
this.cloumTypes = cloumTypes;
}
public String[] getMaxlength()
{
return maxlength;
}
public void setMaxlength(String maxlength[])
{
this.maxlength = maxlength;
}
public String[] getDisplayNames()
{
return displayNames;
}
public void setDisplayNames(String displayNames[])
{
this.displayNames = displayNames;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -