Package org.j2cms.model.log

Examples of org.j2cms.model.log.Log


    } catch (RuntimeException e) {
      e.printStackTrace();
    }
  }
  @Test public void save(){
    Log log = new Log();
    log.setLogResult(LogResult.操作成功);
    logService.save(log);
  }
View Full Code Here

TOP

Related Classes of org.j2cms.model.log.Log

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.