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