kongdeqiang
2 天以前 199202813dd8ca536ed2334f5eeb6aba3ad25b21
src/main/java/com/boying/entity/WhiteList.java
@@ -37,6 +37,18 @@
     */
    private int type;
    private String phone;
    /**
     * 0:未缴费 1:缴费
     */
    private int payFlag;
    /**
     * 0:单个 1:全部
     */
    private int isAll;
    @DateTimeFormat(pattern = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private Date startTime;