#
luxiaotao1123
2021-04-07 f0cafdfe0ed4d111d5f71e414e4985e26190d974
1
2
3
4
5
6
7
8
package zy.cloud.wms.manager.service;
 
import zy.cloud.wms.manager.entity.WrkSts;
import com.baomidou.mybatisplus.service.IService;
 
public interface WrkStsService extends IService<WrkSts> {
 
}