org.swiftboot.data.model.Jsonable Maven / Gradle / Ivy
package org.swiftboot.data.model;
/**
*
*/
public interface Jsonable {
/**
* 转换为 JSON 字符串
* @return
*/
String toJson();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy