[PPN-9] Add all of board enumeration
This commit is contained in:
parent
b22b1675e9
commit
b9c96d4447
|
@ -1,4 +1,4 @@
|
|||
package com.myoa.engineering.crawl.ppomppu.receiver.shceduler;
|
||||
package com.myoa.engineering.crawl.ppomppu.receiver.scheduler;
|
||||
|
||||
import org.springframework.scheduling.annotation.EnableScheduling;
|
||||
import org.springframework.scheduling.annotation.Scheduled;
|
|
@ -12,6 +12,7 @@ import lombok.NoArgsConstructor;
|
|||
@Getter
|
||||
@NoArgsConstructor
|
||||
public enum PpomppuBoardName {
|
||||
PPOMPPU_DOMESTIC_ALL("zboard/zboard.php?id=ppomppu", true),
|
||||
PPOMPPU_DOMESTIC_ETC("zboard/zboard.php?id=ppomppu&category=1", true),
|
||||
PPOMPPU_DOMESTIC_COMPUTER("zboard/zboard.php?id=ppomppu&category=4", true),
|
||||
PPOMPPU_DOMESTIC_DIGITAL("zboard/zboard.php?id=ppomppu&category=5", true),
|
||||
|
@ -23,6 +24,7 @@ public enum PpomppuBoardName {
|
|||
PPOMPPU_DOMESTIC_CLOTHES("zboard/zboard.php?id=ppomppu&category=12", true),
|
||||
PPOMPPU_DOMESTIC_COSMETIC("zboard/zboard.php?id=ppomppu&category=13", true),
|
||||
PPOMPPU_DOMESTIC_OUTDOOR("zboard/zboard.php?id=ppomppu&category=15", true),
|
||||
PPOMPPU_OVERSEA_ALL("zboard/zboard.php?id=ppomppu4", true),
|
||||
PPOMPPU_OVERSEA_ETC("zboard/zboard.php?id=ppomppu4&category=1", true),
|
||||
PPOMPPU_OVERSEA_APPLIANCES("zboard/zboard.php?id=ppomppu4&category=7", true),
|
||||
PPOMPPU_OVERSEA_TVAV("zboard/zboard.php?id=ppomppu4&category=8", true),
|
||||
|
|
Loading…
Reference in New Issue