首次提交

This commit is contained in:
jiangs 2025-05-08 10:17:54 +08:00
parent dcce2e8228
commit 8f5843fc25

View File

@ -0,0 +1,7 @@
package com.czlis.zycx.controller;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class ZycxController {
}