All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arextest.web.model.dto.BaseDto Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.dto;

import lombok.Data;

@Data
public class BaseDto {

  private String id;
  private Long dataChangeCreateTime;
  private Long dataChangeUpdateTime;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy