重构-系统配置模块
This commit is contained in:
@@ -11,35 +11,51 @@ public class SystemConfig {
|
||||
|
||||
/**
|
||||
* This field was generated by MyBatis Generator.
|
||||
* This field corresponds to the database column jsh_systemconfig.type
|
||||
* This field corresponds to the database column jsh_systemconfig.company_name
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
private String type;
|
||||
private String companyName;
|
||||
|
||||
/**
|
||||
* This field was generated by MyBatis Generator.
|
||||
* This field corresponds to the database column jsh_systemconfig.name
|
||||
* This field corresponds to the database column jsh_systemconfig.company_contacts
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
private String name;
|
||||
private String companyContacts;
|
||||
|
||||
/**
|
||||
* This field was generated by MyBatis Generator.
|
||||
* This field corresponds to the database column jsh_systemconfig.value
|
||||
* This field corresponds to the database column jsh_systemconfig.company_address
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
private String value;
|
||||
private String companyAddress;
|
||||
|
||||
/**
|
||||
* This field was generated by MyBatis Generator.
|
||||
* This field corresponds to the database column jsh_systemconfig.description
|
||||
* This field corresponds to the database column jsh_systemconfig.company_tel
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
private String description;
|
||||
private String companyTel;
|
||||
|
||||
/**
|
||||
* This field was generated by MyBatis Generator.
|
||||
* This field corresponds to the database column jsh_systemconfig.company_fax
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
private String companyFax;
|
||||
|
||||
/**
|
||||
* This field was generated by MyBatis Generator.
|
||||
* This field corresponds to the database column jsh_systemconfig.company_post_code
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
private String companyPostCode;
|
||||
|
||||
/**
|
||||
* This method was generated by MyBatis Generator.
|
||||
@@ -67,97 +83,145 @@ public class SystemConfig {
|
||||
|
||||
/**
|
||||
* This method was generated by MyBatis Generator.
|
||||
* This method returns the value of the database column jsh_systemconfig.type
|
||||
* This method returns the value of the database column jsh_systemconfig.company_name
|
||||
*
|
||||
* @return the value of jsh_systemconfig.type
|
||||
* @return the value of jsh_systemconfig.company_name
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
public String getType() {
|
||||
return type;
|
||||
public String getCompanyName() {
|
||||
return companyName;
|
||||
}
|
||||
|
||||
/**
|
||||
* This method was generated by MyBatis Generator.
|
||||
* This method sets the value of the database column jsh_systemconfig.type
|
||||
* This method sets the value of the database column jsh_systemconfig.company_name
|
||||
*
|
||||
* @param type the value for jsh_systemconfig.type
|
||||
* @param companyName the value for jsh_systemconfig.company_name
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
public void setType(String type) {
|
||||
this.type = type == null ? null : type.trim();
|
||||
public void setCompanyName(String companyName) {
|
||||
this.companyName = companyName == null ? null : companyName.trim();
|
||||
}
|
||||
|
||||
/**
|
||||
* This method was generated by MyBatis Generator.
|
||||
* This method returns the value of the database column jsh_systemconfig.name
|
||||
* This method returns the value of the database column jsh_systemconfig.company_contacts
|
||||
*
|
||||
* @return the value of jsh_systemconfig.name
|
||||
* @return the value of jsh_systemconfig.company_contacts
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
public String getName() {
|
||||
return name;
|
||||
public String getCompanyContacts() {
|
||||
return companyContacts;
|
||||
}
|
||||
|
||||
/**
|
||||
* This method was generated by MyBatis Generator.
|
||||
* This method sets the value of the database column jsh_systemconfig.name
|
||||
* This method sets the value of the database column jsh_systemconfig.company_contacts
|
||||
*
|
||||
* @param name the value for jsh_systemconfig.name
|
||||
* @param companyContacts the value for jsh_systemconfig.company_contacts
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
public void setName(String name) {
|
||||
this.name = name == null ? null : name.trim();
|
||||
public void setCompanyContacts(String companyContacts) {
|
||||
this.companyContacts = companyContacts == null ? null : companyContacts.trim();
|
||||
}
|
||||
|
||||
/**
|
||||
* This method was generated by MyBatis Generator.
|
||||
* This method returns the value of the database column jsh_systemconfig.value
|
||||
* This method returns the value of the database column jsh_systemconfig.company_address
|
||||
*
|
||||
* @return the value of jsh_systemconfig.value
|
||||
* @return the value of jsh_systemconfig.company_address
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
public String getValue() {
|
||||
return value;
|
||||
public String getCompanyAddress() {
|
||||
return companyAddress;
|
||||
}
|
||||
|
||||
/**
|
||||
* This method was generated by MyBatis Generator.
|
||||
* This method sets the value of the database column jsh_systemconfig.value
|
||||
* This method sets the value of the database column jsh_systemconfig.company_address
|
||||
*
|
||||
* @param value the value for jsh_systemconfig.value
|
||||
* @param companyAddress the value for jsh_systemconfig.company_address
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
public void setValue(String value) {
|
||||
this.value = value == null ? null : value.trim();
|
||||
public void setCompanyAddress(String companyAddress) {
|
||||
this.companyAddress = companyAddress == null ? null : companyAddress.trim();
|
||||
}
|
||||
|
||||
/**
|
||||
* This method was generated by MyBatis Generator.
|
||||
* This method returns the value of the database column jsh_systemconfig.description
|
||||
* This method returns the value of the database column jsh_systemconfig.company_tel
|
||||
*
|
||||
* @return the value of jsh_systemconfig.description
|
||||
* @return the value of jsh_systemconfig.company_tel
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
public String getDescription() {
|
||||
return description;
|
||||
public String getCompanyTel() {
|
||||
return companyTel;
|
||||
}
|
||||
|
||||
/**
|
||||
* This method was generated by MyBatis Generator.
|
||||
* This method sets the value of the database column jsh_systemconfig.description
|
||||
* This method sets the value of the database column jsh_systemconfig.company_tel
|
||||
*
|
||||
* @param description the value for jsh_systemconfig.description
|
||||
* @param companyTel the value for jsh_systemconfig.company_tel
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
public void setDescription(String description) {
|
||||
this.description = description == null ? null : description.trim();
|
||||
public void setCompanyTel(String companyTel) {
|
||||
this.companyTel = companyTel == null ? null : companyTel.trim();
|
||||
}
|
||||
|
||||
/**
|
||||
* This method was generated by MyBatis Generator.
|
||||
* This method returns the value of the database column jsh_systemconfig.company_fax
|
||||
*
|
||||
* @return the value of jsh_systemconfig.company_fax
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
public String getCompanyFax() {
|
||||
return companyFax;
|
||||
}
|
||||
|
||||
/**
|
||||
* This method was generated by MyBatis Generator.
|
||||
* This method sets the value of the database column jsh_systemconfig.company_fax
|
||||
*
|
||||
* @param companyFax the value for jsh_systemconfig.company_fax
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
public void setCompanyFax(String companyFax) {
|
||||
this.companyFax = companyFax == null ? null : companyFax.trim();
|
||||
}
|
||||
|
||||
/**
|
||||
* This method was generated by MyBatis Generator.
|
||||
* This method returns the value of the database column jsh_systemconfig.company_post_code
|
||||
*
|
||||
* @return the value of jsh_systemconfig.company_post_code
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
public String getCompanyPostCode() {
|
||||
return companyPostCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* This method was generated by MyBatis Generator.
|
||||
* This method sets the value of the database column jsh_systemconfig.company_post_code
|
||||
*
|
||||
* @param companyPostCode the value for jsh_systemconfig.company_post_code
|
||||
*
|
||||
* @mbggenerated
|
||||
*/
|
||||
public void setCompanyPostCode(String companyPostCode) {
|
||||
this.companyPostCode = companyPostCode == null ? null : companyPostCode.trim();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user