Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
029eea70cc | ||
|
|
2f42204794 |
@@ -11,7 +11,7 @@
|
||||
|
||||
<groupId>com.imyeyu.timiserverapi</groupId>
|
||||
<artifactId>TimiServerAPI</artifactId>
|
||||
<version>1.0.9</version>
|
||||
<version>1.0.10</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>TimiServerAPI</name>
|
||||
<description>imyeyu.com API</description>
|
||||
|
||||
@@ -26,7 +26,6 @@ import java.util.List;
|
||||
@RestController
|
||||
@RequiredArgsConstructor
|
||||
@RequestMapping("/gao/store/business/day")
|
||||
@RequireGaoRole(GaoRoleCode.GLOBAL_MANAGER)
|
||||
public class GaoStoreBusinessDayController {
|
||||
|
||||
private final GaoStoreBusinessDayService service;
|
||||
|
||||
Reference in New Issue
Block a user