cloudroam
2025-07-05 18f59ad508af9d49705b579b5094251687a9e3dd
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;
}