zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/entity/OrderLog.java
@@ -4,6 +4,7 @@ import java.text.SimpleDateFormat; import java.util.Date; import com.zy.asrs.common.utils.Synchro; import com.zy.asrs.wms.asrs.service.OrderSettleService; import com.zy.asrs.wms.asrs.service.OrderTypeService; import com.zy.asrs.wms.system.entity.Host; @@ -37,7 +38,7 @@ * ID */ @ApiModelProperty(value= "ID") @TableId(value = "id", type = IdType.AUTO) @TableId(value = "id", type = IdType.INPUT) private Long id; /** @@ -230,5 +231,8 @@ return null; } public void sync(Object source) { Synchro.Copy(source, this); } }