夏文涛 hace 2 años
padre
commit
61b4334754
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      src/main/java/com/template/model/vo/SmartSectionPageVo.java

+ 5 - 0
src/main/java/com/template/model/vo/SmartSectionPageVo.java

@@ -65,6 +65,11 @@ public class SmartSectionPageVo {
     private Double excellentLine;
 
     /**
+     * 创建时间
+     */
+    private String createTime;
+
+    /**
      * 分制明细数据
      */
     private List<SmartSectionDetail> details;