Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

涂亚平 / lida

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • lida
  • ..
  • match
  • MatchDictDTO.java
  • 涂亚平's avatar
    汤老师小改 · 1007948c
    涂亚平 committed Jul 17, 2026
    1007948c Browse Directory
MatchDictDTO.java 320 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
package com.zhongzhi.dto.match;

import com.zhongzhi.model.MatchDictDO;
import com.zhongzhi.model.MatchScheduleDO;
import lombok.Data;

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

@Data
public class MatchDictDTO extends MatchDictDO {

    /**
     * 时间安排
     */
    private List<MatchScheduleDO> schedule;
}