private string Note(string operatorId, string reason) { return(operatorId + "于" + Now.ToTimeStr() + "进行了操作,理由为:" + reason); }