Junjie
昨天 a02af02219dfaadb189e138311d0e83be8428060
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.entity.WrkLastno;
 
public interface WrkLastnoService extends IService<WrkLastno> {
 
}