123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444 |
- package com.gyee.consumer.model;
- import java.io.Serializable;
- import java.math.BigDecimal;
- public class Healthsystemsub implements Serializable {
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column HEALTHSYSTEMSUB.ID
- *
- * @mbg.generated
- */
- private String id;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column HEALTHSYSTEMSUB.HID
- *
- * @mbg.generated
- */
- private String hid;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column HEALTHSYSTEMSUB.CODE
- *
- * @mbg.generated
- */
- private String code;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column HEALTHSYSTEMSUB.NAME
- *
- * @mbg.generated
- */
- private String name;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column HEALTHSYSTEMSUB.EXPRESSION
- *
- * @mbg.generated
- */
- private String expression;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column HEALTHSYSTEMSUB.FORMULA
- *
- * @mbg.generated
- */
- private String formula;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column HEALTHSYSTEMSUB.FORMULAMAX
- *
- * @mbg.generated
- */
- private String formulamax;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column HEALTHSYSTEMSUB.FORMULAMIN
- *
- * @mbg.generated
- */
- private String formulamin;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column HEALTHSYSTEMSUB.FORMULASCORE
- *
- * @mbg.generated
- */
- private BigDecimal formulascore;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column HEALTHSYSTEMSUB.FORMULAMAXSCORE
- *
- * @mbg.generated
- */
- private BigDecimal formulamaxscore;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column HEALTHSYSTEMSUB.FORMULAMINSCORE
- *
- * @mbg.generated
- */
- private BigDecimal formulaminscore;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column HEALTHSYSTEMSUB.FUN
- *
- * @mbg.generated
- */
- private String fun;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column HEALTHSYSTEMSUB.ORDERBY
- *
- * @mbg.generated
- */
- private String orderby;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database table HEALTHSYSTEMSUB
- *
- * @mbg.generated
- */
- private static final long serialVersionUID = 1L;
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column HEALTHSYSTEMSUB.ID
- *
- * @return the value of HEALTHSYSTEMSUB.ID
- *
- * @mbg.generated
- */
- public String getId() {
- return id;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column HEALTHSYSTEMSUB.ID
- *
- * @param id the value for HEALTHSYSTEMSUB.ID
- *
- * @mbg.generated
- */
- public void setId(String id) {
- this.id = id == null ? null : id.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column HEALTHSYSTEMSUB.HID
- *
- * @return the value of HEALTHSYSTEMSUB.HID
- *
- * @mbg.generated
- */
- public String getHid() {
- return hid;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column HEALTHSYSTEMSUB.HID
- *
- * @param hid the value for HEALTHSYSTEMSUB.HID
- *
- * @mbg.generated
- */
- public void setHid(String hid) {
- this.hid = hid == null ? null : hid.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column HEALTHSYSTEMSUB.CODE
- *
- * @return the value of HEALTHSYSTEMSUB.CODE
- *
- * @mbg.generated
- */
- public String getCode() {
- return code;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column HEALTHSYSTEMSUB.CODE
- *
- * @param code the value for HEALTHSYSTEMSUB.CODE
- *
- * @mbg.generated
- */
- public void setCode(String code) {
- this.code = code == null ? null : code.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column HEALTHSYSTEMSUB.NAME
- *
- * @return the value of HEALTHSYSTEMSUB.NAME
- *
- * @mbg.generated
- */
- public String getName() {
- return name;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column HEALTHSYSTEMSUB.NAME
- *
- * @param name the value for HEALTHSYSTEMSUB.NAME
- *
- * @mbg.generated
- */
- public void setName(String name) {
- this.name = name == null ? null : name.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column HEALTHSYSTEMSUB.EXPRESSION
- *
- * @return the value of HEALTHSYSTEMSUB.EXPRESSION
- *
- * @mbg.generated
- */
- public String getExpression() {
- return expression;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column HEALTHSYSTEMSUB.EXPRESSION
- *
- * @param expression the value for HEALTHSYSTEMSUB.EXPRESSION
- *
- * @mbg.generated
- */
- public void setExpression(String expression) {
- this.expression = expression == null ? null : expression.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column HEALTHSYSTEMSUB.FORMULA
- *
- * @return the value of HEALTHSYSTEMSUB.FORMULA
- *
- * @mbg.generated
- */
- public String getFormula() {
- return formula;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column HEALTHSYSTEMSUB.FORMULA
- *
- * @param formula the value for HEALTHSYSTEMSUB.FORMULA
- *
- * @mbg.generated
- */
- public void setFormula(String formula) {
- this.formula = formula == null ? null : formula.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column HEALTHSYSTEMSUB.FORMULAMAX
- *
- * @return the value of HEALTHSYSTEMSUB.FORMULAMAX
- *
- * @mbg.generated
- */
- public String getFormulamax() {
- return formulamax;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column HEALTHSYSTEMSUB.FORMULAMAX
- *
- * @param formulamax the value for HEALTHSYSTEMSUB.FORMULAMAX
- *
- * @mbg.generated
- */
- public void setFormulamax(String formulamax) {
- this.formulamax = formulamax == null ? null : formulamax.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column HEALTHSYSTEMSUB.FORMULAMIN
- *
- * @return the value of HEALTHSYSTEMSUB.FORMULAMIN
- *
- * @mbg.generated
- */
- public String getFormulamin() {
- return formulamin;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column HEALTHSYSTEMSUB.FORMULAMIN
- *
- * @param formulamin the value for HEALTHSYSTEMSUB.FORMULAMIN
- *
- * @mbg.generated
- */
- public void setFormulamin(String formulamin) {
- this.formulamin = formulamin == null ? null : formulamin.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column HEALTHSYSTEMSUB.FORMULASCORE
- *
- * @return the value of HEALTHSYSTEMSUB.FORMULASCORE
- *
- * @mbg.generated
- */
- public BigDecimal getFormulascore() {
- return formulascore;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column HEALTHSYSTEMSUB.FORMULASCORE
- *
- * @param formulascore the value for HEALTHSYSTEMSUB.FORMULASCORE
- *
- * @mbg.generated
- */
- public void setFormulascore(BigDecimal formulascore) {
- this.formulascore = formulascore;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column HEALTHSYSTEMSUB.FORMULAMAXSCORE
- *
- * @return the value of HEALTHSYSTEMSUB.FORMULAMAXSCORE
- *
- * @mbg.generated
- */
- public BigDecimal getFormulamaxscore() {
- return formulamaxscore;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column HEALTHSYSTEMSUB.FORMULAMAXSCORE
- *
- * @param formulamaxscore the value for HEALTHSYSTEMSUB.FORMULAMAXSCORE
- *
- * @mbg.generated
- */
- public void setFormulamaxscore(BigDecimal formulamaxscore) {
- this.formulamaxscore = formulamaxscore;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column HEALTHSYSTEMSUB.FORMULAMINSCORE
- *
- * @return the value of HEALTHSYSTEMSUB.FORMULAMINSCORE
- *
- * @mbg.generated
- */
- public BigDecimal getFormulaminscore() {
- return formulaminscore;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column HEALTHSYSTEMSUB.FORMULAMINSCORE
- *
- * @param formulaminscore the value for HEALTHSYSTEMSUB.FORMULAMINSCORE
- *
- * @mbg.generated
- */
- public void setFormulaminscore(BigDecimal formulaminscore) {
- this.formulaminscore = formulaminscore;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column HEALTHSYSTEMSUB.FUN
- *
- * @return the value of HEALTHSYSTEMSUB.FUN
- *
- * @mbg.generated
- */
- public String getFun() {
- return fun;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column HEALTHSYSTEMSUB.FUN
- *
- * @param fun the value for HEALTHSYSTEMSUB.FUN
- *
- * @mbg.generated
- */
- public void setFun(String fun) {
- this.fun = fun == null ? null : fun.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column HEALTHSYSTEMSUB.ORDERBY
- *
- * @return the value of HEALTHSYSTEMSUB.ORDERBY
- *
- * @mbg.generated
- */
- public String getOrderby() {
- return orderby;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column HEALTHSYSTEMSUB.ORDERBY
- *
- * @param orderby the value for HEALTHSYSTEMSUB.ORDERBY
- *
- * @mbg.generated
- */
- public void setOrderby(String orderby) {
- this.orderby = orderby == null ? null : orderby.trim();
- }
- }
|