jinpengyong
2024-02-01 661e56eb85e3bd0e35e94fca2d2ec59e77772da5
screen-api/src/main/java/com/moral/api/entity/Supervision.java
@@ -33,11 +33,21 @@
    private Integer id;
    /**
     * 组织id
     */
    private Integer organizationId;
    /**
     * 地区编码
     */
    private Integer cityCode;
    /**
     * 地区名称
     */
    private String cityName;
    /**
     * 时间
     */
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")