1
luofl
2025-04-11 1222dbd259fbd739db3f8fc95c95f85822b0a731
cloud-server-other/src/main/java/com/dsh/other/entity/Store.java
@@ -131,6 +131,14 @@
    private Integer state;
    @TableField("operatorId")
    private Integer operatorId;
    @TableField(exist = false)
    private String oName;
    private String ids;
    @Override
    protected Serializable pkVal() {
        return this.id;