Administrator
8 days ago 7d47e9d021938dba5a203bb93dde424255030de4
src/main/java/cc/mrbird/febs/mall/vo/MallSalesServiceVo.java
@@ -17,4 +17,10 @@
    @ApiModelProperty(value = "email")
    private String email;
    @ApiModelProperty(value = "Address")
    private String address;
    @ApiModelProperty(value = "Working Hours")
    private String workingHours;
}