Commit a6cd602e by zhangxingmin

push

parent 35ccd736
......@@ -2,6 +2,8 @@ package com.yd.csf.feign.dto.premiumremittancefile;
import lombok.Data;
import java.time.LocalDateTime;
@Data
public class ApiPremiumRemittanceFileDto {
......@@ -30,4 +32,13 @@ public class ApiPremiumRemittanceFileDto {
*/
private String fileUrl;
/**
* 创建人名(上传人)
*/
private String creatorName;
/**
* 创建时间(上传时间)
*/
private LocalDateTime createTime;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment