#
luxiaotao1123
2024-02-26 f3e2bc0c15f0b2d355ac3dc682dacfb7883ca66b
1
2
3
4
5
6
7
8
package com.zy.asrs.common.wms.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.common.wms.entity.LocRule;
 
public interface LocRuleService extends IService<LocRule> {
 
}