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
  • BMall.java
  • 毛树良's avatar
    [chg]:百货:支持通过场所id统计场所下所有门店的批次/接待数据 · 706ef0b7
    毛树良 committed Oct 31, 2025
    706ef0b7 Browse Files
BMall.java 312 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package com.viontech.keliu.entity;

import lombok.Data;

/**
 * @author: msl
 * Date: 2025/10/28
 */
@Data
public class BMall {
    private Long id;
    private String name;
    private Integer status;
    private Long groupId;
    private String externalId;
    private String unid;
    private Long parentId;
}