|
@@ -1,5 +1,6 @@
|
|
|
package com.sooka.model.bo;
|
|
|
|
|
|
+import com.google.gson.annotations.Expose;
|
|
|
import lombok.Getter;
|
|
|
import lombok.Setter;
|
|
|
|
|
@@ -9,12 +10,19 @@ import lombok.Setter;
|
|
|
public class Guiji_medicine_dept_data2_Bean extends BaseBean_Guiji {
|
|
|
|
|
|
String str;
|
|
|
+ @Expose
|
|
|
String platformName;//平台名称
|
|
|
+ @Expose
|
|
|
String constructingUnit;//建设单位
|
|
|
+ @Expose
|
|
|
String constructingDate;//建设时间
|
|
|
+ @Expose
|
|
|
String platformAddress;//平台地址
|
|
|
+ @Expose
|
|
|
String platformAddressExt;//平台地址Ext
|
|
|
+ @Expose
|
|
|
String platformLevel;//平台级别
|
|
|
+ @Expose
|
|
|
String platformType;//平台类型
|
|
|
|
|
|
//platformName, constructingUnit, constructingDate, platformAddress, platformAddressExt, platformLevel, platformType
|