package com.repair.common.result; public interface Code { Integer getStatus(); Boolean getSuccess(); String getMsg(); }