Skip to content
  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in

朱海 / VVAS-PicGroup

Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • VVAS-PicGroup
  • ..
  • entity
  • SConfigParam.java
  • zhuht's avatar
    [chg]增加门店配置集团级配置的适配; · a7a6b60b
    zhuht committed Jul 09, 2025
    a7a6b60b Browse Files
SConfigParam.java 304 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
package com.viontech.keliu.entity;

import lombok.Data;

/**
 * Created with IntelliJ IDEA.
 *
 * @author: zhuhai
 * Date: 2023-12-23
 * Time: 14:32
 */
@Data
public class SConfigParam {

    private Long accountId;
    private Long mallId;
    private String configKey;
    private String configValue;
}