feat:物料退换货

This commit is contained in:
shusir
2026-02-28 18:04:33 +08:00
parent 4c29887ed9
commit 194d4b834b
22 changed files with 452 additions and 64 deletions

View File

@@ -0,0 +1,6 @@
package com.zt.plat.module.qms.enums;
public enum AdjustType {
add,
subtract,
}