Commit c4609102b543cd67aa338d0b8de92e9d6d1bc69a

Authored by wendebin
1 parent 4e56bbed83
Exists in master

删除多余的类

Showing 1 changed file with 0 additions and 87 deletions

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