Helius
2021-06-28 5054620d3824cf879943011d01b826b250961c36
gc-shop/src/main/java/com/xzx/gc/shop/dto/AddGoodsOrderDto.java
@@ -21,6 +21,9 @@
    @ApiModelProperty(value = "数量")
    private Integer cnt;
    @ApiModelProperty(value = "备注")
    private String remark;
    @ApiModelProperty(hidden = true)
    private String userId;