解决新模块部分不兼容问题

This commit is contained in:
2025-07-25 13:48:49 +08:00
parent 9e47465010
commit 8e474df39c
13 changed files with 94 additions and 12 deletions

View File

@@ -22,16 +22,6 @@ public class BaseEntity implements Serializable {
private static final long serialVersionUID = 1L;
public String getRemark() {
return remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
/** 备注 */
private String remark;
/**
* 搜索值
*/