Skip to content

Commit

Permalink
媒资管理
Browse files Browse the repository at this point in the history
  • Loading branch information
huangkangyuan committed May 29, 2019
1 parent 0728848 commit 4dbb889
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@

import java.util.Date;

/**
* @Author: mrt.
* @Description:
* @Date:Created in 2018/1/24 10:04.
* @Modified By:
*/
@Data
@ToString
@Document(collection = "media_file")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
import lombok.NoArgsConstructor;
import lombok.ToString;

/**
* Created by admin on 2018/3/5.
*/
@Data
@ToString
@NoArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
import lombok.ToString;


/**
* Created by admin on 2018/3/5.
*/
@ToString
public enum MediaCode implements ResultCode {
UPLOAD_FILE_REGISTER_FAIL(false,22001,"上传文件在系统注册失败,请刷新页面重试!"),
Expand Down

0 comments on commit 4dbb889

Please sign in to comment.