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
  • PersonGroupResult.java
  • 朱海's avatar
    [init]4s顾客批次统计项目初始化 · db4da0c2
    朱海 committed Mar 01, 2024
    db4da0c2
PersonGroupResult.java 387 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
package com.viontech.keliu.entity;

import lombok.Data;

/**
 * Created with IntelliJ IDEA.
 *
 * @author: zhuhai
 * Date: 2023-03-28
 * Time: 11:25
 */
@Data
public class PersonGroupResult {

    private int staffNum;

    private int customerNum;

    private int customerAdultNum;

    private int customerChildNum;

    private int customerAlone;

    private int customerGroup;



}