7071727374757677787980
} public void save() { try{ Partment m=getModel(Partment.class); if(m.getLong("id")!=null){ m.update(); }else{ m.save(); } toDwzJson( 200, "保存成功!", navTabId); }catch(Exception e){