#
luxiaotao1123
2020-06-11 39b22a93673a65872b7f63f8d5ff1c2b95ef0bbd
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.WrkMastLog;
 
public interface WrkMastLogService extends IService<WrkMastLog> {
 
}