修改返回字段
This commit is contained in:
parent
211c3492dd
commit
a5d6a80297
|
|
@ -1,5 +1,6 @@
|
||||||
package com.nu.entity;
|
package com.nu.entity;
|
||||||
|
|
||||||
|
import com.baomidou.mybatisplus.annotation.TableField;
|
||||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import org.springframework.format.annotation.DateTimeFormat;
|
import org.springframework.format.annotation.DateTimeFormat;
|
||||||
|
|
@ -139,4 +140,6 @@ public class DirectiveOrderSubEntity implements Serializable {
|
||||||
|
|
||||||
private String beforeBy;
|
private String beforeBy;
|
||||||
private String beforeByName;
|
private String beforeByName;
|
||||||
|
private String immediateFile;
|
||||||
|
private String immediateFileFocus;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -156,6 +156,6 @@ public class DirectiveOrderSub implements Serializable {
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private String immediateFile;
|
private String immediateFile;
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private String immediateFileFous;
|
private String immediateFileFocus;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue