Commit 8c7260e1 authored by 黎博's avatar 黎博

BaseReq新增注解

parent 2eae701f
...@@ -2,7 +2,10 @@ package cn.qg.holmes.entity.lanzhou; ...@@ -2,7 +2,10 @@ package cn.qg.holmes.entity.lanzhou;
import cn.qg.holmes.encrypt.LanzhouBankEncrypt; import cn.qg.holmes.encrypt.LanzhouBankEncrypt;
import com.alibaba.fastjson.annotation.JSONField; import com.alibaba.fastjson.annotation.JSONField;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data; import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.time.DateFormatUtils; import org.apache.commons.lang3.time.DateFormatUtils;
...@@ -10,6 +13,9 @@ import java.util.Date; ...@@ -10,6 +13,9 @@ import java.util.Date;
@Slf4j @Slf4j
@Data @Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class BaseReq<T> { public class BaseReq<T> {
/** /**
......
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