This commit is contained in:
2025-08-17 13:51:28 +08:00
commit aa207d73fd
43 changed files with 2378 additions and 0 deletions

View File

@ -0,0 +1,12 @@
package com.sczx.sync.common;
/**
* @Author: 张黎
* @Date: 2025/07/09/20:20
* @Description:
*/
public interface IApiCode {
String getCode();
String getMsg();
}