|
@@ -0,0 +1,51 @@
|
|
|
+
|
|
|
+package com.dragoninfo.dcuc.app.dto.appindex;
|
|
|
+
|
|
|
+import com.fasterxml.jackson.annotation.JsonProperty;
|
|
|
+import lombok.Data;
|
|
|
+
|
|
|
+
|
|
|
+ * 烽火应用资源目录应用内容
|
|
|
+ *
|
|
|
+ * @author huangzqa
|
|
|
+ */
|
|
|
+@Data
|
|
|
+public class FhResourceRespDTO {
|
|
|
+
|
|
|
+ @JsonProperty("PTXTBH")
|
|
|
+ private Object ptxtbh;
|
|
|
+ @JsonProperty("SXRQ")
|
|
|
+ private String sxrq;
|
|
|
+ @JsonProperty("XTJGLX")
|
|
|
+ private String xtjglx;
|
|
|
+ @JsonProperty("XTZYBS")
|
|
|
+ private Long xtzybs;
|
|
|
+ @JsonProperty("XXRQ")
|
|
|
+ private Object xxrq;
|
|
|
+ @JsonProperty("YWSYCJDM")
|
|
|
+ private String ywsycjdm;
|
|
|
+ @JsonProperty("YYLX")
|
|
|
+ private String yylx;
|
|
|
+ @JsonProperty("YYXTBH")
|
|
|
+ private String yyxtbh;
|
|
|
+ @JsonProperty("YYXTCJDWDM")
|
|
|
+ private String yyxtcjdwdm;
|
|
|
+ @JsonProperty("YYXTFLDM")
|
|
|
+ private String yyxtfldm;
|
|
|
+ @JsonProperty("YYXTFWDZ")
|
|
|
+ private String yyxtfwdz;
|
|
|
+ @JsonProperty("YYXTGLDWDM")
|
|
|
+ private String yyxtgldwdm;
|
|
|
+ @JsonProperty("YYXTMC")
|
|
|
+ private String yyxtmc;
|
|
|
+ @JsonProperty("YYXTRZJB")
|
|
|
+ private String yyxtrzjb;
|
|
|
+ @JsonProperty("YYXTSM")
|
|
|
+ private String yyxtsm;
|
|
|
+ @JsonProperty("YYXTSQDWDM")
|
|
|
+ private String yyxtsqdwdm;
|
|
|
+ @JsonProperty("YYXTYWDWDM")
|
|
|
+ private String yyxtywdwdm;
|
|
|
+
|
|
|
+
|
|
|
+}
|