Ver código fonte

bugFix 解决没有按次数生成提醒的问题

xiahan 10 meses atrás
pai
commit
717517e2bb

+ 1 - 0
cx-safe-check/cx-save-check-entity/src/main/java/com/rongwe/scentity/domian/PointCheckNewsVo.java

@@ -28,4 +28,5 @@ public class PointCheckNewsVo extends PointCheckDo implements Serializable {
 	 * 检查项编号
 	 */
 	private String checkitemcode;
+	private int index;
 }