Commit 13873318cdfdf4273bd881b7c8dfd5bd9eb12c3a

Authored by wendebin
1 parent c4609102b5
Exists in master

删除多余的类

Showing 1 changed file with 0 additions and 91 deletions

mainData/src/main/java/com/lymsh/yimiao/main/data/model/MedVaccinenameQuery.java View file @ 1387331
1   -package com.lymsh.yimiao.main.data.model;
2   -
3   -
4   -import java.util.Date;
5   -
6   -import com.lymsh.mommybaby.basecommon.base.BaseQuery;
7   -
8   -
9   -public class MedVaccineNameQuery extends BaseQuery {
10   - private String vnId;
11   - private String vnName;
12   - private String vnPreventDisease;
13   - private String vnMonthAge;
14   - private String vnPosition;
15   - private String vnTaboo;
16   - private String vnDescription;
17   - private String vnIsValid;
18   - private Integer vnVaccineType;
19   -
20   - public Integer getVnVaccineType() {
21   - return vnVaccineType;
22   - }
23   -
24   - public void setVnVaccineType(Integer vnVaccineType) {
25   - this.vnVaccineType = vnVaccineType;
26   - }
27   -
28   - public String getVnId() {
29   - return vnId;
30   - }
31   -
32   - public void setVnId(String vnId) {
33   - this.vnId = vnId;
34   - }
35   -
36   - public String getVnName() {
37   - return vnName;
38   - }
39   -
40   - public void setVnName(String vnName) {
41   - this.vnName = vnName;
42   - }
43   -
44   - public String getVnPreventDisease() {
45   - return vnPreventDisease;
46   - }
47   -
48   - public void setVnPreventDisease(String vnPreventDisease) {
49   - this.vnPreventDisease = vnPreventDisease;
50   - }
51   -
52   - public String getVnMonthAge() {
53   - return vnMonthAge;
54   - }
55   -
56   - public void setVnMonthAge(String vnMonthAge) {
57   - this.vnMonthAge = vnMonthAge;
58   - }
59   -
60   - public String getVnPosition() {
61   - return vnPosition;
62   - }
63   -
64   - public void setVnPosition(String vnPosition) {
65   - this.vnPosition = vnPosition;
66   - }
67   -
68   - public String getVnTaboo() {
69   - return vnTaboo;
70   - }
71   -
72   - public void setVnTaboo(String vnTaboo) {
73   - this.vnTaboo = vnTaboo;
74   - }
75   -
76   - public String getVnDescription() {
77   - return vnDescription;
78   - }
79   -
80   - public void setVnDescription(String vnDescription) {
81   - this.vnDescription = vnDescription;
82   - }
83   -
84   - public String getVnIsValid() {
85   - return vnIsValid;
86   - }
87   -
88   - public void setVnIsValid(String vnIsValid) {
89   - this.vnIsValid = vnIsValid;
90   - }
91   -}