|
@@ -184,16 +184,4 @@ public class TbScene implements Serializable {
|
|
|
*/
|
|
|
private String algorithm;
|
|
|
|
|
|
- /**
|
|
|
- * 记录的状态,A: 生效,I: 禁用
|
|
|
- */
|
|
|
- @Column(isLogicDelete = true)
|
|
|
- private String recStatus;
|
|
|
-
|
|
|
- private Boolean isShow;
|
|
|
-
|
|
|
- private String appListPicUrl;
|
|
|
-
|
|
|
- private Long contactId;
|
|
|
-
|
|
|
}
|