mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	1. 编写短信模板的前端
This commit is contained in:
		@@ -74,7 +74,7 @@ public class CommonResult<T> implements Serializable {
 | 
			
		||||
 | 
			
		||||
    @JsonIgnore // 避免 jackson 序列化
 | 
			
		||||
    public boolean isSuccess() {
 | 
			
		||||
        return isSuccess(GlobalErrorCodeConstants.SUCCESS.getCode());
 | 
			
		||||
        return isSuccess(code);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @JsonIgnore // 避免 jackson 序列化
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user