This commit is contained in:
Guoqs
2025-04-16 11:49:26 +08:00
parent 1b2d17fae8
commit 6e8cd51cb4
8 changed files with 9272 additions and 1353 deletions

View File

@@ -0,0 +1,4 @@
package com.jsowell.pile.service;
public interface OrderUnsplitRecordService {
}

View File

@@ -0,0 +1,8 @@
package com.jsowell.pile.service.impl;
import com.jsowell.pile.service.OrderUnsplitRecordService;
import org.springframework.stereotype.Service;
@Service
public class OrderUnsplitRecordServiceImpl implements OrderUnsplitRecordService {
}