cloudroam
2025-07-01 d678db8fe85e51b65403f3edae4bff18aa23ee15
src/main/java/com/mzl/flower/dto/request/film/FilmLocationDTO.java
@@ -97,7 +97,7 @@
    /**
     * 状态(0禁用,1启用)
     */
    private Integer status;
    private Boolean isEnabled;
    /**
@@ -133,4 +133,14 @@
    private Integer operationWeight;
    /**
     * 创建者ID
     */
    private String createBy;
    /**
     * 最后修改者ID
     */
    private String updateBy;
}