移库单模型中添加创建时间字段

yun-zuoyi
袁津哲 5 years ago
parent 7106c06221
commit 5de3c0bd7b

@ -84,4 +84,7 @@ public class WmsDocMovementModel {
@ApiParam(value = "一步法/两步法")
private Integer isSingleStep;
@ApiParam(value = "创建时间")
private String createDateTime;
}

Loading…
Cancel
Save