谭斌 2 năm trước cách đây
mục cha
commit
949ff86a4f

+ 9 - 0
device-api/src/main/java/com/xy/dto/MercMiniDeviceDto.java

@@ -80,6 +80,15 @@ public class MercMiniDeviceDto {
         private DateTime date;
     }
 
+    @Data
+    @Accessors(chain = true)
+    public static class HomePageMonthVO {
+        @ApiModelProperty(value = "本月收款")
+        private Integer monthReceivedMoney;
+        @ApiModelProperty(value = "本月销售-订单金额")
+        private Integer todayOrderTotalMoney;
+    }
+
     @Data
     @Accessors(chain = true)
     public static class HomePageDayVO {