public string GetEnterpriseFianceInfoByUserName(string username)
 {
     return(_es.GetEnterpriseFinanceInfoByUserName(username));
 }