1
zj
2024-08-01 cc90152bc8eab5e26bd997a0fc5b06ae78bd2b0b
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,6 +14,8 @@
 **/
@Data
public class ConfigCurrency {
    @TableId(type = IdType.AUTO)
    private String id;
    private Integer userId;