From efabc6ba991acfd01d38bb0bf4e8cfd772416617 Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期一, 05 一月 2026 13:07:39 +0800
Subject: [PATCH] #
---
zy-acs-manager/src/main/java/com/zy/acs/manager/manager/entity/Code.java | 46 +++++++++-------------------------------------
1 files changed, 9 insertions(+), 37 deletions(-)
diff --git a/zy-acs-manager/src/main/java/com/zy/acs/manager/manager/entity/Code.java b/zy-acs-manager/src/main/java/com/zy/acs/manager/manager/entity/Code.java
index 508cbf9..4f78fd2 100644
--- a/zy-acs-manager/src/main/java/com/zy/acs/manager/manager/entity/Code.java
+++ b/zy-acs-manager/src/main/java/com/zy/acs/manager/manager/entity/Code.java
@@ -50,13 +50,19 @@
* 杞 1: 鏄� 0: 鍚�
*/
@ApiModelProperty(value= "杞 1: 鏄� 0: 鍚� ")
- private Integer concer;
+ private Integer corner;
/**
* 缂╂斁
*/
@ApiModelProperty(value= "缂╂斁")
private String scale;
+
+ /**
+ * 鏃嬭浆鏂瑰悜 0: N/A 1: 椤烘椂閽� 2: 閫嗘椂閽�
+ */
+ @ApiModelProperty(value= "鏃嬭浆鏂瑰悜 0: N/A 1: 椤烘椂閽� 2: 閫嗘椂閽� ")
+ private Integer spin;
/**
* 鐘舵�� 1: 姝e父 0: 鍐荤粨
@@ -106,43 +112,9 @@
@ApiModelProperty(value= "澶囨敞")
private String memo;
- public Code() {}
-
- public Code(String uuid,String data,Double x,Double y,Integer concer,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
- this.uuid = uuid;
- this.data = data;
- this.x = x;
- this.y = y;
- this.concer = concer;
- this.status = status;
- this.deleted = deleted;
- this.tenantId = tenantId;
- this.createBy = createBy;
- this.createTime = createTime;
- this.updateBy = updateBy;
- this.updateTime = updateTime;
- this.memo = memo;
- }
-
-// Code code = new Code(
-// null, // 缂栧彿
-// null, // 鏉$爜[闈炵┖]
-// null, // x鍧愭爣
-// null, // y鍧愭爣
-// null, // 杞[闈炵┖]
-// null, // 鐘舵�乕闈炵┖]
-// null, // 鏄惁鍒犻櫎[闈炵┖]
-// null, // 绉熸埛
-// null, // 娣诲姞浜哄憳
-// null, // 娣诲姞鏃堕棿[闈炵┖]
-// null, // 淇敼浜哄憳
-// null, // 淇敼鏃堕棿
-// null // 澶囨敞
-// );
-
public Boolean getCornerBool(){
- if (null == this.concer){ return null; }
- switch (this.concer){
+ if (null == this.corner){ return null; }
+ switch (this.corner){
case 1:
return true;
case 0:
--
Gitblit v1.9.1