123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302 |
- package com.platform.yijia.pojo;
- import java.util.Date;
- public class StationOilAdjustPrice {
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column station_oil_adjust_price.adjust_price_id
- *
- * @mbg.generated
- */
- private Integer adjustPriceId;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column station_oil_adjust_price.oil_name
- *
- * @mbg.generated
- */
- private String oilName;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column station_oil_adjust_price.oil_adjust_price
- *
- * @mbg.generated
- */
- private String oilAdjustPrice;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column station_oil_adjust_price.take_effect_status
- *
- * @mbg.generated
- */
- private String takeEffectStatus;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column station_oil_adjust_price.take_effect_date
- *
- * @mbg.generated
- */
- private Date takeEffectDate;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column station_oil_adjust_price.adjust_date
- *
- * @mbg.generated
- */
- private Date adjustDate;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column station_oil_adjust_price.station_id
- *
- * @mbg.generated
- */
- private Integer stationId;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column station_oil_adjust_price.station_name
- *
- * @mbg.generated
- */
- private String stationName;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column station_oil_adjust_price.operator
- *
- * @mbg.generated
- */
- private String operator;
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column station_oil_adjust_price.adjust_price_id
- *
- * @return the value of station_oil_adjust_price.adjust_price_id
- *
- * @mbg.generated
- */
- public Integer getAdjustPriceId() {
- return adjustPriceId;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column station_oil_adjust_price.adjust_price_id
- *
- * @param adjustPriceId the value for station_oil_adjust_price.adjust_price_id
- *
- * @mbg.generated
- */
- public void setAdjustPriceId(Integer adjustPriceId) {
- this.adjustPriceId = adjustPriceId;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column station_oil_adjust_price.oil_name
- *
- * @return the value of station_oil_adjust_price.oil_name
- *
- * @mbg.generated
- */
- public String getOilName() {
- return oilName;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column station_oil_adjust_price.oil_name
- *
- * @param oilName the value for station_oil_adjust_price.oil_name
- *
- * @mbg.generated
- */
- public void setOilName(String oilName) {
- this.oilName = oilName == null ? null : oilName.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column station_oil_adjust_price.oil_adjust_price
- *
- * @return the value of station_oil_adjust_price.oil_adjust_price
- *
- * @mbg.generated
- */
- public String getOilAdjustPrice() {
- return oilAdjustPrice;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column station_oil_adjust_price.oil_adjust_price
- *
- * @param oilAdjustPrice the value for station_oil_adjust_price.oil_adjust_price
- *
- * @mbg.generated
- */
- public void setOilAdjustPrice(String oilAdjustPrice) {
- this.oilAdjustPrice = oilAdjustPrice == null ? null : oilAdjustPrice.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column station_oil_adjust_price.take_effect_status
- *
- * @return the value of station_oil_adjust_price.take_effect_status
- *
- * @mbg.generated
- */
- public String getTakeEffectStatus() {
- return takeEffectStatus;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column station_oil_adjust_price.take_effect_status
- *
- * @param takeEffectStatus the value for station_oil_adjust_price.take_effect_status
- *
- * @mbg.generated
- */
- public void setTakeEffectStatus(String takeEffectStatus) {
- this.takeEffectStatus = takeEffectStatus == null ? null : takeEffectStatus.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column station_oil_adjust_price.take_effect_date
- *
- * @return the value of station_oil_adjust_price.take_effect_date
- *
- * @mbg.generated
- */
- public Date getTakeEffectDate() {
- return takeEffectDate;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column station_oil_adjust_price.take_effect_date
- *
- * @param takeEffectDate the value for station_oil_adjust_price.take_effect_date
- *
- * @mbg.generated
- */
- public void setTakeEffectDate(Date takeEffectDate) {
- this.takeEffectDate = takeEffectDate;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column station_oil_adjust_price.adjust_date
- *
- * @return the value of station_oil_adjust_price.adjust_date
- *
- * @mbg.generated
- */
- public Date getAdjustDate() {
- return adjustDate;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column station_oil_adjust_price.adjust_date
- *
- * @param adjustDate the value for station_oil_adjust_price.adjust_date
- *
- * @mbg.generated
- */
- public void setAdjustDate(Date adjustDate) {
- this.adjustDate = adjustDate;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column station_oil_adjust_price.station_id
- *
- * @return the value of station_oil_adjust_price.station_id
- *
- * @mbg.generated
- */
- public Integer getStationId() {
- return stationId;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column station_oil_adjust_price.station_id
- *
- * @param stationId the value for station_oil_adjust_price.station_id
- *
- * @mbg.generated
- */
- public void setStationId(Integer stationId) {
- this.stationId = stationId;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column station_oil_adjust_price.station_name
- *
- * @return the value of station_oil_adjust_price.station_name
- *
- * @mbg.generated
- */
- public String getStationName() {
- return stationName;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column station_oil_adjust_price.station_name
- *
- * @param stationName the value for station_oil_adjust_price.station_name
- *
- * @mbg.generated
- */
- public void setStationName(String stationName) {
- this.stationName = stationName == null ? null : stationName.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column station_oil_adjust_price.operator
- *
- * @return the value of station_oil_adjust_price.operator
- *
- * @mbg.generated
- */
- public String getOperator() {
- return operator;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column station_oil_adjust_price.operator
- *
- * @param operator the value for station_oil_adjust_price.operator
- *
- * @mbg.generated
- */
- public void setOperator(String operator) {
- this.operator = operator == null ? null : operator.trim();
- }
- }
|