修复版本问题

yun-zuoyi
钮海涛 5 years ago
parent 7e712c5553
commit 5a0fea01ca

@ -132,6 +132,14 @@ public class SwebPurchaseOrderDetails extends BaseBean {
@ApiParam("是否为钢卷料")
private Integer isSteel;
@Column(name = "PLAN_DATE")
@ApiParam("计划交货日期")
private String planDate;
@Column(name = "PLAN_TIME")
@ApiParam("计划交货时间")
private String planTime;
/**
*
*/

Loading…
Cancel
Save