#
Junjie
9 天以前 4c63e9950b3fdf6e62632ae2c2b3bbf186814ab6
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> {
 
}