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

import java.util.Date;
import java.util.List;

/**
 * Created with IntelliJ IDEA.
 *
 * @author: zhuhai
 * Date: 2022-11-02
 * Time: 17:56
 */
public interface PersonGroupService {


    public void personToGroup(List<Long> mallIdList, Date countDate);



}