src/main/java/com/fzzy/api/entity/Api1101.java
@@ -3,69 +3,65 @@ import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import com.fasterxml.jackson.annotation.JsonFormat; import lombok.Data; import lombok.EqualsAndHashCode; import org.springframework.format.annotation.DateTimeFormat; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import java.io.Serializable; import java.util.Date; /** * æ¥å£è¡¨-åä½ * æ¥å£è¡¨-åä½ï¼åçä¸ååæ®µæ æ³¨æ¸ æ¥ * * @author chen * @date 2022-09-02 14:18 * @author czt * @date 2023-10-18 */ @Data @Entity @Table(name = "API_1101") @EqualsAndHashCode(callSuper = false) public class Api1101 extends ApiParent implements Serializable { /** * */ public class Api1101 implements Serializable { private static final long serialVersionUID = 9157617424050247565L; /*----------彿 åæ®µ----------*/ @Id @PropertyDef(label = "åä½ä»£ç ") @Column(name = "dwdm", length = 18, nullable = false) @Column(name = "dwdm", length = 18) private String dwdm; @PropertyDef(label = "åä½åç§°") @Column(name = "dwmc", length = 256, nullable = false) @Column(name = "dwmc", length = 256) private String dwmc; @PropertyDef(label = "åä½ç±»å") @Column(name = "dwlx", length = 2, nullable = false) @Column(name = "dwlx", length = 2) private String dwlx; @PropertyDef(label = "æ³¨åæ¥æ") @DateTimeFormat(pattern = "yyyy-MM-dd") @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd") @JSONField(format = "yyyy-MM-dd") @Column(name = "zcrq", nullable = false) @Column(name = "zcrq") private Date zcrq; @PropertyDef(label = "注åèµæ¬") @Column(name = "zczb", precision = 20, scale = 6) private double zczb; private Double zczb; @PropertyDef(label = "èµäº§æ»é¢") @Column(name = "zcze", precision = 20, scale = 6) private double zcze; private Double zcze; @PropertyDef(label = "æ³å®ä»£è¡¨äºº") @Column(name = "fddbr", length = 100, nullable = false) @Column(name = "fddbr", length = 100) private String fddbr; @PropertyDef(label = "æ³äººèº«ä»½è¯å·") @Column(name = "frsfzh", length = 18, nullable = false) @Column(name = "frsfzh", length = 18) private String frsfzh; @PropertyDef(label = "æ³äººèç³»æ¹å¼") @@ -73,15 +69,15 @@ private String frlxfs; @PropertyDef(label = "ä¼ä¸è系人") @Column(name = "qylxr", length = 100, nullable = false) @Column(name = "qylxr", length = 100) private String qylxr; @PropertyDef(label = "åå ¬çµè¯") @Column(name = "bgdh", length = 50, nullable = false) @Column(name = "bgdh", length = 50) private String bgdh; @PropertyDef(label = "注åå°å") @Column(name = "zcdz", length = 512, nullable = false) @Column(name = "zcdz", length = 512) private String zcdz; @PropertyDef(label = "çµåé®ç®±") @@ -97,17 +93,12 @@ private String czhm; @PropertyDef(label = "鮿¿ç¼ç ") @Column(name = "yzbm", length = 6, nullable = false) @Column(name = "yzbm", length = 6) private String yzbm; @PropertyDef(label = "è¡æ¿åºå代ç ") @Column(name = "xzqhdm", length = 6, nullable = false) @Column(name = "xzqhdm", length = 6) private String xzqhdm; @JSONField(serialize = false) @PropertyDef(label = "è¡æ¿åºååç§°", description = "é彿 åæ®µï¼åæå¢å ") @Column(name = "xzqhmc", length = 20) private String xzqhmc; @PropertyDef(label = "ä¸çº§åä½åç§°") @Column(name = "sjdwmc", length = 256) @@ -118,29 +109,40 @@ private String sjdwdm; @PropertyDef(label = "åºåºæ°") @Column(name = "kqs", nullable = false) @Column(name = "kqs") private Integer kqs; @PropertyDef(label = "仿¿æ°") @Column(name = "cfs", nullable = false) @Column(name = "cfs") private Integer cfs; @PropertyDef(label = "æ²¹ç½æ°") @Column(name = "ygs", nullable = false) @Column(name = "ygs") private Integer ygs; @PropertyDef(label = "ç»åº¦") @Column(name = "jd", precision = 20, scale = 6, nullable = false) private double jd; @Column(name = "jd", precision = 20, scale = 6) private Double jd; @PropertyDef(label = "纬度") @Column(name = "wd", precision = 20, scale = 6, nullable = false) private double wd; @Column(name = "wd", precision = 20, scale = 6) private Double wd; @PropertyDef(label = "åä½ç¶æ") @Column(name = "dwzt",length = 1) private String dwzt; @PropertyDef(label = "æä½æ å¿") @Column(name = "czbz", length = 1) private String czbz; @PropertyDef(label = "æåæ´æ°æ¶é´") @JSONField(format = "yyyy-MM-dd HH:mm:ss") @Column(name = "zhgxsj") private Date zhgxsj; /*----------广ä¸çå¹³å°è§èåæ®µ----------*/ @Column(name = "balx", length = 1) @PropertyDef(label = "夿¡ç±»å", description = "0:忬¡å¤æ¡ 1:忴夿¡ 2:鿰夿¡") private String balx; @@ -157,13 +159,35 @@ @PropertyDef(label = "夿¡ç¶æ") private String bazt; @PropertyDef(label = "æä½æ å¿") @Column(name = "czbz", length = 1, nullable = false) private String czbz; @PropertyDef(label = "æåæ´æ°æ¶é´") @JSONField(format = "yyyy-MM-dd HH:mm:ss") @Column(name = "zhgxsj", nullable = false) private Date zhgxsj; /*----------䏿µ·å¸å¹³å°è§èåæ®µ----------*/ @PropertyDef(label = "å»é´æ°") @Column(name = "ajs") private Integer ajs; @PropertyDef(label = "æ è®°ä½") @Column(name = "bjw", length = 40) private String bjw; /*----------æ¥å£ç³»ç»èªå®ä¹å段----------*/ @JSONField(serialize = false) @PropertyDef(label = "è¡æ¿åºååç§°", description = "é彿 åæ®µï¼åæå¢å ") @Column(name = "xzqhmc", length = 20) private String xzqhmc; @JSONField(serialize = false) @PropertyDef(label = "ä¸å¡id") @Column(name = "bizId", length = 40) private String bizId; @JSONField(serialize = false) @PropertyDef(label = "åºåºä»£ç ") @Column(name = "kqdm", length = 21) private String kqdm; @JSONField(serialize = false) @PropertyDef(label = "忥æ¶é´", description = "ä»ç²®åºç³»ç»åæ¥å°æ¥å£ç®¡çä¸å¿çæ¶é´") @Column(name = "syncTime") private Date syncTime; } src/main/java/com/fzzy/api/entity/Api1102.java
@@ -22,21 +22,13 @@ @Table(name = "API_1102") public class Api1102 implements Serializable { /** * */ private static final long serialVersionUID = 6597930270077627879L; /*----------彿 åæ®µ----------*/ @Id @PropertyDef(label = "åºåºä»£ç ") @Column(name = "kqdm", length = 21) private String kqdm; @JsonIgnore @PropertyDef(label = "ä¸å¡id") @Column(name = "bizId", length = 40) private String bizId; @PropertyDef(label = "åä½ä»£ç ") @Column(name = "dwdm", length = 18) @@ -54,26 +46,21 @@ @Column(name = "xzqhdm", length = 6) private String xzqhdm; @JSONField(serialize = false) @PropertyDef(label = "è¡æ¿åºååç§°", description = "é彿 åæ®µï¼åæå¢å ") @Column(name = "xzqhmc", length = 20) private String xzqhmc; @PropertyDef(label = "åºåºäº§æ", description = "1ï¼ èªæ 2ï¼ç§èµ 3ï¼å ±æ 4ï¼æ··å 9ï¼å ¶ä»") @Column(name = "kqcq", length = 1) private String kqcq; @PropertyDef(label = "ææä»å®¹") @Column(name = "yxcr", precision = 20, scale = 6) private double yxcr; private Double yxcr; @PropertyDef(label = "ææç½å®¹") @Column(name = "yxgr", precision = 20, scale = 6) private double yxgr; private Double yxgr; @PropertyDef(label = "å å°é¢ç§¯") @Column(name = "zdmj", precision = 20, scale = 6) private double zdmj; private Double zdmj; @PropertyDef(label = "仿¿æ°") @Column(name = "cfs") @@ -85,23 +72,15 @@ @PropertyDef(label = "åºåºç»åº¦") @Column(name = "jd", precision = 20, scale = 6) private double jd; private Double jd; @PropertyDef(label = "åºåºçº¬åº¦") @Column(name = "wd", precision = 20, scale = 6) private double wd; private Double wd; @PropertyDef(label = "åºåºç¶æ", description = "1:æ£å¸¸ï¼é»è®¤ï¼ 2:éåºå¨å¤ç²®æ¿å¨") @Column(name = "kqzt", length = 1) private String kqzt; @PropertyDef(label = "海康åºåID", description = "å¯¹åºæµ·åº·è§é¢å¹³å°regionIndexCodeåæ®µ") @Column(name = "hkRegionId", length = 36) private String hkRegionId; @PropertyDef(label = "äº§ææ¹åºåºä»£ç ", description = "èªæäº§ææ¶åºåºä»£ç å¿ é¡»çäºäº§ææ¹åºåºä»£ç ,éèªæäº§ææ¶åºåºä»£ç ä¸è½çäºäº§ææ¹åºåºä»£ç ") @Column(name = "cqfkqdm", length = 21) private String cqfkqdm; @PropertyDef(label = "æä½æ å¿") @Column(name = "czbz", length = 1) @@ -112,9 +91,44 @@ @Column(name = "zhgxsj", nullable = false) private Date zhgxsj; /*----------广ä¸çå¹³å°è§èåæ®µ----------*/ @PropertyDef(label = "海康åºåID", description = "å¯¹åºæµ·åº·è§é¢å¹³å°regionIndexCodeåæ®µ") @Column(name = "hkRegionId", length = 36) private String hkRegionId; @PropertyDef(label = "äº§ææ¹åºåºä»£ç ", description = "èªæäº§ææ¶åºåºä»£ç å¿ é¡»çäºäº§ææ¹åºåºä»£ç ,éèªæäº§ææ¶åºåºä»£ç ä¸è½çäºäº§ææ¹åºåºä»£ç ") @Column(name = "cqfkqdm", length = 21) private String cqfkqdm; /*----------䏿µ·å¸å¹³å°è§èåæ®µ----------*/ @PropertyDef(label = "åºåºå±æ§", description = "1:å¸çº§ç´å±ï¼2:åºçº§ç´å±ï¼3:社ä¼ä»å®¹ï¼4:å ¶ä»") @JSONField(serialize = false) @Column(name = "kqsx", length = 1) private String kqsx; @PropertyDef(label = "å»é´æ°") @Column(name = "ajs") private Integer ajs; @PropertyDef(label = "æ è®°ä½") @Column(name = "bjw", length = 40) private String bjw; @PropertyDef(label = "å¨å¤ä»å®¹") @Column(name = "cbcr") private Double cbcr; /*----------æ¥å£ç³»ç»èªå®ä¹å段----------*/ @JsonIgnore @PropertyDef(label = "ä¸å¡id") @Column(name = "bizId", length = 40) private String bizId; @JSONField(serialize = false) @PropertyDef(label = "è¡æ¿åºååç§°", description = "é彿 åæ®µï¼åæå¢å ") @Column(name = "xzqhmc", length = 20) private String xzqhmc; } src/main/java/com/fzzy/api/entity/Api1103.java
@@ -4,7 +4,6 @@ import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; import lombok.EqualsAndHashCode; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; @@ -21,22 +20,9 @@ @EqualsAndHashCode(callSuper=false) public class Api1103 implements Serializable { /** * */ private static final long serialVersionUID = 8095346227076335949L; @JSONField(serialize = false) @PropertyDef(label = "ä¸å¡id") @Column(name = "bizId", length = 40) private String bizId; @JSONField(serialize = false) @PropertyDef(label = "忥æ¶é´", description = "ä»ç²®åºç³»ç»åæ¥å°æ¥å£ç®¡çä¸å¿çæ¶é´") @Column(name = "syncTime") private Date syncTime; /*----------彿 åæ®µ----------*/ @Id @PropertyDef(label = "仿¿ä»£ç " ) @Column(name = "cfdm", length = 25) @@ -56,7 +42,7 @@ @PropertyDef(label = "交ä»ä½¿ç¨æ¥æ" ) @JSONField(format = "yyyy-MM-dd") @Column(name = "jfsyrq", nullable = false) @Column(name = "jfsyrq") private Date jfsyrq; @PropertyDef(label = "建设åä½" ) @@ -249,11 +235,11 @@ @PropertyDef(label = "仿¿ç»åº¦" ) @Column(name = "jd", precision = 20, scale = 6) private double jd; private Double jd; @PropertyDef(label = "仿¿çº¬åº¦" ) @Column(name = "wd", precision = 20, scale = 6) private double wd; private Double wd; @PropertyDef(label = "æä½æ å¿" ) @Column(name = "czbz", length = 1) @@ -261,10 +247,29 @@ @PropertyDef(label = "æåæ´æ°æ¶é´" ) @JSONField(format = "yyyy-MM-dd HH:mm:ss") @Column(name = "zhgxsj", nullable = false) @Column(name = "zhgxsj") private Date zhgxsj; /*----------䏿µ·å¸å¹³å°è§èåæ®µ----------*/ @PropertyDef(label = "å»é´æ°") @Column(name = "ajs") private Integer ajs; @PropertyDef(label = "æ è®°ä½") @Column(name = "bjw", length = 40) private String bjw; /*----------æ¥å£ç³»ç»èªå®ä¹å段----------*/ @JSONField(serialize = false) @PropertyDef(label = "ä¸å¡id") @Column(name = "bizId", length = 40) private String bizId; @JSONField(serialize = false) @PropertyDef(label = "忥æ¶é´", description = "ä»ç²®åºç³»ç»åæ¥å°æ¥å£ç®¡çä¸å¿çæ¶é´") @Column(name = "syncTime") private Date syncTime; } src/main/java/com/fzzy/api/entity/Api1104.java
@@ -2,13 +2,10 @@ import java.io.Serializable; import java.util.Date; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; import lombok.EqualsAndHashCode; import javax.persistence.*; /** @@ -21,50 +18,39 @@ @Entity @Table(name = "API_1104") @EqualsAndHashCode(callSuper = false) public class Api1104 extends ApiParent implements Serializable { public class Api1104 implements Serializable { /** * */ private static final long serialVersionUID = 9157617424050247565L; /*----------彿 åæ®µ----------*/ @Id @PropertyDef(label = "å»é´ä»£ç ") @Column(name = "ajdh", length = 28, nullable = false) @Column(name = "ajdh", length = 28) private String ajdh; @PropertyDef(label = "å»é´åç§°") @Column(name = "ajmc", length = 256, nullable = false) @Column(name = "ajmc", length = 256) private String ajmc; @PropertyDef(label = "仿¿(ææ²¹ç½)ç¼ç ") @Column(name = "cfbh", length = 25, nullable = false) @Column(name = "cfbh", length = 25) private String cfbh; @PropertyDef(label = "å»é´é¿åº¦") @Column(name = "ajcd", precision = 8, scale = 4, nullable = false) private double ajcd; @Column(name = "ajcd", precision = 8, scale = 4) private Double ajcd; @PropertyDef(label = "å»é´å®½åº¦") @Column(name = "ajkd", precision = 8, scale = 4, nullable = false) private double ajkd; @Column(name = "ajkd", precision = 8, scale = 4) private Double ajkd; @PropertyDef(label = "å»é´é«åº¦") @Column(name = "ajgd", precision = 8, scale = 4, nullable = false) private double ajgd; @Column(name = "ajgd", precision = 8, scale = 4) private Double ajgd; @PropertyDef(label = "å»é´è®¾è®¡ä»å®¹") @Column(name = "ajsjcr", precision = 20, scale = 3, nullable = false) private double ajsjcr; @JSONField(serialize = false) @PropertyDef(label = "å»é´å®é ä»å®¹", description = "é彿 åæ®µ") @Column(name = "ajsjcrong", precision = 20, scale = 3, nullable = false) private double ajsjcrong; @PropertyDef(label = "å»é´èç³»çµè¯") @Column(name = "ajlxdh", length = 20) private String ajlxdh; @Column(name = "ajsjcr", precision = 20, scale = 3) private Double ajsjcr; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "å»é´å¯ç¨æ¥æ") @@ -72,16 +58,47 @@ private Date ajqyrq; @PropertyDef(label = "å»é´ç¶æ") @Column(name = "ajzt", length = 1, nullable = false) @Column(name = "ajzt", length = 1) private String ajzt; @PropertyDef(label = "æä½æ å¿") @Column(name = "czbz", length = 1, nullable = false) @Column(name = "czbz", length = 1) private String czbz; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "æåæ´æ°æ¶é´") @Column(name = "zhgxsj", nullable = false) @Column(name = "zhgxsj") private Date zhgxsj; /*----------䏿µ·å¸å¹³å°è§èåæ®µ----------*/ @PropertyDef(label = "使ç¨åºåºä»£ç ") @Column(name = "sykqdm", length = 21) private String sykqdm; @PropertyDef(label = "å»é´èç³»çµè¯") @Column(name = "ajlxdh", length = 20) private String ajlxdh; @PropertyDef(label = "æ è®°ä½") @Column(name = "bjw", length = 40) private String bjw; /*----------æ¥å£ç³»ç»èªå®ä¹å段----------*/ @JSONField(serialize = false) @PropertyDef(label = "ä¸å¡id") @Column(name = "bizId", length = 40) private String bizId; @JSONField(serialize = false) @PropertyDef(label = "åºåºä»£ç ") @Column(name = "kqdm", length = 21) private String kqdm; @JSONField(serialize = false) @PropertyDef(label = "忥æ¶é´", description = "ä»ç²®åºç³»ç»åæ¥å°æ¥å£ç®¡çä¸å¿çæ¶é´") @Column(name = "syncTime") private Date syncTime; } src/main/java/com/fzzy/api/entity/Api1105.java
@@ -2,16 +2,12 @@ import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; import lombok.EqualsAndHashCode; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import java.io.Serializable; import java.util.Date; @@ -22,13 +18,11 @@ @Entity @Table(name = "API_1105") @EqualsAndHashCode(callSuper=false) public class Api1105 extends ApiParent implements Serializable { public class Api1105 implements Serializable { /** * */ private static final long serialVersionUID = -6967028172020353365L; /*----------彿 åæ®µ----------*/ @Id @PropertyDef(label = "è´§ä½ä»£ç " ) @Column(name = "hwdm", length = 30) @@ -44,12 +38,12 @@ @PropertyDef(label = "è´§ä½å¯ç¨æ¥æ" ) @JSONField(format = "yyyy-MM-dd") @Column(name = "hwqyrq", nullable = false) @Column(name = "hwqyrq") private Date hwqyrq; @PropertyDef(label = "è´§ä½å®¹é" ) @Column(name = "hwrl", precision = 20, scale = 6) private double hwrl; private Double hwrl; @PropertyDef(label = "ä¿ç®¡åä½" ) @Column(name = "bgdw", length = 128) @@ -65,7 +59,30 @@ @PropertyDef(label = "æåæ´æ°æ¶é´" ) @JSONField(format = "yyyy-MM-dd HH:mm:ss") @Column(name = "zhgxsj", nullable = false) @Column(name = "zhgxsj") private Date zhgxsj; /*----------䏿µ·å¸å¹³å°è§èåæ®µ----------*/ @PropertyDef(label = "æ è®°ä½") @Column(name = "bjw", length = 40) private String bjw; /*----------æ¥å£ç³»ç»èªå®ä¹å段----------*/ @JSONField(serialize = false) @PropertyDef(label = "ä¸å¡id") @Column(name = "bizId", length = 40) private String bizId; @JSONField(serialize = false) @PropertyDef(label = "åºåºä»£ç ") @Column(name = "kqdm", length = 21) private String kqdm; @JSONField(serialize = false) @PropertyDef(label = "忥æ¶é´", description = "ä»ç²®åºç³»ç»åæ¥å°æ¥å£ç®¡çä¸å¿çæ¶é´") @Column(name = "syncTime") private Date syncTime; } src/main/java/com/fzzy/api/view/Api1101.view.xml
@@ -119,6 +119,26 @@ <Property name="dataType">double</Property> <Property name="label">纬度</Property> </PropertyDef> <PropertyDef name="dwzt"> <Property></Property> <Property name="label">åä½ç¶æ</Property> <Property name="mapping"> <Property name="keyProperty">key</Property> <Property name="valueProperty">value</Property> <Property name="mapValues"> <Collection> <Entity> <Property name="key">1</Property> <Property name="value">æ£å¸¸</Property> </Entity> <Entity> <Property name="key">2</Property> <Property name="value">éåºå¨å¤ç²®æ¿å¨</Property> </Entity> </Collection> </Property> </Property> </PropertyDef> <PropertyDef name="czbz"> <Property></Property> <Property name="label">æä½æ å¿</Property> @@ -148,29 +168,85 @@ <Property></Property> <Property name="label">ä»å¨åç§</Property> </PropertyDef> <PropertyDef name="bazt"> <PropertyDef name="balx"> <Property></Property> <Property name="label">夿¡ç¶æ</Property> </PropertyDef> <PropertyDef name="dwzt"> <Property></Property> <Property name="label">åä½ç¶æ</Property> <Property name="label">夿¡ç±»å</Property> <Property name="mapping"> <Property name="keyProperty">key</Property> <Property name="valueProperty">value</Property> <Property name="mapValues"> <Collection> <Entity> <Property name="key">0</Property> <Property name="value">0-忬¡å¤æ¡</Property> </Entity> <Entity> <Property name="key">1</Property> <Property name="value">æ£å¸¸</Property> <Property name="value">1-忴夿¡</Property> </Entity> <Entity> <Property name="key">2</Property> <Property name="value">éåºå¨å¤ç²®æ¿å¨</Property> <Property name="value">2-鿰夿¡</Property> </Entity> </Collection> </Property> </Property> </PropertyDef> <PropertyDef name="bazt"> <Property></Property> <Property name="label">夿¡ç¶æ</Property> <Property name="mapping"> <Property name="keyProperty">key</Property> <Property name="valueProperty">value</Property> <Property name="mapValues"> <Collection> <Entity> <Property name="key">0</Property> <Property name="value">0-夿¡å¾ åç</Property> </Entity> <Entity> <Property name="key">1</Property> <Property name="value">1-已夿¡</Property> </Entity> <Entity> <Property name="key">2</Property> <Property name="value">2-åæ´å¾ åç</Property> </Entity> <Entity> <Property name="key">3</Property> <Property name="value">3-已忴</Property> </Entity> <Entity> <Property name="key">4</Property> <Property name="value">4-åä¸å¾ åç</Property> </Entity> <Entity> <Property name="key">5</Property> <Property name="value">5-å·²åä¸</Property> </Entity> <Entity> <Property name="key">6</Property> <Property name="value">6-夿¡å®¡æ ¸ä¸éè¿</Property> </Entity> <Entity> <Property name="key">7</Property> <Property name="value">7-åæ´å®¡æ ¸ä¸éè¿</Property> </Entity> <Entity> <Property name="key">8</Property> <Property name="value">8-åä¸å®¡æ ¸ä¸éè¿</Property> </Entity> </Collection> </Property> </Property> </PropertyDef> <PropertyDef name="bjw"> <Property></Property> <Property name="label">æ è®°ä½</Property> </PropertyDef> <PropertyDef name="ajs"> <Property name="dataType">Integer</Property> <Property name="label">å»é´æ°</Property> </PropertyDef> </DataType> <DataType name="dtGBArea"> @@ -422,7 +498,7 @@ <Property name="property">zhgxsj</Property> </DataColumn> </DataGrid> <Dialog id="dialogMain"> <Dialog id="dialogMain" layout="padding:5;regionPadding:5"> <Property name="width">1000</Property> <Property name="caption">åä½ä¿¡æ¯</Property> <Property name="iconClass">fa fa-sliders</Property> @@ -450,189 +526,233 @@ </Button> </Buttons> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*,*</Property> <Property name="labelWidth">100</Property> <Property name="labelAlign">left</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelPosition">top</Property> <AutoFormElement> <Property name="name">kqdm</Property> <Property name="property">kqdm</Property> <Property name="hideMode">display</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">dwdm</Property> <Property name="property">dwdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">dwmc</Property> <Property name="property">dwmc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">dwlx</Property> <Property name="property">dwlx</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zcrq</Property> <Property name="property">zcrq</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zczb</Property> <Property name="property">zczb</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zcze</Property> <Property name="property">zcze</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">fddbr</Property> <Property name="property">fddbr</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">frsfzh</Property> <Property name="property">frsfzh</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">frlxfs</Property> <Property name="property">frlxfs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">qylxr</Property> <Property name="property">qylxr</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bgdh</Property> <Property name="property">bgdh</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zcdz</Property> <Property name="property">zcdz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">dzyx</Property> <Property name="property">dzyx</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">qygfwzdz</Property> <Property name="property">qygfwzdz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">czhm</Property> <Property name="property">czhm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">yzbm</Property> <Property name="property">yzbm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">xzqhdm</Property> <Property name="property">xzqhdm</Property> <Property name="hideMode">display</Property> <Property name="trigger">cddGbArea</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">xzqhmc</Property> <Property name="property">xzqhmc</Property> <Property name="hideMode">display</Property> <Property name="trigger">cddGbArea</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">sjdwmc</Property> <Property name="property">sjdwmc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">sjdwdm</Property> <Property name="property">sjdwdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">kqs</Property> <Property name="property">kqs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cfs</Property> <Property name="property">cfs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ygs</Property> <Property name="property">ygs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">jd</Property> <Property name="property">jd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">wd</Property> <Property name="property">wd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">czbz</Property> <Property name="property">czbz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zhgxsj</Property> <Property name="property">zhgxsj</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bizId</Property> <Property name="property">bizId</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">balx</Property> <Property name="property">balx</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ccywlx</Property> <Property name="property">ccywlx</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ccpz</Property> <Property name="property">ccpz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bazt</Property> <Property name="property">bazt</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">dwzt</Property> <Property name="property">dwzt</Property> <Editor/> </AutoFormElement> </AutoForm> <GroupBox> <Property name="caption">åºç¡ä¿¡æ¯</Property> <Buttons/> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*,*</Property> <Property name="labelWidth">100</Property> <Property name="labelAlign">left</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelPosition">top</Property> <AutoFormElement> <Property name="name">kqdm</Property> <Property name="property">kqdm</Property> <Property name="hideMode">display</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">dwdm</Property> <Property name="property">dwdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">dwmc</Property> <Property name="property">dwmc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">dwlx</Property> <Property name="property">dwlx</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zcrq</Property> <Property name="property">zcrq</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zczb</Property> <Property name="property">zczb</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zcze</Property> <Property name="property">zcze</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">fddbr</Property> <Property name="property">fddbr</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">frsfzh</Property> <Property name="property">frsfzh</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">frlxfs</Property> <Property name="property">frlxfs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">qylxr</Property> <Property name="property">qylxr</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bgdh</Property> <Property name="property">bgdh</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zcdz</Property> <Property name="property">zcdz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">dzyx</Property> <Property name="property">dzyx</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">qygfwzdz</Property> <Property name="property">qygfwzdz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">czhm</Property> <Property name="property">czhm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">yzbm</Property> <Property name="property">yzbm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">xzqhdm</Property> <Property name="property">xzqhdm</Property> <Property name="hideMode">display</Property> <Property name="trigger">cddGbArea</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">xzqhmc</Property> <Property name="property">xzqhmc</Property> <Property name="hideMode">display</Property> <Property name="trigger">cddGbArea</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">sjdwmc</Property> <Property name="property">sjdwmc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">sjdwdm</Property> <Property name="property">sjdwdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">kqs</Property> <Property name="property">kqs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cfs</Property> <Property name="property">cfs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ygs</Property> <Property name="property">ygs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">jd</Property> <Property name="property">jd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">wd</Property> <Property name="property">wd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">dwzt</Property> <Property name="property">dwzt</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">czbz</Property> <Property name="property">czbz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zhgxsj</Property> <Property name="property">zhgxsj</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bizId</Property> <Property name="property">bizId</Property> <Editor/> </AutoFormElement> </AutoForm> </Children> </GroupBox> <GroupBox> <Property name="caption">广ä¸çå¹³å°</Property> <Buttons/> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*,*</Property> <Property name="labelWidth">100</Property> <Property name="labelAlign">left</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelPosition">top</Property> <AutoFormElement> <Property name="name">balx</Property> <Property name="property">balx</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ccywlx</Property> <Property name="property">ccywlx</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ccpz</Property> <Property name="property">ccpz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bazt</Property> <Property name="property">bazt</Property> <Editor/> </AutoFormElement> </AutoForm> </Children> </GroupBox> <GroupBox> <Property name="caption">䏿µ·å¸å¹³å°</Property> <Buttons/> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*,*</Property> <Property name="labelWidth">100</Property> <Property name="labelAlign">left</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelPosition">top</Property> <AutoFormElement> <Property name="name">ajs</Property> <Property name="property">ajs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bjw</Property> <Property name="property">bjw</Property> <Editor/> </AutoFormElement> </AutoForm> </Children> </GroupBox> </Children> <Tools/> </Dialog> src/main/java/com/fzzy/api/view/Api1102.view.xml
@@ -90,14 +90,6 @@ </Property> </Property> </PropertyDef> <PropertyDef name="hkRegionId"> <Property></Property> <Property name="label">海康åºåID</Property> </PropertyDef> <PropertyDef name="cqfkqdm"> <Property></Property> <Property name="label">äº§ææ¹åºåºä»£ç </Property> </PropertyDef> <PropertyDef name="czbz"> <Property></Property> <Property name="label">æä½æ å¿</Property> @@ -110,6 +102,36 @@ <PropertyDef name="zhgxsj"> <Property name="dataType">DateTime</Property> <Property name="label">æåæ´æ°æ¶é´</Property> </PropertyDef> <PropertyDef name="hkRegionId"> <Property></Property> <Property name="label">海康åºåID</Property> </PropertyDef> <PropertyDef name="cqfkqdm"> <Property></Property> <Property name="label">äº§ææ¹åºåºä»£ç </Property> </PropertyDef> <PropertyDef name="kqsx"> <Property></Property> <Property name="label">åºåºå±æ§</Property> <Property name="mapping"> <Property name="mapValues">${dorado.getDataProvider("apiTriggerService#trigger").getResult("KQSX")}</Property> <Property name="keyProperty">code</Property> <Property name="valueProperty">name</Property> </Property> </PropertyDef> <PropertyDef name="ajs"> <Property></Property> <Property name="label">å»é´æ°</Property> <Property name="dataType">Integer</Property> </PropertyDef> <PropertyDef name="bjw"> <Property></Property> <Property name="label">æ è®°ä½</Property> </PropertyDef> <PropertyDef name="cbcr"> <Property name="dataType">double</Property> <Property name="label">å¨å¤ä»å®¹</Property> </PropertyDef> </DataType> <DataType name="dtGBArea"> @@ -319,11 +341,12 @@ <Property name="align">center</Property> </DataColumn> </DataGrid> <Dialog id="dialogMain"> <Dialog id="dialogMain" layout="padding:5;regionPadding:5"> <Property name="width">1000</Property> <Property name="caption">åºåºä¿¡æ¯</Property> <Property name="iconClass">fa fa-sliders</Property> <Property name="closeable">false</Property> <Property name="height">80%</Property> <Buttons> <Button> <ClientEvent name="onClick">var cur = view.get("#dgMain").getCurrentItem();
 @@ -345,116 +368,170 @@ </Button> </Buttons> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*,*</Property> <Property name="labelWidth">120</Property> <Property name="labelAlign">left</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelPosition">top</Property> <AutoFormElement> <Property name="name">kqdm</Property> <Property name="property">kqdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">dwdm</Property> <Property name="property">dwdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">kqmc</Property> <Property name="property">kqmc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">kqdz</Property> <Property name="property">kqdz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">xzqhdm</Property> <Property name="property">xzqhdm</Property> <Property name="trigger">cddGbArea</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">xzqhmc</Property> <Property name="property">xzqhmc</Property> <Property name="trigger">cddGbArea</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">kqcq</Property> <Property name="property">kqcq</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">yxcr</Property> <Property name="property">yxcr</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">yxgr</Property> <Property name="property">yxgr</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zdmj</Property> <Property name="property">zdmj</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cfs</Property> <Property name="property">cfs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ygs</Property> <Property name="property">ygs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">jd</Property> <Property name="property">jd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">wd</Property> <Property name="property">wd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">kqzt</Property> <Property name="property">kqzt</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">hkRegionId</Property> <Property name="property">hkRegionId</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cqfkqdm</Property> <Property name="property">cqfkqdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">czbz</Property> <Property name="property">czbz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zhgxsj</Property> <Property name="property">zhgxsj</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bizId</Property> <Property name="property">bizId</Property> <Editor/> </AutoFormElement> </AutoForm> <GroupBox> <Property name="caption">åºç¡ä¿¡æ¯</Property> <Buttons/> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*,*</Property> <Property name="labelWidth">120</Property> <Property name="labelAlign">left</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelPosition">top</Property> <AutoFormElement> <Property name="name">kqdm</Property> <Property name="property">kqdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">dwdm</Property> <Property name="property">dwdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">kqmc</Property> <Property name="property">kqmc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">kqdz</Property> <Property name="property">kqdz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">xzqhdm</Property> <Property name="property">xzqhdm</Property> <Property name="trigger">cddGbArea</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">xzqhmc</Property> <Property name="property">xzqhmc</Property> <Property name="trigger">cddGbArea</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">kqcq</Property> <Property name="property">kqcq</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">yxcr</Property> <Property name="property">yxcr</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">yxgr</Property> <Property name="property">yxgr</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zdmj</Property> <Property name="property">zdmj</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cfs</Property> <Property name="property">cfs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ygs</Property> <Property name="property">ygs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">jd</Property> <Property name="property">jd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">wd</Property> <Property name="property">wd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">kqzt</Property> <Property name="property">kqzt</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">czbz</Property> <Property name="property">czbz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zhgxsj</Property> <Property name="property">zhgxsj</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bizId</Property> <Property name="property">bizId</Property> <Editor/> </AutoFormElement> </AutoForm> </Children> </GroupBox> <GroupBox> <Property name="caption">广ä¸çå¹³å°</Property> <Buttons/> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*,*</Property> <Property name="labelWidth">120</Property> <Property name="labelAlign">left</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelPosition">top</Property> <AutoFormElement> <Property name="name">hkRegionId</Property> <Property name="property">hkRegionId</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cqfkqdm</Property> <Property name="property">cqfkqdm</Property> <Editor/> </AutoFormElement> </AutoForm> </Children> </GroupBox> <GroupBox> <Property name="caption">䏿µ·å¸å¹³å°</Property> <Buttons/> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*,*</Property> <Property name="labelWidth">120</Property> <Property name="labelAlign">left</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelPosition">top</Property> <AutoFormElement> <Property name="name">kqsx</Property> <Property name="property">kqsx</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajs</Property> <Property name="property">ajs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bjw</Property> <Property name="property">bjw</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cbcr</Property> <Property name="property">cbcr</Property> <Editor/> </AutoFormElement> </AutoForm> </Children> </GroupBox> </Children> <Tools/> </Dialog> src/main/java/com/fzzy/api/view/Api1103.view.xml
@@ -368,6 +368,13 @@ <Property name="dataType">DateTime</Property> <Property name="label">æåæ´æ°æ¶é´</Property> </PropertyDef> <PropertyDef name="ajs"> <Property name="dataType">Integer</Property> <Property name="label">å»é´æ°</Property> </PropertyDef> <PropertyDef name="bjw"> <Property name="label">æ è®°ä½</Property> </PropertyDef> </DataType> </Model> <View layout="regionPadding:10"> @@ -793,299 +800,329 @@ </Button> </Buttons> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*,*</Property> <Property name="labelWidth">140</Property> <Property name="labelAlign">left</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelPosition">top</Property> <AutoFormElement> <Property name="name">kqdm</Property> <Property name="property">kqdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cfdm</Property> <Property name="property">cfdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cfmc</Property> <Property name="property">cfmc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cflxdm</Property> <Property name="property">cflxdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">jfsyrq</Property> <Property name="property">jfsyrq</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">jsdw</Property> <Property name="property">jsdw</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">sjsynx</Property> <Property name="property">sjsynx</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">sjdw</Property> <Property name="property">sjdw</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">jldw</Property> <Property name="property">jldw</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">qtjg</Property> <Property name="property">qtjg</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">fdjg</Property> <Property name="property">fdjg</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">fjjg</Property> <Property name="property">fjjg</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">dmjg</Property> <Property name="property">dmjg</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">sjcr</Property> <Property name="property">sjcr</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cwc</Property> <Property name="property">cwc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cwk</Property> <Property name="property">cwk</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cwyg</Property> <Property name="property">cwyg</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cwdg</Property> <Property name="property">cwdg</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">tcwj</Property> <Property name="property">tcwj</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cnc</Property> <Property name="property">cnc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cnk</Property> <Property name="property">cnk</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cnyg</Property> <Property name="property">cnyg</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cnzlxg</Property> <Property name="property">cnzlxg</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">tcnj</Property> <Property name="property">tcnj</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cntj</Property> <Property name="property">cntj</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cmsl</Property> <Property name="property">cmsl</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cmwz</Property> <Property name="property">cmwz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cmgd</Property> <Property name="property">cmgd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cmkd</Property> <Property name="property">cmkd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">dlmxs</Property> <Property name="property">dlmxs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cfsfwh</Property> <Property name="property">cfsfwh</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">clgx</Property> <Property name="property">clgx</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">nfgrbw</Property> <Property name="property">nfgrbw</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">grbwcs</Property> <Property name="property">grbwcs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">grxn</Property> <Property name="property">grxn</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">jgcl</Property> <Property name="property">jgcl</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">qmx</Property> <Property name="property">qmx</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">sfyjxxxhgz</Property> <Property name="property">sfyjxxxhgz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">lqjs</Property> <Property name="property">lqjs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">nfszcc</Property> <Property name="property">nfszcc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ywfsfqfczz</Property> <Property name="property">ywfsfqfczz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ywfhfbfdss</Property> <Property name="property">ywfhfbfdss</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ywjxtfss</Property> <Property name="property">ywjxtfss</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">tfxtxs</Property> <Property name="property">tfxtxs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">tfjs</Property> <Property name="property">tfjs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">nfhlxzsc</Property> <Property name="property">nfhlxzsc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">scjs</Property> <Property name="property">scjs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">nffddyqtcl</Property> <Property name="property">nffddyqtcl</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">kwjs</Property> <Property name="property">kwjs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">hcjcfs</Property> <Property name="property">hcjcfs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cfzt</Property> <Property name="property">cfzt</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bgr</Property> <Property name="property">bgr</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">jd</Property> <Property name="property">jd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">wd</Property> <Property name="property">wd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">czbz</Property> <Property name="property">czbz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zhgxsj</Property> <Property name="property">zhgxsj</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bizId</Property> <Property name="property">bizId</Property> <Editor/> </AutoFormElement> </AutoForm> <GroupBox> <Property name="caption">åºç¡ä¿¡æ¯</Property> <Buttons/> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*,*</Property> <Property name="labelWidth">140</Property> <Property name="labelAlign">left</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelPosition">top</Property> <AutoFormElement> <Property name="name">kqdm</Property> <Property name="property">kqdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cfdm</Property> <Property name="property">cfdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cfmc</Property> <Property name="property">cfmc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cflxdm</Property> <Property name="property">cflxdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">jfsyrq</Property> <Property name="property">jfsyrq</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">jsdw</Property> <Property name="property">jsdw</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">sjsynx</Property> <Property name="property">sjsynx</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">sjdw</Property> <Property name="property">sjdw</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">jldw</Property> <Property name="property">jldw</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">qtjg</Property> <Property name="property">qtjg</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">fdjg</Property> <Property name="property">fdjg</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">fjjg</Property> <Property name="property">fjjg</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">dmjg</Property> <Property name="property">dmjg</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">sjcr</Property> <Property name="property">sjcr</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cwc</Property> <Property name="property">cwc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cwk</Property> <Property name="property">cwk</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cwyg</Property> <Property name="property">cwyg</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cwdg</Property> <Property name="property">cwdg</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">tcwj</Property> <Property name="property">tcwj</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cnc</Property> <Property name="property">cnc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cnk</Property> <Property name="property">cnk</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cnyg</Property> <Property name="property">cnyg</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cnzlxg</Property> <Property name="property">cnzlxg</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">tcnj</Property> <Property name="property">tcnj</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cntj</Property> <Property name="property">cntj</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cmsl</Property> <Property name="property">cmsl</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cmwz</Property> <Property name="property">cmwz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cmgd</Property> <Property name="property">cmgd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cmkd</Property> <Property name="property">cmkd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">dlmxs</Property> <Property name="property">dlmxs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cfsfwh</Property> <Property name="property">cfsfwh</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">clgx</Property> <Property name="property">clgx</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">nfgrbw</Property> <Property name="property">nfgrbw</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">grbwcs</Property> <Property name="property">grbwcs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">grxn</Property> <Property name="property">grxn</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">jgcl</Property> <Property name="property">jgcl</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">qmx</Property> <Property name="property">qmx</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">sfyjxxxhgz</Property> <Property name="property">sfyjxxxhgz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">lqjs</Property> <Property name="property">lqjs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">nfszcc</Property> <Property name="property">nfszcc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ywfsfqfczz</Property> <Property name="property">ywfsfqfczz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ywfhfbfdss</Property> <Property name="property">ywfhfbfdss</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ywjxtfss</Property> <Property name="property">ywjxtfss</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">tfxtxs</Property> <Property name="property">tfxtxs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">tfjs</Property> <Property name="property">tfjs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">nfhlxzsc</Property> <Property name="property">nfhlxzsc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">scjs</Property> <Property name="property">scjs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">nffddyqtcl</Property> <Property name="property">nffddyqtcl</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">kwjs</Property> <Property name="property">kwjs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">hcjcfs</Property> <Property name="property">hcjcfs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cfzt</Property> <Property name="property">cfzt</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bgr</Property> <Property name="property">bgr</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">jd</Property> <Property name="property">jd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">wd</Property> <Property name="property">wd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">czbz</Property> <Property name="property">czbz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zhgxsj</Property> <Property name="property">zhgxsj</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bizId</Property> <Property name="property">bizId</Property> <Editor/> </AutoFormElement> </AutoForm> </Children> </GroupBox> <GroupBox> <Property name="caption">䏿µ·å¸å¹³å°</Property> <Buttons/> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*,*</Property> <Property name="labelWidth">140</Property> <Property name="labelAlign">left</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelPosition">top</Property> <AutoFormElement> <Property name="name">ajs</Property> <Property name="property">ajs</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bjw</Property> <Property name="property">bjw</Property> <Editor/> </AutoFormElement> </AutoForm> </Children> </GroupBox> </Children> <Tools/> </Dialog> src/main/java/com/fzzy/api/view/Api1104.view.xml
@@ -33,14 +33,6 @@ <Property name="dataType">double</Property> <Property name="label">设计ä»å®¹</Property> </PropertyDef> <PropertyDef name="ajsjcrong"> <Property name="dataType">double</Property> <Property name="label">å»é´å®é ä»å®¹</Property> </PropertyDef> <PropertyDef name="ajlxdh"> <Property></Property> <Property name="label">èç³»çµè¯</Property> </PropertyDef> <PropertyDef name="ajqyrq"> <Property></Property> <Property name="label">å¯ç¨æ¥æ</Property> @@ -80,6 +72,16 @@ <PropertyDef name="syncTime"> <Property name="dataType">Date</Property> <Property name="label">忥æ¶é´</Property> </PropertyDef> <PropertyDef name="sykqdm"> <Property></Property> <Property name="label">使ç¨åºåºä»£ç </Property> </PropertyDef> <PropertyDef name="ajlxdh"> <Property name="label">å»é´èç³»çµè¯</Property> </PropertyDef> <PropertyDef name="bjw"> <Property name="label">æ è®°ä½</Property> </PropertyDef> </DataType> </Model> @@ -283,89 +285,114 @@ </Button> </Buttons> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*,*</Property> <Property name="labelWidth">100</Property> <Property name="labelAlign">left</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelPosition">top</Property> <AutoFormElement> <Property name="name">kqdm</Property> <Property name="property">kqdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajdh</Property> <Property name="property">ajdh</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajmc</Property> <Property name="property">ajmc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cfbh</Property> <Property name="property">cfbh</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajcd</Property> <Property name="property">ajcd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajkd</Property> <Property name="property">ajkd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajgd</Property> <Property name="property">ajgd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajsjcr</Property> <Property name="property">ajsjcr</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajsjcrong</Property> <Property name="property">ajsjcrong</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajlxdh</Property> <Property name="property">ajlxdh</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajqyrq</Property> <Property name="property">ajqyrq</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajzt</Property> <Property name="property">ajzt</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">czbz</Property> <Property name="property">czbz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zhgxsj</Property> <Property name="property">zhgxsj</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bizId</Property> <Property name="property">bizId</Property> <Editor/> </AutoFormElement> </AutoForm> <GroupBox> <Property name="caption">åºç¡ä¿¡æ¯</Property> <Buttons/> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*,*</Property> <Property name="labelWidth">100</Property> <Property name="labelAlign">left</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelPosition">top</Property> <AutoFormElement> <Property name="name">ajdh</Property> <Property name="property">ajdh</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajmc</Property> <Property name="property">ajmc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">kqdm</Property> <Property name="property">kqdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">cfbh</Property> <Property name="property">cfbh</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajcd</Property> <Property name="property">ajcd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajkd</Property> <Property name="property">ajkd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajgd</Property> <Property name="property">ajgd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajsjcr</Property> <Property name="property">ajsjcr</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajqyrq</Property> <Property name="property">ajqyrq</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajzt</Property> <Property name="property">ajzt</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">czbz</Property> <Property name="property">czbz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bizId</Property> <Property name="property">bizId</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zhgxsj</Property> <Property name="property">zhgxsj</Property> <Editor/> </AutoFormElement> </AutoForm> </Children> </GroupBox> <GroupBox> <Property name="caption">䏿µ·å¸å¹³å°</Property> <Buttons/> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*,*</Property> <Property name="labelWidth">100</Property> <Property name="labelAlign">left</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelPosition">top</Property> <AutoFormElement> <Property name="name">sykqdm</Property> <Property name="property">sykqdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajlxdh</Property> <Property name="property">ajlxdh</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bjw</Property> <Property name="property">bjw</Property> <Editor/> </AutoFormElement> </AutoForm> </Children> </GroupBox> </Children> <Tools/> </Dialog> src/main/java/com/fzzy/api/view/Api1105.view.xml
@@ -56,6 +56,10 @@ <Property></Property> <Property name="label">åºåºä»£ç </Property> </PropertyDef> <PropertyDef name="bjw"> <Property></Property> <Property name="label">æ è®°ä½</Property> </PropertyDef> </DataType> </Model> <View layout="regionPadding:10"> @@ -243,69 +247,94 @@ </Button> </Buttons> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*,*</Property> <Property name="labelWidth">120</Property> <Property name="labelAlign">left</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelPosition">top</Property> <AutoFormElement> <Property name="name">kqdm</Property> <Property name="property">kqdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">hwdm</Property> <Property name="property">hwdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">hwmc</Property> <Property name="property">hwmc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajdm</Property> <Property name="property">ajdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">hwqyrq</Property> <Property name="property">hwqyrq</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">hwrl</Property> <Property name="property">hwrl</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bgdw</Property> <Property name="property">bgdw</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bgy</Property> <Property name="property">bgy</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">czbz</Property> <Property name="property">czbz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zhgxsj</Property> <Property name="property">zhgxsj</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bizId</Property> <Property name="property">bizId</Property> <Editor/> </AutoFormElement> </AutoForm> <GroupBox> <Property name="caption">åºç¡ä¿¡æ¯</Property> <Buttons/> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*,*</Property> <Property name="labelWidth">120</Property> <Property name="labelAlign">left</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelPosition">top</Property> <AutoFormElement> <Property name="name">kqdm</Property> <Property name="property">kqdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">hwdm</Property> <Property name="property">hwdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">hwmc</Property> <Property name="property">hwmc</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ajdm</Property> <Property name="property">ajdm</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">hwqyrq</Property> <Property name="property">hwqyrq</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">hwrl</Property> <Property name="property">hwrl</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bgdw</Property> <Property name="property">bgdw</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bgy</Property> <Property name="property">bgy</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">czbz</Property> <Property name="property">czbz</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">zhgxsj</Property> <Property name="property">zhgxsj</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">bizId</Property> <Property name="property">bizId</Property> <Editor/> </AutoFormElement> </AutoForm> </Children> </GroupBox> <GroupBox> <Property name="caption">䏿µ·å¸å¹³å°</Property> <Buttons/> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*,*</Property> <Property name="labelWidth">120</Property> <Property name="labelAlign">left</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelPosition">top</Property> <AutoFormElement> <Property name="name">bjw</Property> <Property name="property">bjw</Property> <Editor/> </AutoFormElement> </AutoForm> </Children> </GroupBox> </Children> <Tools/> </Dialog> src/main/java/com/fzzy/api/view/ApiConfs.view.xml
@@ -301,10 +301,14 @@ <DataColumn name="kqdm"> <Property name="property">kqdm</Property> <Property name="align">center</Property> <Property name="name">grade</Property> <Property name="width">200</Property> </DataColumn> <DataColumn name="kqmc"> <Property name="property">kqmc</Property> <Property name="align">center</Property> <Property name="name">grade</Property> <Property name="width">300</Property> </DataColumn> <DataColumn> <Property name="property">grade</Property> @@ -343,10 +347,14 @@ <DataColumn name="pushProtocol"> <Property name="property">pushProtocol</Property> <Property name="align">center</Property> <Property name="name">grade</Property> <Property name="width">180</Property> </DataColumn> <DataColumn name="syncProtocol"> <Property name="property">syncProtocol</Property> <Property name="align">center</Property> <Property name="name">grade</Property> <Property name="width">180</Property> </DataColumn> </ColumnGroup> </DataGrid> src/main/java/com/fzzy/api/view/SecCamera.view.xml
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,978 @@ <?xml version="1.0" encoding="UTF-8"?> <ViewConfig> <Arguments/> <Context/> <Model> <DataType name="dtSecCameraParam"> <Property name="creationType">com.ld.igds.models.SecCamera</Property> <PropertyDef name="deptId"> <Property></Property> <Property name="label">æå±ååº</Property> <Property name="mapping"> <Property name="mapValues">${dorado.getDataProvider("deptPR#loadParents").getResult()}</Property> <Property name="keyProperty">id</Property> <Property name="valueProperty">name</Property> </Property> </PropertyDef> <PropertyDef name="type"> <Property></Property> <Property name="label">设å¤ç±»å</Property> <Property name="mapping"> <Property name="mapValues">${dorado.getDataProvider("dicTriggerPR#dicTrigger").getResult("CAMEAR_TYPE")}</Property> <Property name="keyProperty">code</Property> <Property name="valueProperty">name</Property> </Property> </PropertyDef> <PropertyDef name="name"> <Property></Property> <Property name="label">åç§°</Property> </PropertyDef> <PropertyDef name="sn"> <Property></Property> <Property name="label">设å¤åºåå·</Property> </PropertyDef> <PropertyDef name="brand"> <Property></Property> <Property name="label">设å¤åç</Property> <Property name="mapping"> <Property name="mapValues">${dorado.getDataProvider("dicTriggerPR#dicTrigger").getResult("CAMEAR_BRAND")}</Property> <Property name="keyProperty">name</Property> <Property name="valueProperty">name</Property> </Property> </PropertyDef> </DataType> <DataType name="dtSecCamera"> <Property name="creationType">com.ld.igds.models.SecCamera</Property> <PropertyDef name="id"> <Property></Property> <Property name="label">ID</Property> </PropertyDef> <PropertyDef name="sn"> <Property></Property> <Property name="label">æµåªä½åºåå·</Property> </PropertyDef> <PropertyDef name="companyId"> <Property></Property> <Property name="label">ç»ç»ç¼ç </Property> </PropertyDef> <PropertyDef name="deptId"> <Property></Property> <Property name="label">æå±ååº</Property> <Property name="mapping"> <Property name="mapValues">${dorado.getDataProvider("deptPR#loadParents").getResult()}</Property> <Property name="keyProperty">id</Property> <Property name="valueProperty">name</Property> </Property> <Property name="required">true</Property> </PropertyDef> <PropertyDef name="type"> <Property></Property> <Property name="label">设å¤ç±»å</Property> <Property name="required">true</Property> <Property name="mapping"> <Property name="mapValues">${dorado.getDataProvider("securityPR#triggerCameraType").getResult()}</Property> <Property name="keyProperty">code</Property> <Property name="valueProperty">name</Property> </Property> </PropertyDef> <PropertyDef name="playType"> <Property></Property> <Property name="label">ææ¾æ¹å¼</Property> <Property name="mapping"> <Property name="keyProperty">code</Property> <Property name="valueProperty">name</Property> <Property name="mapValues">${dorado.getDataProvider("dicTriggerPR#triggerPlayType").getResult()}</Property> </Property> <Property name="required">true</Property> </PropertyDef> <PropertyDef name="snapType"> <Property></Property> <Property name="label">æææ¹å¼</Property> <Property name="mapping"> <Property name="keyProperty">code</Property> <Property name="valueProperty">name</Property> <Property name="mapValues">${dorado.getDataProvider("dicTriggerPR#triggerSnapType").getResult()}</Property> </Property> <Property name="required">true</Property> </PropertyDef> <PropertyDef name="name"> <Property></Property> <Property name="label">设å¤åç§°</Property> <Property name="required">true</Property> </PropertyDef> <PropertyDef name="loginId"> <Property></Property> <Property name="label">访é®å¸å·</Property> </PropertyDef> <PropertyDef name="pwd"> <Property></Property> <Property name="label">ç»å½å¯ç </Property> </PropertyDef> <PropertyDef name="ipIn"> <Property></Property> <Property name="label">å ç½IP</Property> </PropertyDef> <PropertyDef name="portInC"> <Property name="dataType">Integer</Property> <Property name="label">æ§å¶ç«¯å£</Property> <Property name="defaultValue">554</Property> </PropertyDef> <PropertyDef name="portInV"> <Property name="dataType">Integer</Property> <Property name="label">访é®ç«¯å£</Property> <Property name="defaultValue">80</Property> </PropertyDef> <PropertyDef name="chanNum"> <Property name="dataType">int</Property> <Property name="label">ééå·</Property> <Property name="defaultValue">1</Property> </PropertyDef> <PropertyDef name="brand"> <Property></Property> <Property name="label">设å¤åç</Property> <Property name="mapping"> <Property name="mapValues">${dorado.getDataProvider("dicTriggerPR#dicTrigger").getResult("CAMEAR_BRAND")}</Property> <Property name="keyProperty">name</Property> <Property name="valueProperty">name</Property> </Property> <Property name="required">true</Property> </PropertyDef> <PropertyDef name="mediaAddr"> <Property></Property> <Property name="label">rtspå°å</Property> </PropertyDef> <PropertyDef name="remark"> <Property></Property> <Property name="label">夿³¨è¯´æ</Property> </PropertyDef> <PropertyDef name="posX"> <Property name="dataType">double</Property> <Property name="label">页é¢ä¸çåæ </Property> </PropertyDef> <PropertyDef name="posY"> <Property name="dataType">double</Property> <Property name="label">页é¢ä¸çåæ </Property> </PropertyDef> <PropertyDef name="screenShow"> <Property></Property> <Property name="label">ç管大å±</Property> <Property name="required">false</Property> <Property name="defaultValue">ï¼®</Property> <Property name="mapping"> <Property name="mapValues"> <Collection> <Entity> <Property name="code">N</Property> <Property name="name">éæ©å±ç¤º</Property> </Entity> <Entity> <Property name="code">Y</Property> <Property name="name">é»è®¤å±ç¤º</Property> </Entity> </Collection> </Property> <Property name="keyProperty">code</Property> <Property name="valueProperty">name</Property> </Property> </PropertyDef> <PropertyDef name="snapTag"> <Property></Property> <Property name="label">ç管ææ</Property> <Property name="required">false</Property> <Property name="defaultValue">ï¼®</Property> <Property name="mapping"> <Property name="keyProperty">code</Property> <Property name="valueProperty">name</Property> <Property name="mapValues"> <Collection> <Entity> <Property name="code">N</Property> <Property name="name">䏿æ</Property> </Entity> <Entity> <Property name="code">Y</Property> <Property name="name">èªå¨ææ</Property> </Entity> </Collection> </Property> </Property> </PropertyDef> <PropertyDef name="azwzlx"> <Property/> <Property name="label">å®è£ ä½ç½®</Property> <Property name="mapping"> <Property name="keyProperty">key</Property> <Property name="valueProperty">value</Property> <Property name="mapValues"> <Collection> <Entity> <Property name="key">01</Property> <Property name="value">ç²®åºå¤§é¨</Property> </Entity> <Entity> <Property name="key">02</Property> <Property name="value">æ¦æ ·æº</Property> </Entity> <Entity> <Property name="key">03</Property> <Property name="value">åéªå®¤</Property> </Entity> <Entity> <Property name="key">04</Property> <Property name="value">ç»ç®å®¤</Property> </Entity> <Entity> <Property name="key">05</Property> <Property name="value">å°ç£ æ¿</Property> </Entity> <Entity> <Property name="key">06</Property> <Property name="value">åºåºä¸»å¹²é</Property> </Entity> <Entity> <Property name="key">07</Property> <Property name="value">ä»é´çæ§</Property> </Entity> <Entity> <Property name="key">08</Property> <Property name="value">ä»å </Property> </Entity> <Entity> <Property name="key">09</Property> <Property name="value">è¯ååº</Property> </Entity> <Entity> <Property name="key">10</Property> <Property name="value">卿åº</Property> </Entity> <Entity> <Property name="key">11</Property> <Property name="value">å¶é«ç¹</Property> </Entity> <Entity> <Property name="key">12</Property> <Property name="value">å¨ç</Property> </Entity> <Entity> <Property name="key">99</Property> <Property name="value">å ¶ä»</Property> </Entity> </Collection> </Property> </Property> </PropertyDef> </DataType> </Model> <View layout="padding:5;regionPadding:5"> <ClientEvent name="onClick">
 /**
 * 访é®
 */
 showWeb = function(){
 var cur = view.get("#dsMain.data:#");
 if(!cur.get("ipIn")){
 $alert("没æé ç½®å é¨è®¿é®IPï¼æ æ³è®¿é®ã");
 return;
 }
 if(!cur.get("portInV")){
 $alert("没æé ç½®å é¨è®¿é®ç«¯å£ï¼æ æ³è®¿é®ã");
 return;
 }
 var url = "http://"+cur.get("ipIn")+":"+cur.get("portInV");
 window.open(url);
 };
 
 /**
 * é¢è§
 */
 showVideo = function(){
 var cur = view.get("#dsMain.data:#");
 var playType = cur.get("playType");
 
 if(!playType){
 $alert("没æé ç½®ææ¾æ¹å¼ï¼æ æ³é¢è§ã");
 return;
 }
 if(!cur.get("ipIn")){
 $alert("没æé ç½®å é¨è®¿é®IPï¼æ æ³è®¿é®ã");
 return;
 }
 if(!cur.get("portInC")){
 $alert("没æé ç½®å 鍿§å¶ç«¯å£ï¼æ æ³è®¿é®ã");
 return;
 }
 if(!cur.get("loginId")){
 $alert("没æé ç½®ç¨æ·åï¼æ æ³è®¿é®ã");
 return;
 }
 if (!cur.get("pwd")) {
 $alert("没æé ç½®å¯ç ï¼æ æ³è®¿é®ã");
 return;
 }
 
 var url = "./basic/security/video-play?cameraId="+cur.get("id")+"&playType="+playType+"&time="+ new Date().getTime();
 
 view.get("#iFrameVideo").set("path",url);
 view.get("#dialogVideo").show();
 };
 </ClientEvent> <Property name="packages">font-awesome,css-common</Property> <DataSet id="dsMain"> <Property name="loadMode">lazy</Property> <Property name="dataProvider">securityPR#listCamera</Property> <Property name="dataType">[dtSecCamera]</Property> </DataSet> <DataSet id="dsParam"> <ClientEvent name="onReady">self.insert({});</ClientEvent> <Property name="dataType">dtSecCameraParam</Property> </DataSet> <Container layout="regionPadding:10" layoutConstraint="top"> <Property name="exClassName">bg-color</Property> <Property name="contentOverflow">hidden</Property> <Property name="height">55</Property> <Label layoutConstraint="left"> <Property name="text">èåæ ï¼</Property> </Label> <Button layoutConstraint="left"> <ClientEvent name="onClick">view.get("#dsMain").insert();
 view.get("#dialogMain").show();</ClientEvent> <Property name="caption">æ°å¢</Property> <Property name="exClassName">btn-default</Property> <Property name="iconClass">fa fa-plus</Property> </Button> <Button layoutConstraint="left"> <ClientEvent name="onClick">var data = view.get("#dsMain.data:#");
 if(data){
 view.get("#dialogMain").show();
 }</ClientEvent> <Property name="caption">è°æ´</Property> <Property name="exClassName">btn-warm</Property> <Property name="iconClass">fa fa-pencil</Property> </Button> <Button layoutConstraint="left"> <ClientEvent name="onClick">var data = view.get("#dsMain.data:#");
 if(!data){
 return;
 }
 view.get("#ajaxDel").set("parameter",data).execute(function(result){
 if(result){
 $alert(result);
 return;
 }else{
 data.remove();
 }
 });</ClientEvent> <Property name="caption">å é¤</Property> <Property name="exClassName">btn-warn</Property> <Property name="iconClass">fa fa-minus</Property> </Button> <Button layoutConstraint="left"> <ClientEvent name="onClick">view.get("#dsMain").flushAsync();
 </ClientEvent> <Property name="caption">å·æ°</Property> <Property name="exClassName">btn-default</Property> <Property name="iconClass">fa fa-refresh</Property> </Button> <Button layoutConstraint="left"> <Property name="caption">å·æ°ç¼å</Property> <Property name="exClassName">btn-default</Property> <Property name="iconClass">fa fa-refresh</Property> <Property name="action">refreshCache</Property> </Button> <Button layoutConstraint="left"> <ClientEvent name="onClick">var data = view.get("#dsMain.data:#");
 if(data){
 var playType = data.get("playType");
 view.get("#ajaxRemoteMedia").set("parameter",playType).execute(function(result){
 if(result){
 $alert(result);
 }
 });
 }else{
 $alert("请æå¨æå ¥ä¸æ¡æ°æ®ï¼å¹¶éæ©ææ¾æ¹å¼");
 }</ClientEvent> <Property name="caption">忥æå头é ç½®</Property> <Property name="exClassName">btn-default</Property> <Property name="iconClass">fa fa-refresh</Property> </Button> </Container> <Container layout="regionPadding:10" layoutConstraint="center"> <Property name="exClassName">bg-color</Property> <AutoForm> <Property name="cols">*,*,*,*</Property> <Property name="dataSet">dsParam</Property> <Property name="labelAlign">right</Property> <Property name="labelSeparator">ï¼</Property> <Property name="labelWidth">100</Property> <AutoFormElement> <Property name="name">name</Property> <Property name="property">name</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">type</Property> <Property name="property">type</Property> <Property name="trigger">autoMappingDropDown2</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">brand</Property> <Property name="property">brand</Property> <Property name="trigger">autoMappingDropDown2</Property> <Editor/> </AutoFormElement> <Button layoutConstraint="left"> <ClientEvent name="onClick">var param = view.get("#dsParam.data");
 view.get("#dsMain").set("parameter",param.toJSON()).flushAsync();</ClientEvent> <Property name="caption">æ¥è¯¢</Property> <Property name="exClassName">btn-default</Property> <Property name="iconClass">fa fa-refresh</Property> </Button> </AutoForm> <DataGrid layoutConstraint="center padding:5px"> <ClientEvent name="onDataRowDoubleClick">var data = view.get("#dsMain.data:#");
 if(data){
 view.get("#dialogMain").show();
 }</ClientEvent> <Property name="dataSet">dsMain</Property> <Property name="readOnly">true</Property> <RowNumColumn> <Property name="width">50</Property> </RowNumColumn> <DataColumn name="name"> <Property name="property">name</Property> </DataColumn> <DataColumn name="type"> <Property name="property">type</Property> <Property name="align">center</Property> <Property name="width">120</Property> </DataColumn> <DataColumn> <Property name="property">playType</Property> <Property name="align">center</Property> <Property name="name">playType</Property> <Property name="width">160</Property> </DataColumn> <DataColumn> <Property name="property">snapType</Property> <Property name="align">center</Property> <Property name="name">snapType</Property> <Property name="width">160</Property> </DataColumn> <DataColumn name="ipIn"> <Property name="property">ipIn</Property> <Property name="align">center</Property> <Property name="width">180</Property> </DataColumn> <DataColumn name="portInV"> <Property name="property">portInV</Property> <Property name="align">center</Property> <Property name="width">120</Property> </DataColumn> <DataColumn name="chanNum"> <Property name="property">chanNum</Property> <Property name="align">center</Property> <Property name="width">120</Property> </DataColumn> <DataColumn name="brand"> <Property name="property">brand</Property> <Property name="align">center</Property> <Property name="width">120</Property> </DataColumn> <DataColumn name="screenShow"> <Property name="property">screenShow</Property> <Property name="align">center</Property> <Property name="width">120</Property> <Editor> <RadioGroup> <RadioButton> <Property name="text">é»è®¤å±ç¤º</Property> <Property name="value">Y</Property> </RadioButton> <RadioButton> <Property name="text">éæ©å±ç¤º</Property> <Property name="value">N</Property> </RadioButton> </RadioGroup> </Editor> </DataColumn> <DataColumn name="snapTag"> <Property name="property">snapTag</Property> <Property name="align">center</Property> <Property name="width">120</Property> <Editor> <RadioGroup> <RadioButton> <Property name="text">èªå¨ææ</Property> <Property name="value">Y</Property> </RadioButton> <RadioButton> <Property name="text">䏿æ</Property> <Property name="value">N</Property> </RadioButton> </RadioGroup> </Editor> </DataColumn> <DataColumn> <ClientEvent name="onRenderCell">arg.dom.innerHTML = "<a href='javascript:;' onClick='showVideo()'>é¢è§</a>&nbsp;|&nbsp;<a href='javascript:;' onClick='showWeb()'>访é®</a>";</ClientEvent> <Property name="width">120</Property> <Property name="caption">æä½</Property> <Property name="align">center</Property> <Editor/> </DataColumn> </DataGrid> </Container> <Dialog id="dialogMain" layout="padding:5;regionPadding:5"> <Property name="width">800</Property> <Property name="caption">çæ§è®¾å¤ä¿¡æ¯</Property> <Property name="iconClass">fa fa-flag-o</Property> <Property name="closeable">false</Property> <Buttons> <Button> <ClientEvent name="onClick">var data = view.get("#dsMain.data:#");
 if(data.validate() != 'ok'){
 $notify("æ°æ®æ ¡éªå¤±è´¥ï¼ï¼");
 return;
 }
 view.get("#uaAction").set("parameter",data).execute(function(){
 self.get("parent").hide();
 });</ClientEvent> <Property name="caption">确认</Property> <Property name="iconClass">fa fa-check-circle</Property> <Property name="width">90</Property> </Button> <Button> <ClientEvent name="onClick">view.get("#dsMain.data:#").cancel();
 self.get("parent").hide();</ClientEvent> <Property name="caption">åæ¶</Property> <Property name="iconClass">fa fa-times-circle</Property> <Property name="width">90</Property> </Button> </Buttons> <Children> <GroupBox> <Property name="caption">åºæ¬ä¿¡æ¯</Property> <Buttons/> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*</Property> <Property name="labelWidth">100</Property> <Property name="labelAlign">right</Property> <Property name="labelSeparator">ï¼</Property> <AutoFormElement> <Property name="name">name</Property> <Property name="property">name</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">deptId</Property> <Property name="property">deptId</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">type</Property> <Property name="property">type</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">brand</Property> <Property name="property">brand</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">playType</Property> <Property name="property">playType</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">snapType</Property> <Property name="property">snapType</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">azwzlx</Property> <Property name="property">azwzlx</Property> <Editor/> </AutoFormElement> </AutoForm> </Children> </GroupBox> <GroupBox layoutConstraint="colSpan:2"> <Property name="caption">ç管é ç½®</Property> <Buttons/> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*</Property> <Property name="labelWidth">100</Property> <Property name="labelAlign">right</Property> <Property name="labelSeparator">ï¼</Property> <AutoFormElement> <Property name="name">snapTag</Property> <Property name="property">snapTag</Property> <Editor> <RadioGroup> <RadioButton> <Property name="text">èªå¨ææ</Property> <Property name="value">Y</Property> </RadioButton> <RadioButton> <Property name="text">䏿æ</Property> <Property name="value">N</Property> </RadioButton> </RadioGroup> </Editor> </AutoFormElement> <Label> <Property name="text">说æï¼æåºåºæ¥å ¥æ¨¡å设å¤ï¼é ç½®æ¬å°ææ¾é ç½®</Property> <Property name="style"> <Property name="color">blue</Property> </Property> </Label> <AutoFormElement> <Property name="name">screenShow</Property> <Property name="property">screenShow</Property> <Editor> <RadioGroup> <RadioButton> <Property name="text">é»è®¤å±ç¤º</Property> <Property name="value">Y</Property> </RadioButton> <RadioButton> <Property name="text">éæ©å±ç¤º</Property> <Property name="value">N</Property> </RadioButton> </RadioGroup> </Editor> </AutoFormElement> </AutoForm> </Children> </GroupBox> <GroupBox layoutConstraint="colSpan:2"> <Property name="caption">æµåªä½ææ¾é ç½®</Property> <Buttons/> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*</Property> <Property name="labelWidth">100</Property> <Property name="labelAlign">right</Property> <Property name="labelSeparator">ï¼</Property> <AutoFormElement layoutConstraint="colSpan:2"> <Property name="name">sn</Property> <Property name="property">sn</Property> <Property name="labelWidth">120</Property> <Editor> <TextEditor> <Property name="blankText">-- è§åï¼æ ¹æ®æµåªä½ç±»åè¿è¡é ç½® --</Property> </TextEditor> </Editor> </AutoFormElement> </AutoForm> </Children> </GroupBox> <GroupBox layoutConstraint="colSpan:2"> <Property name="caption">æ¬å°ææ¾é ç½®</Property> <Buttons/> <Children> <AutoForm> <Property name="dataSet">dsMain</Property> <Property name="cols">*,*</Property> <Property name="labelWidth">100</Property> <Property name="labelAlign">right</Property> <Property name="labelSeparator">ï¼</Property> <AutoFormElement> <Property name="name">loginId</Property> <Property name="property">loginId</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">pwd</Property> <Property name="property">pwd</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">ipIn</Property> <Property name="property">ipIn</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">portInV</Property> <Property name="property">portInV</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">chanNum</Property> <Property name="property">chanNum</Property> <Editor/> </AutoFormElement> <AutoFormElement> <Property name="name">portInC</Property> <Property name="property">portInC</Property> <Editor/> </AutoFormElement> <AutoFormElement layoutConstraint="colSpan:2"> <Property name="name">mediaAddr</Property> <Property name="property">mediaAddr</Property> <Property name="trigger">triggerMedia</Property> <Editor> <TextEditor id="mediaAddr"> <Property name="blankText"> -- ç¹å»å³ä¾§éæ©ï¼æè æå¨å¡«å --</Property> </TextEditor> </Editor> </AutoFormElement> <AutoFormElement layoutConstraint="colSpan:3"> <Property name="name">remark</Property> <Property name="property">remark</Property> <Property name="editorType">TextArea</Property> <Editor/> </AutoFormElement> </AutoForm> </Children> </GroupBox> </Children> <Tools/> </Dialog> <UpdateAction id="uaAction"> <Property name="dataResolver">securityPR#saveCamera</Property> <UpdateItem> <Property name="dataSet">dsMain</Property> <Property name="dataPath">[#current]</Property> </UpdateItem> </UpdateAction> <AjaxAction id="ajaxDel"> <Property name="confirmMessage">ç¡®å®è¦å é¤åï¼</Property> <Property name="service">securityPR#delCamera</Property> </AjaxAction> <Dialog id="dialogVideo"> <Property name="width">1320</Property> <Property name="caption">è§é¢é¢è§</Property> <Property name="contentOverflow">hidden</Property> <Property name="height">620</Property> <Buttons/> <Children> <IFrame id="iFrameVideo" layoutConstraint="center"/> </Children> <Tools/> </Dialog> <AjaxAction id="refreshCache"> <Property name="service">securityPR#refreshCache</Property> <Property name="successMessage">ç¼åæ´æ°æåï¼</Property> </AjaxAction> <Trigger id="triggerMedia"> <ClientEvent name="onExecute">view.get("#dialogMeidaSelect").show();
 </ClientEvent> </Trigger> <Dialog id="dialogMeidaSelect" layout="vbox padding:10"> <Property name="width">650</Property> <Property name="caption">æµåªä½å°åéæ©</Property> <Buttons/> <Children> <Container> <Label> <Property name="text">海康RTSPï¼æ§ç-ä¸»ç æµï¼</Property> <Property name="style"> <Property name="font-weight">bold</Property> </Property> </Label> <Label id="text1"> <Property name="text">rtsp://{0}:{1}@{2}:{3}/h264/ch{4}/main/av_stream</Property> </Label> <Button layoutConstraint="right"> <ClientEvent name="onClick">view.get("#mediaAddr").set("text",view.get("#text1.text"));
 view.get("#dialogMeidaSelect").hide();
 </ClientEvent> <Property name="caption">éæ©</Property> <Property name="iconClass">fa fa-check</Property> </Button> </Container> <Container> <Label> <Property name="text">海康RTSPï¼æ§ç-åç æµï¼</Property> <Property name="style"> <Property name="font-weight">bold</Property> </Property> </Label> <Label id="text2"> <Property name="text">rtsp://{0}:{1}@{2}:{3}/mpeg4/ch{4}/sub/av_stream</Property> </Label> <Button layoutConstraint="right"> <ClientEvent name="onClick">view.get("#mediaAddr").set("text",view.get("#text2.text"));
 view.get("#dialogMeidaSelect").hide();
 </ClientEvent> <Property name="caption">éæ©</Property> <Property name="iconClass">fa fa-check</Property> </Button> </Container> <Container> <Label> <Property name="text">海康RTSPï¼æ°ç-ä¸»ç æµï¼</Property> <Property name="style"> <Property name="font-weight">bold</Property> </Property> </Label> <Label id="text3"> <Property name="text">rtsp://{0}:{1}@{2}:{3}/Streaming/Channels/{4}01</Property> </Label> <Button layoutConstraint="right"> <ClientEvent name="onClick">view.get("#mediaAddr").set("text",view.get("#text3.text"));
 view.get("#dialogMeidaSelect").hide();
 </ClientEvent> <Property name="caption">éæ©</Property> <Property name="iconClass">fa fa-check</Property> </Button> </Container> <Container> <Label> <Property name="text">海康RTSPï¼æ°ç-åç æµï¼</Property> <Property name="style"> <Property name="font-weight">bold</Property> </Property> </Label> <Label id="text4"> <Property name="text">rtsp://{0}:{1}@{2}:{3}/Streaming/Channels/{4}02</Property> </Label> <Button layoutConstraint="right"> <ClientEvent name="onClick">view.get("#mediaAddr").set("text",view.get("#text4.text"));
 view.get("#dialogMeidaSelect").hide();
 </ClientEvent> <Property name="caption">éæ©</Property> <Property name="iconClass">fa fa-check</Property> </Button> </Container> <Container> <Label> <Property name="text">大åRTSPï¼ä¸»ç æµï¼</Property> <Property name="style"> <Property name="font-weight">bold</Property> </Property> </Label> <Label id="text5"> <Property name="text">rtsp://{0}:{1}@{2}:{3}/cam/realmonitor?channel={4}&subtype=0</Property> </Label> <Button layoutConstraint="right"> <ClientEvent name="onClick">view.get("#mediaAddr").set("text",view.get("#text5.text"));
 view.get("#dialogMeidaSelect").hide();
 </ClientEvent> <Property name="caption">éæ©</Property> <Property name="iconClass">fa fa-check</Property> </Button> </Container> <Container> <Label> <Property name="text">大åRTSPï¼è¾ ç æµï¼</Property> <Property name="style"> <Property name="font-weight">bold</Property> </Property> </Label> <Label id="text6"> <Property name="text">rtsp://{0}:{1}@{2}:{3}/cam/realmonitor?channel={4}&subtype=1</Property> </Label> <Button layoutConstraint="right"> <ClientEvent name="onClick">view.get("#mediaAddr").set("text",view.get("#text6.text"));
 view.get("#dialogMeidaSelect").hide();
 </ClientEvent> <Property name="caption">éæ©</Property> <Property name="iconClass">fa fa-check</Property> </Button> </Container> <Container> <Label> <Property name="text">éè¿RTSPï¼ä¸»ç æµï¼</Property> <Property name="style"> <Property name="font-weight">bold</Property> </Property> </Label> <Label id="text7"> <Property name="text">rtsp://{2}:{3}/user={0}&password={1}&channel={4}&stream=0.sdp?real_stream</Property> </Label> <Button layoutConstraint="right"> <ClientEvent name="onClick">view.get("#mediaAddr").set("text",view.get("#text7.text"));
 view.get("#dialogMeidaSelect").hide();
 </ClientEvent> <Property name="caption">éæ©</Property> <Property name="iconClass">fa fa-check</Property> </Button> </Container> <Container> <Label> <Property name="text">éè¿RTSPï¼æ¬¡ç æµï¼</Property> <Property name="style"> <Property name="font-weight">bold</Property> </Property> </Label> <Label id="text8"> <Property name="text">rtsp://{2}:{3}/user={0}&password={1}&channel={4}&stream=1.sdp?real_stream</Property> </Label> <Button layoutConstraint="right"> <ClientEvent name="onClick">view.get("#mediaAddr").set("text",view.get("#text8.text"));
 view.get("#dialogMeidaSelect").hide();
 </ClientEvent> <Property name="caption">éæ©</Property> <Property name="iconClass">fa fa-check</Property> </Button> </Container> <Container> <Label> <Property name="text">䏿RTSPï¼é«ç çï¼</Property> <Property name="style"> <Property name="font-weight">bold</Property> </Property> </Label> <Label id="text9"> <Property name="text">rtsp://{0}:{1}@{2}:{3}/onvif/profile2/media.smp</Property> </Label> <Button layoutConstraint="right"> <ClientEvent name="onClick">view.get("#mediaAddr").set("text",view.get("#text9.text"));
 view.get("#dialogMeidaSelect").hide();
 </ClientEvent> <Property name="caption">éæ©</Property> <Property name="iconClass">fa fa-check</Property> </Button> </Container> <Container> <Label> <Property name="text">䏿RTSPï¼ä½ç çï¼</Property> <Property name="style"> <Property name="font-weight">bold</Property> </Property> </Label> <Label id="text10"> <Property name="text">rtsp://{0}:{1}@{2}:{3}/onvif/profile3/media.smp</Property> </Label> <Button layoutConstraint="right"> <ClientEvent name="onClick">view.get("#mediaAddr").set("text",view.get("#text10.text"));
 view.get("#dialogMeidaSelect").hide();
 </ClientEvent> <Property name="caption">éæ©</Property> <Property name="iconClass">fa fa-check</Property> </Button> </Container> <Container> <Label> <Property name="text">å®è§RTSP</Property> <Property name="style"> <Property name="font-weight">bold</Property> </Property> </Label> <Label id="text11"> <Property name="text">rtsp://{0}:{1}@{2}/media/video1/multicast</Property> </Label> <Button layoutConstraint="right"> <ClientEvent name="onClick">view.get("#mediaAddr").set("text",view.get("#text11.text"));
 view.get("#dialogMeidaSelect").hide();
 </ClientEvent> <Property name="caption">éæ©</Property> <Property name="iconClass">fa fa-check</Property> </Button> </Container> </Children> <Tools/> </Dialog> <AjaxAction id="ajaxRemoteMedia"> <Property name="confirmMessage">ç¡®å®è¦åæ¥ä¹ï¼</Property> <Property name="service">securityPR#flushByMedia</Property> </AjaxAction> </View> </ViewConfig> src/main/java/com/fzzy/async/fzzy40/Fzzy40SyncService12.java
@@ -4,13 +4,10 @@ import com.fzzy.api.data.PushProtocol; import com.fzzy.api.data.SyncProtocol; import com.fzzy.api.service.SyncService12; import com.fzzy.async.fzzy35.impl.Fzzy35Sync1203; import com.fzzy.async.fzzy35.impl.Fzzy35Sync1208; import com.fzzy.async.fzzy40.impl.*; import org.apache.commons.lang.StringUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import java.util.Date; /** @@ -63,15 +60,6 @@ Date start = param.getStart(); Date end = param.getEnd(); /*-----åçç¬ææ¥å£ä¿¡æ¯åæ¥-----*/ if (StringUtils.isNotEmpty(param.getPushProtocol()) && PushProtocol.SB_SH_2023.getCode().equals(param.getPushProtocol())) { //䏿µ·å¸å¹³å°2023çï¼éè¦åæ¥å¸å¨æ£æ¤åï¼åæ¥å¸å¨é©³è¿å //忥å¸å¨æ£æ¤å fzzySync2101.syncData(param.getKqdm(), param.getDeptId(), param.getStart(), param.getEnd()); //忥å¸å¨é©³è¿å fzzySync2104.syncData(param.getKqdm(), param.getDeptId(), param.getStart(), param.getEnd()); } //客æ·åæ¥ fzzySync1212.syncData(kqdm, deptId, start, end); @@ -105,7 +93,14 @@ //ç²®é£æ§è´¨è½¬åä¿¡æ¯åæ¥ fzzySync1210.syncData(kqdm, deptId, start, end); /*-----åçç¬ææ¥å£ä¿¡æ¯åæ¥-----*/ if (StringUtils.isNotEmpty(param.getPushProtocol()) && PushProtocol.SB_SH_2023.getCode().equals(param.getPushProtocol())) { //䏿µ·å¸å¹³å°2023çï¼éè¦åæ¥å¸å¨æ£æ¤åï¼åæ¥å¸å¨é©³è¿å //忥å¸å¨æ£æ¤å fzzySync2101.syncData(param.getKqdm(), param.getDeptId(), param.getStart(), param.getEnd()); //忥å¸å¨é©³è¿å fzzySync2104.syncData(param.getKqdm(), param.getDeptId(), param.getStart(), param.getEnd()); } //è´¦é¢åºåä¿¡æ¯åæ¥ TODO } src/main/java/com/fzzy/push/gd2020/v2/GranaryWebService.java
@@ -84,7 +84,6 @@ xmlStr = xmlStr.replace("{ajbh}", GDUtils.formatStr(data.getAjdh()));//å»é´ç¼ç xmlStr = xmlStr.replace("{ajsjcr}", GDUtils.formatNum(data.getAjsjcr()));//å»é´è®¾è®¡ä»å®¹ xmlStr = xmlStr.replace("{ajzt}", GDUtils.formatStr(data.getAjzt()));//å»é´ç¶æ xmlStr = xmlStr.replace("{ajsjcrong}", GDUtils.formatNum(data.getAjsjcrong()));//å»é´å®é ä»å®¹ xmlStr = xmlStr.replace("{ajjd}", GDUtils.formatNum(api1103.getJd()));//å»é´ç»åº¦ xmlStr = xmlStr.replace("{ajwd}", GDUtils.formatNum(api1103.getWd()));//å»é´çº¬åº¦ src/main/java/com/fzzy/push/gd2022/GD2022ApiRemoteService2022.java
@@ -329,7 +329,23 @@ Gd2022Api1101 api1101 = new Gd2022Api1101(); BeanUtils.copyProperties(data, api1101); return JSON.toJSONString(api1101); } else if (Constant.API_CODE_1109.equals(inteId)) { } else if (Constant.API_CODE_1102.equals(inteId)) { Gd2022Api1102 api1102 = new Gd2022Api1102(); BeanUtils.copyProperties(data, api1102); return JSON.toJSONString(api1102); } else if (Constant.API_CODE_1103.equals(inteId)) { Gd2022Api1103 api1103 = new Gd2022Api1103(); BeanUtils.copyProperties(data, api1103); return JSON.toJSONString(api1103); } else if (Constant.API_CODE_1104.equals(inteId)) { Gd2022Api1104 api1104 = new Gd2022Api1104(); BeanUtils.copyProperties(data, api1104); return JSON.toJSONString(api1104); } else if (Constant.API_CODE_1105.equals(inteId)) { Gd2022Api1105 api1105 = new Gd2022Api1105(); BeanUtils.copyProperties(data, api1105); return JSON.toJSONString(api1105); }else if (Constant.API_CODE_1109.equals(inteId)) { //å°è£ æ°æ® Gd2022Api1109 api1109 = new Gd2022Api1109(); BeanUtils.copyProperties(data, api1109); src/main/java/com/fzzy/push/gd2022/dto/Gd2022Api1101.java
@@ -3,11 +3,9 @@ import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import com.fasterxml.jackson.annotation.JsonFormat; import com.fzzy.api.entity.ApiParent; import lombok.Data; import lombok.EqualsAndHashCode; import org.springframework.format.annotation.DateTimeFormat; import javax.persistence.Id; import java.io.Serializable; import java.util.Date; @@ -18,12 +16,12 @@ */ @Data @EqualsAndHashCode(callSuper = false) public class Gd2022Api1101 extends ApiParent implements Serializable { public class Gd2022Api1101 implements Serializable { /** * */ private static final long serialVersionUID = 9157617424050247565L; @Id @PropertyDef(label = "åä½ä»£ç ") private String dwdm; @@ -40,10 +38,10 @@ private Date zcrq; @PropertyDef(label = "注åèµæ¬") private double zczb; private Double zczb; @PropertyDef(label = "èµäº§æ»é¢") private double zcze; private Double zcze; @PropertyDef(label = "æ³å®ä»£è¡¨äºº") private String fddbr; @@ -78,10 +76,6 @@ @PropertyDef(label = "è¡æ¿åºå代ç ") private String xzqhdm; @JSONField(serialize = false) @PropertyDef(label = "è¡æ¿åºååç§°", description = "é彿 åæ®µï¼åæå¢å ") private String xzqhmc; @PropertyDef(label = "ä¸çº§åä½åç§°") private String sjdwmc; @@ -98,10 +92,10 @@ private Integer ygs; @PropertyDef(label = "ç»åº¦") private double jd; private Double jd; @PropertyDef(label = "纬度") private double wd; private Double wd; @PropertyDef(label = "夿¡ç±»å") private String balx; src/main/java/com/fzzy/push/gd2022/dto/Gd2022Api1102.java
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,78 @@ package com.fzzy.push.gd2022.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; import lombok.EqualsAndHashCode; import javax.persistence.Column; import java.io.Serializable; import java.util.Date; /** * æ¥å£è¡¨-åºåºä¿¡æ¯ */ @Data @EqualsAndHashCode(callSuper = false) public class Gd2022Api1102 implements Serializable { /** * */ private static final long serialVersionUID = 6597930270077627879L; @PropertyDef(label = "åºåºä»£ç ") private String kqdm; @PropertyDef(label = "åä½ä»£ç ") private String dwdm; @PropertyDef(label = "åºåºåç§°") private String kqmc; @PropertyDef(label = "åºåºå°å") private String kqdz; @PropertyDef(label = "è¡æ¿åºå代ç ") private String xzqhdm; @PropertyDef(label = "åºåºäº§æ", description = "1ï¼ èªæ 2ï¼ç§èµ 3ï¼å ±æ 4ï¼æ··å 9ï¼å ¶ä»") private String kqcq; @PropertyDef(label = "ææä»å®¹") private Double yxcr; @PropertyDef(label = "ææç½å®¹") private Double yxgr; @PropertyDef(label = "å å°é¢ç§¯") private Double zdmj; @PropertyDef(label = "仿¿æ°") @Column(name = "cfs") private Integer cfs; @PropertyDef(label = "æ²¹ç½æ°") private Integer ygs; @PropertyDef(label = "åºåºç»åº¦") private Double jd; @PropertyDef(label = "åºåºçº¬åº¦") private Double wd; @PropertyDef(label = "åºåºç¶æ", description = "1:æ£å¸¸ï¼é»è®¤ï¼ 2:éåºå¨å¤ç²®æ¿å¨") private String kqzt; @PropertyDef(label = "æä½æ å¿") private String czbz; @PropertyDef(label = "æåæ´æ°æ¶é´") @JSONField(format = "yyyy-MM-dd HH:mm:ss") private Date zhgxsj; @PropertyDef(label = "海康åºåID", description = "å¯¹åºæµ·åº·è§é¢å¹³å°regionIndexCodeåæ®µ") private String hkRegionId; @PropertyDef(label = "äº§ææ¹åºåºä»£ç ", description = "èªæäº§ææ¶åºåºä»£ç å¿ é¡»çäºäº§ææ¹åºåºä»£ç ,éèªæäº§ææ¶åºåºä»£ç ä¸è½çäºäº§ææ¹åºåºä»£ç ") private String cqfkqdm; } src/main/java/com/fzzy/push/gd2022/dto/Gd2022Api1103.java
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,190 @@ package com.fzzy.push.gd2022.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; import java.io.Serializable; import java.util.Date; /** * æ¥å£è¡¨-仿¿ä¿¡æ¯ */ @Data public class Gd2022Api1103 implements Serializable { /** * */ private static final long serialVersionUID = 8095346227076335949L; @PropertyDef(label = "仿¿ä»£ç ") private String cfdm; @PropertyDef(label = "仿¿åç§°") private String cfmc; @PropertyDef(label = "åºåºä»£ç ") private String kqdm; @PropertyDef(label = "仿¿ç±»å代ç ") private String cflxdm; @PropertyDef(label = "交ä»ä½¿ç¨æ¥æ") @JSONField(format = "yyyy-MM-dd") private Date jfsyrq; @PropertyDef(label = "建设åä½") private String jsdw; @PropertyDef(label = "设计使ç¨å¹´é") private String sjsynx; @PropertyDef(label = "设计åä½") private String sjdw; @PropertyDef(label = "ççåä½") private String jldw; @PropertyDef(label = "å¢ä½ç»æ") private String qtjg; @PropertyDef(label = "æ¿é¡¶ç»æ") private String fdjg; @PropertyDef(label = "æ¿æ¶ç»æ") private String fjjg; @PropertyDef(label = "å°é¢ç»æ") private String dmjg; @PropertyDef(label = "设计ä»å®¹") private Double sjcr; @PropertyDef(label = "ä»å¤é¿") private Double cwc; @PropertyDef(label = "ä»å¤å®½") private Double cwk; @PropertyDef(label = "ä»å¤æªé«") private Double cwyg; @PropertyDef(label = "ä»å¤é¡¶é«") private Double cwdg; @PropertyDef(label = "çä»å¤å¾") private Double tcwj; @PropertyDef(label = "ä»å é¿") private Double cnc; @PropertyDef(label = "ä»å 宽") private Double cnk; @PropertyDef(label = "ä»å æªé«") private Double cnyg; @PropertyDef(label = "ä»å è£ ç²®çº¿é«") private Double cnzlxg; @PropertyDef(label = "çä»å å¾") private Double tcnj; @PropertyDef(label = "ä»å ä½ç§¯") private Double cntj; @PropertyDef(label = "ä»é¨æ°é") private Integer cmsl; @PropertyDef(label = "ä»é¨ä½ç½®") private String cmwz; @PropertyDef(label = "ä»é¨é«åº¦") private Double cmgd; @PropertyDef(label = "ä»é¨å®½åº¦") private Double cmkd; @PropertyDef(label = "æ¡ç²®é¨åå¼") private String dlmxs; @PropertyDef(label = "仿¿æ¯å¦å®å¥½") private String cfsfwh; @PropertyDef(label = "å¨ç²®åæ") private String clgx; @PropertyDef(label = "è½å¦éçä¿æ¸©") private String nfgrbw; @PropertyDef(label = "éçä¿æ¸©æªæ½") private String grbwcs; @PropertyDef(label = "éçæ§è½") private String grxn; @PropertyDef(label = "ç»æææ") private String jgcl; @PropertyDef(label = "æ°å¯æ§") private String qmx; @PropertyDef(label = "æ¯å¦å·²è¿è¡ä¿¡æ¯åæ¹é ") private String sfyjxxxhgz; @PropertyDef(label = "ç²®æ ææ¯") private String lqjs; @PropertyDef(label = "è½å¦æ£è£ å¨å") private String nfszcc; @PropertyDef(label = "ææ é²é¼ é²éé²è«è£ ç½®å设æ½") private String ywfsfqfczz; @PropertyDef(label = "ææ é²ç«é²çé²ç设æ½") private String ywfhfbfdss; @PropertyDef(label = "ææ æºæ¢°éé£è®¾æ½") private String ywjxtfss; @PropertyDef(label = "éé£ç³»ç»åå¼") private String tfxtxs; @PropertyDef(label = "é飿æ¯") private String tfjs; @PropertyDef(label = "è½å¦ç¯æµçè¸æè«") private String nfhlxzsc; @PropertyDef(label = "æè«ææ¯") private String scjs; @PropertyDef(label = "è½å¦å¯æ°®ä½æ°§æ°è°å¨ç²®") private String nffddyqtcl; @PropertyDef(label = "æ§æ¸©ææ¯") private String kwjs; @PropertyDef(label = "å®³è«æ£æµæ¹å¼") private String hcjcfs; @PropertyDef(label = "仿¿ç¶æ") private String cfzt; @PropertyDef(label = "ä¿ç®¡å") private String bgr; @PropertyDef(label = "仿¿ç»åº¦") private Double jd; @PropertyDef(label = "仿¿çº¬åº¦") private Double wd; @PropertyDef(label = "æä½æ å¿") private String czbz; @PropertyDef(label = "æåæ´æ°æ¶é´") @JSONField(format = "yyyy-MM-dd HH:mm:ss") private Date zhgxsj; } src/main/java/com/fzzy/push/gd2022/dto/Gd2022Api1104.java
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,59 @@ package com.fzzy.push.gd2022.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; import java.io.Serializable; import java.util.Date; /** * æ¥å£è¡¨-å»é´ä¿¡æ¯ * * @author czt * @date 2022-09-02 14:18 */ @Data public class Gd2022Api1104 implements Serializable { /** * */ private static final long serialVersionUID = 9157617424050247565L; @PropertyDef(label = "å»é´ä»£ç ") private String ajdh; @PropertyDef(label = "å»é´åç§°") private String ajmc; @PropertyDef(label = "仿¿(ææ²¹ç½)ç¼ç ") private String cfbh; @PropertyDef(label = "å»é´é¿åº¦") private Double ajcd; @PropertyDef(label = "å»é´å®½åº¦") private Double ajkd; @PropertyDef(label = "å»é´é«åº¦") private Double ajgd; @PropertyDef(label = "å»é´è®¾è®¡ä»å®¹") private Double ajsjcr; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "å»é´å¯ç¨æ¥æ") private Date ajqyrq; @PropertyDef(label = "å»é´ç¶æ") private String ajzt; @PropertyDef(label = "æä½æ å¿") private String czbz; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "æåæ´æ°æ¶é´") private Date zhgxsj; } src/main/java/com/fzzy/push/gd2022/dto/Gd2022Api1105.java
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,50 @@ package com.fzzy.push.gd2022.dto; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import lombok.Data; import java.io.Serializable; import java.util.Date; /** * æ¥å£è¡¨-è´§ä½ä¿¡æ¯ */ @Data public class Gd2022Api1105 implements Serializable { /** * */ private static final long serialVersionUID = -6967028172020353365L; @PropertyDef(label = "è´§ä½ä»£ç ") private String hwdm; @PropertyDef(label = "è´§ä½åç§°") private String hwmc; @PropertyDef(label = "å»é´ä»£ç ") private String ajdm; @PropertyDef(label = "è´§ä½å¯ç¨æ¥æ") @JSONField(format = "yyyy-MM-dd") private Date hwqyrq; @PropertyDef(label = "è´§ä½å®¹é") private Double hwrl; @PropertyDef(label = "ä¿ç®¡åä½") private String bgdw; @PropertyDef(label = "ä¿ç®¡å") private String bgy; @PropertyDef(label = "æä½æ å¿") private String czbz; @PropertyDef(label = "æåæ´æ°æ¶é´") @JSONField(format = "yyyy-MM-dd HH:mm:ss") private Date zhgxsj; } src/main/java/com/fzzy/push/sh2023/SH2023ApiRemoteService.java
@@ -266,13 +266,9 @@ List<SH2023Api1101> list = new ArrayList<>(); //ædata转åælistéå List<Api1101> api1101List = castList(data, Api1101.class); //æ¥è¯¢å»é´æ° List<Api1104> api1104List = api1104Rep.findPushData(api1101List.get(0).getKqdm()); for (Api1101 apiData : api1101List) { api1101 = new SH2023Api1101(); BeanUtils.copyProperties(apiData, api1101); api1101.setAjs(api1104List.size()); api1101.setBjw(ShAreaBjw.getBjw(code)); list.add(api1101); } return JSON.toJSONString(list); @@ -283,22 +279,9 @@ List<SH2023Api1102> list = new ArrayList<>(); //ædata转åælistéå List<Api1102> api1101List = castList(data, Api1102.class); //æ¥è¯¢å»é´æ° List<Api1104> api1104List = api1104Rep.findPushData(api1101List.get(0).getKqdm()); //计ç®å¨å¤ä»å®¹ Double count = 0.0; for (Api1104 api1104 : api1104List) { count = count + api1104.getAjsjcrong(); } for (Api1102 apiData : api1101List) { api1102 = new SH2023Api1102(); BeanUtils.copyProperties(apiData, api1102); api1102.setAjs(api1104List.size()); api1102.setBjw(ShAreaBjw.getBjw(code)); api1102.setKqsx("2"); api1102.setCbcr(count); //TODO åºåºç¶æ api1102.setKqzt("1"); list.add(api1102); } return JSON.toJSONString(list); @@ -309,13 +292,9 @@ List<SH2023Api1103> list = new ArrayList<>(); //ædata转åælistéå List<Api1103> api1103List = castList(data, Api1103.class); //æ¥è¯¢å»é´æ° List<Api1104> api1104List = api1104Rep.findPushData(api1103List.get(0).getKqdm()); for (Api1103 apiData : api1103List) { api1103 = new SH2023Api1103(); BeanUtils.copyProperties(apiData, api1103); api1103.setAjs(api1104List.size()); api1103.setBjw(ShAreaBjw.getBjw(code)); list.add(api1103); } return JSON.toJSONString(list); @@ -331,25 +310,12 @@ BeanUtils.copyProperties(apiData, api1104); api1104.setAjdm(apiData.getAjdh()); api1104.setCfdm(apiData.getCfbh()); api1104.setSykqdm(apiData.getKqdm()); api1104.setBjw(ShAreaBjw.getBjw(code)); list.add(api1104); } return JSON.toJSONString(list); } if (SH2023Constant.SH_2023_API_CODE_1105.equals(inteId)) { SH2023Api1105 api1105; //æå转æ¢ä¸ºjson List<SH2023Api1105> list = new ArrayList<>(); //ædata转åælistéå List<Api1105> api1105List = castList(data, Api1105.class); for (Api1105 apiData : api1105List) { api1105 = new SH2023Api1105(); BeanUtils.copyProperties(apiData, api1105); api1105.setBjw(ShAreaBjw.getBjw(code)); list.add(api1105); } return JSON.toJSONString(list); return JSON.toJSONString(data); } if (SH2023Constant.SH_2023_API_CODE_1106.equals(inteId)) { SH2023Api1106 api1106; @@ -404,10 +370,9 @@ api1109 = new SH2023Api1109(); BeanUtils.copyProperties(apiData, api1109); api1109.setBjw(ShAreaBjw.getBjw(code)); //TODO ä¸å¡åå· if ("1".equals(api1109.getWjlx())) { api1109.setYwdh("æ "); } api1109.setYwdh("æ "); map = new HashMap<>(); map.put(apiData.getWjmc(), FileUtils.fileToByteString(apiData.getWjdz())); api1109.setWjl(JSON.toJSONString(map)); src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1101.java
@@ -33,10 +33,10 @@ private Date zcrq; @PropertyDef(label = "注åèµæ¬") private double zczb; private Double zczb; @PropertyDef(label = "èµäº§æ»é¢") private double zcze; private Double zcze; @PropertyDef(label = "æ³å®ä»£è¡¨äºº") private String fddbr; @@ -95,10 +95,10 @@ private Integer ygs; @PropertyDef(label = "ç»åº¦") private double jd; private Double jd; @PropertyDef(label = "纬度") private double wd; private Double wd; @PropertyDef(label = "æä½æ å¿") private String czbz; src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1102.java
@@ -40,16 +40,16 @@ private String kqcq; @PropertyDef(label = "å¨å¤ä»å®¹") private double cbcr; private Double cbcr; @PropertyDef(label = "ææä»å®¹") private double yxcr; private Double yxcr; @PropertyDef(label = "ææç½å®¹") private double yxgr; private Double yxgr; @PropertyDef(label = "å å°é¢ç§¯") private double zdmj; private Double zdmj; @PropertyDef(label = "仿¿æ°") private Integer cfs; @@ -61,10 +61,10 @@ private Integer ygs; @PropertyDef(label = "åºåºç»åº¦") private double jd; private Double jd; @PropertyDef(label = "åºåºçº¬åº¦") private double wd; private Double wd; @PropertyDef(label = "æä½æ å¿") private String czbz; src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1103.java
@@ -58,40 +58,40 @@ private String dmjg; @PropertyDef(label = "设计ä»å®¹") private double sjcr; private Double sjcr; @PropertyDef(label = "ä»å¤é¿") private double cwc; private Double cwc; @PropertyDef(label = "ä»å¤å®½") private double cwk; private Double cwk; @PropertyDef(label = "ä»å¤æªé«") private double cwyg; private Double cwyg; @PropertyDef(label = "ä»å¤é¡¶é«") private double cwdg; private Double cwdg; @PropertyDef(label = "çä»å¤å¾") private double tcwj; private Double tcwj; @PropertyDef(label = "ä»å é¿") private double cnc; private Double cnc; @PropertyDef(label = "ä»å 宽") private double cnk; private Double cnk; @PropertyDef(label = "ä»å æªé«") private double cnyg; private Double cnyg; @PropertyDef(label = "ä»å è£ ç²®çº¿é«") private double cnzlxg; private Double cnzlxg; @PropertyDef(label = "çä»å å¾") private double tcnj; private Double tcnj; @PropertyDef(label = "ä»å ä½ç§¯") private double cntj; private Double cntj; @PropertyDef(label = "ä»é¨æ°é") private Integer cmsl; @@ -100,10 +100,10 @@ private String cmwz; @PropertyDef(label = "ä»é¨é«åº¦") private double cmgd; private Double cmgd; @PropertyDef(label = "ä»é¨å®½åº¦") private double cmkd; private Double cmkd; @PropertyDef(label = "æ¡ç²®é¨åå¼") private String dlmxs; @@ -175,10 +175,10 @@ private String bgr; @PropertyDef(label = "仿¿ç»åº¦") private double jd; private Double jd; @PropertyDef(label = "仿¿çº¬åº¦") private double wd; private Double wd; @PropertyDef(label = "æä½æ å¿") private String czbz; src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1104.java
@@ -30,16 +30,16 @@ private String cfdm; @PropertyDef(label = "å»é´é¿åº¦") private double ajcd; private Double ajcd; @PropertyDef(label = "å»é´å®½åº¦") private double ajkd; private Double ajkd; @PropertyDef(label = "å»é´é«åº¦") private double ajgd; private Double ajgd; @PropertyDef(label = "å»é´è®¾è®¡ä»å®¹") private double ajsjcr; private Double ajsjcr; @PropertyDef(label = "å»é´èç³»çµè¯") private String ajlxdh; src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1105.java
@@ -31,7 +31,7 @@ private Date hwqyrq; @PropertyDef(label = "è´§ä½å®¹é") private double hwrl; private Double hwrl; @PropertyDef(label = "ä¿ç®¡åä½") private String bgdw;