员工采购

This commit is contained in:
wkc
2026-02-06 17:22:59 +08:00
parent b38c1121e6
commit f659913b2f
12 changed files with 1372 additions and 70 deletions

View File

@@ -23,7 +23,6 @@ public class MybatisPlusMetaObjectHandler implements MetaObjectHandler {
this.strictInsertFill(metaObject, "updateTime", Date.class, new Date());
this.strictInsertFill(metaObject, "updateBy", String.class, getUsername());
this.strictInsertFill(metaObject, "updatedBy", String.class, getUsername());
}
@Override