haungxing
7 months ago
3 changed files with 4 additions and 23 deletions
@ -1,20 +0,0 @@ |
|||||||
package com.hnac.hzims.bigmodel.interactive.constants; |
|
||||||
|
|
||||||
import lombok.AllArgsConstructor; |
|
||||||
import lombok.Getter; |
|
||||||
|
|
||||||
/** |
|
||||||
* @Author: huangxing |
|
||||||
* @Date: 2024/05/08 16:49 |
|
||||||
*/ |
|
||||||
@AllArgsConstructor |
|
||||||
public enum ExtraTypeEnum { |
|
||||||
/**打开页面**/ |
|
||||||
OPEN_PAGE("1"), |
|
||||||
/**链接**/ |
|
||||||
LINK("2") |
|
||||||
; |
|
||||||
@Getter |
|
||||||
private final String type; |
|
||||||
|
|
||||||
} |
|
Loading…
Reference in new issue