#ZH
野心家
2025-05-28 7c05f9af4b03b74e6b21ead35d24820e90aa2fea
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.RowLastno;
 
public interface RowLastnoService extends IService<RowLastno> {
 
}