| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- package com.goafanti.common.model;
- public class OrganizationAnnualReport {
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_annual_report.id
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- private String id;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_annual_report.uid
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- private String uid;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_annual_report.year
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- private Integer year;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_annual_report.sales_amount
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- private String salesAmount;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_annual_report.research_amount
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- private String researchAmount;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_annual_report.assets
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- private String assets;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_annual_report.aid
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- private String aid;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_annual_report.fixed_assets
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- private String fixedAssets;
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_annual_report.id
- * @return the value of organization_annual_report.id
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- public String getId() {
- return id;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_annual_report.id
- * @param id the value for organization_annual_report.id
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- public void setId(String id) {
- this.id = id;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_annual_report.uid
- * @return the value of organization_annual_report.uid
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- public String getUid() {
- return uid;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_annual_report.uid
- * @param uid the value for organization_annual_report.uid
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- public void setUid(String uid) {
- this.uid = uid;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_annual_report.year
- * @return the value of organization_annual_report.year
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- public Integer getYear() {
- return year;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_annual_report.year
- * @param year the value for organization_annual_report.year
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- public void setYear(Integer year) {
- this.year = year;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_annual_report.sales_amount
- * @return the value of organization_annual_report.sales_amount
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- public String getSalesAmount() {
- return salesAmount;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_annual_report.sales_amount
- * @param salesAmount the value for organization_annual_report.sales_amount
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- public void setSalesAmount(String salesAmount) {
- this.salesAmount = salesAmount;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_annual_report.research_amount
- * @return the value of organization_annual_report.research_amount
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- public String getResearchAmount() {
- return researchAmount;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_annual_report.research_amount
- * @param researchAmount the value for organization_annual_report.research_amount
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- public void setResearchAmount(String researchAmount) {
- this.researchAmount = researchAmount;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_annual_report.assets
- * @return the value of organization_annual_report.assets
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- public String getAssets() {
- return assets;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_annual_report.assets
- * @param assets the value for organization_annual_report.assets
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- public void setAssets(String assets) {
- this.assets = assets;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_annual_report.aid
- * @return the value of organization_annual_report.aid
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- public String getAid() {
- return aid;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_annual_report.aid
- * @param aid the value for organization_annual_report.aid
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- public void setAid(String aid) {
- this.aid = aid;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_annual_report.fixed_assets
- * @return the value of organization_annual_report.fixed_assets
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- public String getFixedAssets() {
- return fixedAssets;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_annual_report.fixed_assets
- * @param fixedAssets the value for organization_annual_report.fixed_assets
- * @mbg.generated Fri Jul 27 15:10:52 CST 2018
- */
- public void setFixedAssets(String fixedAssets) {
- this.fixedAssets = fixedAssets;
- }
- }
|