init
This commit is contained in:
@@ -4,10 +4,11 @@ import lombok.Getter;
|
|||||||
|
|
||||||
@Getter
|
@Getter
|
||||||
public enum ImagesEnums {
|
public enum ImagesEnums {
|
||||||
VIP_LOG("xq/images/logs/"),
|
VIP_LOG("xq/images/logs/vip-log.png"),
|
||||||
CONSUMER_LOG("xq/images/logs/"),
|
CONSUMER_LOG("xq/images/logs/consumer-log.png"),
|
||||||
SYSTEM_LOG("xq/images/logs/"),
|
CONSUMER_FAIL_LOG("xq/images/logs/consumer-fail.png"),
|
||||||
LOGO_LOG("xq/images/logs/"),
|
SYSTEM_LOG("xq/images/logs/system-log.png"),
|
||||||
|
LOGO_LOG("xq/images/logs/logo.png"),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final String path;
|
private final String path;
|
||||||
|
|||||||
Reference in New Issue
Block a user