public static SerResult Error() { return(SerResult.Create(-1, "失败!")); }
public static SerResult Success() { return(SerResult.Create(0, "成功!")); }