master
parent
435c12fd06
commit
e34779a165
10 changed files with 90 additions and 0 deletions
@ -0,0 +1,9 @@ |
||||
package com.teaching.backend.annotation; |
||||
|
||||
/** |
||||
* @Author:youhang |
||||
* @Date:2024-05-30-18:20 |
||||
* @Description: |
||||
*/ |
||||
public class test1 { |
||||
} |
@ -0,0 +1,9 @@ |
||||
package com.teaching.backend.aop; |
||||
|
||||
/** |
||||
* @Author:youhang |
||||
* @Date:2024-05-30-18:20 |
||||
* @Description: |
||||
*/ |
||||
public class test1 { |
||||
} |
@ -0,0 +1,9 @@ |
||||
package com.teaching.backend.common; |
||||
|
||||
/** |
||||
* @Author:youhang |
||||
* @Date:2024-05-30-18:20 |
||||
* @Description: |
||||
*/ |
||||
public class test1 { |
||||
} |
@ -0,0 +1,9 @@ |
||||
package com.teaching.backend.constant; |
||||
|
||||
/** |
||||
* @Author:youhang |
||||
* @Date:2024-05-30-18:20 |
||||
* @Description: |
||||
*/ |
||||
public class test1 { |
||||
} |
@ -0,0 +1,9 @@ |
||||
package com.teaching.backend.exception; |
||||
|
||||
/** |
||||
* @Author:youhang |
||||
* @Date:2024-05-30-18:20 |
||||
* @Description: |
||||
*/ |
||||
public class test1 { |
||||
} |
@ -0,0 +1,9 @@ |
||||
package com.teaching.backend.manager; |
||||
|
||||
/** |
||||
* @Author:youhang |
||||
* @Date:2024-05-30-18:20 |
||||
* @Description: |
||||
*/ |
||||
public class test1 { |
||||
} |
@ -0,0 +1,9 @@ |
||||
package com.teaching.backend.mapper; |
||||
|
||||
/** |
||||
* @Author:youhang |
||||
* @Date:2024-05-30-18:20 |
||||
* @Description: |
||||
*/ |
||||
public class test1 { |
||||
} |
@ -0,0 +1,9 @@ |
||||
package com.teaching.backend.model; |
||||
|
||||
/** |
||||
* @Author:youhang |
||||
* @Date:2024-05-30-18:20 |
||||
* @Description: |
||||
*/ |
||||
public class test1 { |
||||
} |
@ -0,0 +1,9 @@ |
||||
package com.teaching.backend.service; |
||||
|
||||
/** |
||||
* @Author:youhang |
||||
* @Date:2024-05-30-18:20 |
||||
* @Description: |
||||
*/ |
||||
public class test1 { |
||||
} |
@ -0,0 +1,9 @@ |
||||
package com.teaching.backend.utils; |
||||
|
||||
/** |
||||
* @Author:youhang |
||||
* @Date:2024-05-30-18:20 |
||||
* @Description: |
||||
*/ |
||||
public class test1 { |
||||
} |
Loading…
Reference in new issue