• This project
    • Loading...
  • Sign in

crp / crp-operation

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • crp-operation
  • ..
  • dto
  • BackupMaterialDto.java
  • 实体修改 · 14e94a88
    14e94a88 Browse Files
    wanghongbo authored 2025-07-21 11:28:15 +0800
BackupMaterialDto.java 206 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
package com.wondertek.dto;

import lombok.Data;

@Data
public class BackupMaterialDto {

    /** 垫片名称 */
    private String backupName ;

    private Integer page=1;

    private Integer size=10;
}