超市订单、早中午订单统计

This commit is contained in:
seesaw
2024-10-29 14:10:59 +08:00
parent 620981d836
commit 28afb0d881
24 changed files with 292 additions and 24 deletions

View File

@ -0,0 +1,9 @@
package cn.iocoder.yudao.module.system.api.cashregisterinfo;
public interface CashregisterinfoApi {
String getStoreName(String equipmentCode);
}