|
|
@@ -31,7 +31,7 @@ public class OutPublicDtails {
|
|
|
private String clockInTimes;
|
|
|
@Excel(name = "创建时间" )
|
|
|
private String createTimes;
|
|
|
- @Excel(name = "公出类型",readConverterExp = "0=业务公出,1=技术公出,2=行政公出,3=技术协单",width = 8)
|
|
|
+ @Excel(name = "公出类型",readConverterExp = "0=业务公出,1=技术公出,2=行政公出,3=技术协单,4=协单助手",width = 8)
|
|
|
private Integer type;
|
|
|
@Excel(name = "公出目标" )
|
|
|
private String remarks;
|
|
|
@@ -50,8 +50,27 @@ public class OutPublicDtails {
|
|
|
@Excel(name = "修改标识",readConverterExp = "0=否,1=是",width = 8)
|
|
|
private Integer updateStatus;
|
|
|
|
|
|
+ private String assistantAid;
|
|
|
+ @Excel(name = "协单助手" )
|
|
|
+ private String assistantName;
|
|
|
private Integer assist;
|
|
|
|
|
|
+ public String getAssistantAid() {
|
|
|
+ return assistantAid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAssistantAid(String assistantAid) {
|
|
|
+ this.assistantAid = assistantAid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAssistantName() {
|
|
|
+ return assistantName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAssistantName(String assistantName) {
|
|
|
+ this.assistantName = assistantName;
|
|
|
+ }
|
|
|
+
|
|
|
public Integer getAssist() {
|
|
|
return assist;
|
|
|
}
|