You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
317 B
Java
17 lines
317 B
Java
2 months ago
|
package com.engine.newwaymask.service.impl;
|
||
|
|
||
|
import com.engine.core.impl.Service;
|
||
|
import com.engine.newwaymask.service.StaffDutyService;
|
||
|
|
||
|
/**
|
||
|
* @Author liang.cheng
|
||
|
* @Date 2025/4/21 15:31
|
||
|
* @Description: TODO
|
||
|
* @Version 1.0
|
||
|
*/
|
||
|
public class StaffDutyServiceImpl extends Service implements StaffDutyService {
|
||
|
|
||
|
|
||
|
|
||
|
}
|