|
@ -90,6 +90,9 @@ public class ShopOrderGoods implements Serializable { |
|
|
@Schema(description = "过期时间") |
|
|
@Schema(description = "过期时间") |
|
|
private Date expirationTime; |
|
|
private Date expirationTime; |
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "排序号") |
|
|
|
|
|
private Integer sortNumber; |
|
|
|
|
|
|
|
|
@Schema(description = "备注") |
|
|
@Schema(description = "备注") |
|
|
private String comments; |
|
|
private String comments; |
|
|
|
|
|
|
|
|