|
|
@@ -1,95 +0,0 @@
|
|
1
|
|
-package com.iot.platform.domain;
|
|
2
|
|
-
|
|
3
|
|
-public class SysCompany {
|
|
4
|
|
- public String companyId;
|
|
5
|
|
- public String companyName;
|
|
6
|
|
- public String companyContacts;
|
|
7
|
|
- public String companyPhone;
|
|
8
|
|
- public String companyDetails;
|
|
9
|
|
- public String companyLicense;
|
|
10
|
|
- public String companyBalance;
|
|
11
|
|
- public String parentId;
|
|
12
|
|
- public String ancestors;
|
|
13
|
|
- public String companyType;
|
|
14
|
|
-
|
|
15
|
|
- public String getCompanyId() {
|
|
16
|
|
- return companyId;
|
|
17
|
|
- }
|
|
18
|
|
-
|
|
19
|
|
- public void setCompanyId(String companyId) {
|
|
20
|
|
- this.companyId = companyId;
|
|
21
|
|
- }
|
|
22
|
|
-
|
|
23
|
|
- public String getCompanyName() {
|
|
24
|
|
- return companyName;
|
|
25
|
|
- }
|
|
26
|
|
-
|
|
27
|
|
- public void setCompanyName(String companyName) {
|
|
28
|
|
- this.companyName = companyName;
|
|
29
|
|
- }
|
|
30
|
|
-
|
|
31
|
|
- public String getCompanyContacts() {
|
|
32
|
|
- return companyContacts;
|
|
33
|
|
- }
|
|
34
|
|
-
|
|
35
|
|
- public void setCompanyContacts(String companyContacts) {
|
|
36
|
|
- this.companyContacts = companyContacts;
|
|
37
|
|
- }
|
|
38
|
|
-
|
|
39
|
|
- public String getCompanyPhone() {
|
|
40
|
|
- return companyPhone;
|
|
41
|
|
- }
|
|
42
|
|
-
|
|
43
|
|
- public void setCompanyPhone(String companyPhone) {
|
|
44
|
|
- this.companyPhone = companyPhone;
|
|
45
|
|
- }
|
|
46
|
|
-
|
|
47
|
|
- public String getCompanyDetails() {
|
|
48
|
|
- return companyDetails;
|
|
49
|
|
- }
|
|
50
|
|
-
|
|
51
|
|
- public void setCompanyDetails(String companyDetails) {
|
|
52
|
|
- this.companyDetails = companyDetails;
|
|
53
|
|
- }
|
|
54
|
|
-
|
|
55
|
|
- public String getCompanyLicense() {
|
|
56
|
|
- return companyLicense;
|
|
57
|
|
- }
|
|
58
|
|
-
|
|
59
|
|
- public void setCompanyLicense(String companyLicense) {
|
|
60
|
|
- this.companyLicense = companyLicense;
|
|
61
|
|
- }
|
|
62
|
|
-
|
|
63
|
|
- public String getCompanyBalance() {
|
|
64
|
|
- return companyBalance;
|
|
65
|
|
- }
|
|
66
|
|
-
|
|
67
|
|
- public void setCompanyBalance(String companyBalance) {
|
|
68
|
|
- this.companyBalance = companyBalance;
|
|
69
|
|
- }
|
|
70
|
|
-
|
|
71
|
|
- public String getParentId() {
|
|
72
|
|
- return parentId;
|
|
73
|
|
- }
|
|
74
|
|
-
|
|
75
|
|
- public void setParentId(String parentId) {
|
|
76
|
|
- this.parentId = parentId;
|
|
77
|
|
- }
|
|
78
|
|
-
|
|
79
|
|
- public String getAncestors() {
|
|
80
|
|
- return ancestors;
|
|
81
|
|
- }
|
|
82
|
|
-
|
|
83
|
|
- public void setAncestors(String ancestors) {
|
|
84
|
|
- this.ancestors = ancestors;
|
|
85
|
|
- }
|
|
86
|
|
-
|
|
87
|
|
- public String getCompanyType() {
|
|
88
|
|
- return companyType;
|
|
89
|
|
- }
|
|
90
|
|
-
|
|
91
|
|
- public void setCompanyType(String companyType) {
|
|
92
|
|
- this.companyType = companyType;
|
|
93
|
|
- }
|
|
94
|
|
-
|
|
95
|
|
-}
|