@ -31,8 +31,7 @@ public class Order implements Serializable {
@ApiModelProperty(value = "id")
@JsonSerialize(using = ToStringSerializer.class)
private java.lang.Long id;
/**id*/
@TableId(type = IdType.ASSIGN_ID)
/**仓库id*/
@ApiModelProperty(value = "仓库id")
private java.lang.Long storeId;