02 2024 档案
摘要:1 package com.test.gaode.test; 2 3 public class Constants { 4 5 /** 6 * 订单状态 7 */ 8 public static enum OrderStats{ 9 10 DELETE(0,"删除"),RESERVE(1,"订单预定
阅读全文
摘要:1 package com.example.demo.controller; 2 3 import lombok.extern.slf4j.Slf4j; 4 import org.springframework.http.MediaType; 5 import org.springframework
阅读全文