|
@@ -0,0 +1,23 @@
|
|
|
|
|
+package com.happy.Model.Mob;
|
|
|
|
|
+
|
|
|
|
|
+public class YellowL {
|
|
|
|
|
+
|
|
|
|
|
+ public String yellow_lj_handlded;
|
|
|
|
|
+ public String yellow_lj_unhandlded;
|
|
|
|
|
+
|
|
|
|
|
+ public String getYellow_lj_handlded() {
|
|
|
|
|
+ return yellow_lj_handlded;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setYellow_lj_handlded(String yellow_lj_handlded) {
|
|
|
|
|
+ this.yellow_lj_handlded = yellow_lj_handlded;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getYellow_lj_unhandlded() {
|
|
|
|
|
+ return yellow_lj_unhandlded;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setYellow_lj_unhandlded(String yellow_lj_unhandlded) {
|
|
|
|
|
+ this.yellow_lj_unhandlded = yellow_lj_unhandlded;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|