cloudroam
10 天以前 6392e2a39c07d13066a115e294a87a8cce1cb11e
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,16 @@
    private Integer operationWeight;
    /**
     * 创建者ID
     */
    private String createBy;
    /**
     * 最后修改者ID
     */
    private String updateBy;
    private String continent;
}