#
LSH
2023-07-21 8041ff1c93a86f2f1b9e4ed2b61fa65a01562665
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.WrkLastno;
 
public interface WrkLastnoService extends IService<WrkLastno> {
 
}