1
zj
2024-07-29 ef299388e071ce75de6623009f21e425b5a3b017
websocketSerivce/src/main/java/org/example/pojo/ConfigCurrency.java
@@ -1,5 +1,7 @@
package org.example.pojo;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import lombok.Data;
import org.example.pojo.vo.SaveConfigVo;
@@ -12,7 +14,7 @@
 **/
@Data
public class ConfigCurrency {
    @TableId(type = IdType.AUTO)
    private Integer userId;
    private String currency;