超市售卖商品绑定门店

This commit is contained in:
seesaw
2024-10-29 18:00:28 +08:00
parent 7b6e1913db
commit 3bff7c906a
5 changed files with 20 additions and 2 deletions

View File

@ -4,6 +4,6 @@ public interface CashregisterinfoApi {
String getStoreName(String equipmentCode);
Long getStoreId(String equipmentCode);
}