主页面写好了,InventoryProductManagement是进货管理,SalesProductManagement是销售管理,StockProductManagement是库存管理

This commit is contained in:
lu
2025-09-09 16:07:09 +08:00
parent 5169f1c5f5
commit e9b227f8b5
6 changed files with 191 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
package com.example;
public class InventoryProductManagement {
}