linwei
2024-02-18 c1cb1198cd331fa949fc10fb7bd5c7093f47e61b
src/main/java/org/springblade/modules/task/vo/TaskHotelReportingVO.java
@@ -32,4 +32,9 @@
public class TaskHotelReportingVO extends TaskHotelReportingEntity {
   private static final long serialVersionUID = 1L;
   /**
    * 状态
    */
   private Integer status;
}