记得上下班打卡 | git大法好,push需谨慎

Commit 7043e74a authored by stonepy's avatar stonepy

枚举添加

parent 9e0f2734
......@@ -13,10 +13,13 @@ import java.util.stream.Collectors;
public enum SweetManualPosition {
ARTIST("artist", "艺人"),
SIGNING_TIME("signingTime", "签售时间"),
SITE_MAP("siteMap", "现场地图"),
HOW_TO_REACH("howToReach", "交通出行"),
OFFICIAL_SUPPORT("officialSupport", "官方支持"),
AUDIENCE_NOTICE("audienceNotice", "观众须知"),
PREVENTION_GUIDELINES("preventionGuidelines", "防疫指南"),
NOTICE("notice", "通知公告"),
STRATEGY("strategy", "观演攻略"),
CUSTOMER_SERVICE("customerService", "客服"),
FOOD_GUIDE("foodGuide", "餐饮攻略"),
......
......@@ -36,7 +36,7 @@ public class SweetManualSortController {
@ApiImplicitParams({
@ApiImplicitParam(type = "query", dataType = "String", name = "manualId", value = "电子手册id", required = true),
@ApiImplicitParam(type = "query", dataType = "String", name = "content",
value = "模块标识,逗号分隔。可选: artist,siteMap,howToReach,officialSupport,audienceNotice,strategy,customerService,foodGuide,album,lostFound,mapGeojson",
value = "模块标识,逗号分隔。可选: artist,signingTime,siteMap,howToReach,officialSupport,audienceNotice,preventionGuidelines,notice,strategy,customerService,foodGuide,album,lostFound,mapGeojson",
required = true)
})
public ResponseDto<Boolean> save(@RequestParam String manualId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment