打卡位置

This commit is contained in:
2025-11-06 12:22:53 +08:00
parent 4598512e29
commit 878615344d
6 changed files with 55 additions and 1 deletions

View File

@ -13,6 +13,7 @@ import com.mosty.base.model.query.sjzx.XfbbQuery;
import com.mosty.base.model.query.sjzx.XfbbTjQuery;
import com.mosty.base.model.vo.qwzx.TbQwxfbbDkVO;
import io.swagger.annotations.ApiOperation;
import org.springframework.web.bind.annotation.RequestBody;
import java.util.List;
import java.util.Map;
@ -166,4 +167,6 @@ public interface TbQwXfbbService {
*/
TbQwJl selectQwJlByBbInfo(String id, String xfllId);
Boolean updateBbJzwz(TbQwXfbbDkWzDto dto);
}