File tree Expand file tree Collapse file tree
meta-model/model-quote/src/main/java/com/acanx/meta/model/trans Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,4 +87,92 @@ public String toString() {
8787 ", e='" + e + '\'' +
8888 '}' ;
8989 }
90+
91+ public Long getTs () {
92+ return ts ;
93+ }
94+
95+ public void setTs (Long ts ) {
96+ this .ts = ts ;
97+ }
98+
99+ public String getM () {
100+ return m ;
101+ }
102+
103+ public void setM (String m ) {
104+ this .m = m ;
105+ }
106+
107+ public String getS () {
108+ return s ;
109+ }
110+
111+ public void setS (String s ) {
112+ this .s = s ;
113+ }
114+
115+ public BigDecimal getO () {
116+ return o ;
117+ }
118+
119+ public void setO (BigDecimal o ) {
120+ this .o = o ;
121+ }
122+
123+ public BigDecimal getC () {
124+ return c ;
125+ }
126+
127+ public void setC (BigDecimal c ) {
128+ this .c = c ;
129+ }
130+
131+ public BigDecimal getH () {
132+ return h ;
133+ }
134+
135+ public void setH (BigDecimal h ) {
136+ this .h = h ;
137+ }
138+
139+ public BigDecimal getL () {
140+ return l ;
141+ }
142+
143+ public void setL (BigDecimal l ) {
144+ this .l = l ;
145+ }
146+
147+ public BigDecimal getAd () {
148+ return ad ;
149+ }
150+
151+ public void setAd (BigDecimal ad ) {
152+ this .ad = ad ;
153+ }
154+
155+ public BigDecimal getV () {
156+ return v ;
157+ }
158+
159+ public void setV (BigDecimal v ) {
160+ this .v = v ;
161+ }
162+
163+ public BigDecimal getT () {
164+ return t ;
165+ }
166+
167+ public void setT (BigDecimal t ) {
168+ this .t = t ;
169+ }
170+
171+ public String getE () {
172+ return e ;
173+ }
174+
175+ public void setE (String e ) {
176+ this .e = e ;
177+ }
90178}
You can’t perform that action at this time.
0 commit comments