提交 d14973c6 authored 作者: 邓砥奕's avatar 邓砥奕

更新

上级 50f008d6
......@@ -31,6 +31,9 @@ public class AllotBackBill {
@Column(columnDefinition = "integer NOT NULL AUTO_INCREMENT")
private Integer id;
@ApiModelProperty(value = "退回标题")
private String title;
@ApiModelProperty(name = "配发单主键id")
private Integer allotBillId;
......@@ -49,6 +52,14 @@ public class AllotBackBill {
@ApiModelProperty(value = "发件签发人")
private String agent;
@ApiModelProperty(value = "配发时间")
private Date sendTime;
/**
* 接收时间
*/
@ApiModelProperty(value = "接收时间")
private Date receiveTime;
@ApiModelProperty(value = "发件经办人id(A岗位)")
private Integer sendUseraId;
......@@ -147,4 +158,7 @@ public class AllotBackBill {
@ApiModelProperty(value = "区块链记录id")
private String recordId;
@Column(name = "reply_files",columnDefinition = "TEXT")
private String replyFiles;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论