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

com.litongjava.utils.kod.SidCache Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.litongjava.utils.kod;

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

/**
 * Created by litong on 2019/2/18 0018.
 * 分享文件 缓存
 * @see 03.小哆客服后端编码记录.docx
 */
@NoArgsConstructor
@AllArgsConstructor
@Data
public class SidCache {
  private String sha1, localFilePath, sid, remoteAbsPath;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy