skyouc
2025-06-20 42ea5d98ccc789f5a6445365288ef3ed33331a94
1
2
3
4
5
6
7
8
package com.zy.asrs.wms.asrs.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.wms.asrs.entity.SuggestLocRule;
 
public interface SuggestLocRuleService extends IService<SuggestLocRule> {
 
}