Commit 07c840448f2d5f0fc601ae9ba28033e45c2d8765
1 parent
15c79f58
海王_MOM传入字段添加完成时间
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/huaheng/pc/shipment/shipmentHeader/domain/ShipmentHeader.java
... | ... | @@ -128,7 +128,7 @@ public class ShipmentHeader implements Serializable { |
128 | 128 | * 要求到货时间 |
129 | 129 | */ |
130 | 130 | @TableField(value = "requestedDeliveryDate") |
131 | - @ApiModelProperty(value = "要求到货时间") | |
131 | + @ApiModelProperty(value = "计划完成日期") | |
132 | 132 | private Date requestedDeliveryDate; |
133 | 133 | |
134 | 134 | // /** |
... | ... |